genieyclo + useful   158

Introducing Times » nvie.com
Meet Times, a very small Python library to deal with conversions from universal to local timezones and vice versa. It’s focused on simplicity and opinionated about what is good practice.
library  python  time  datetime  tools  useful  libs 
february 2012 by genieyclo
JackDanger/hacker_news - GitHub
Hacker News
This tiny script is a scraper for http://news.ycombinator.com. It shows just how little Ruby is required to run a powerful web filter.

What it be doin':
Fetches the YCombinator news page
HPricot's it into pieces
Builds an RSS feed
Uses links to parse the destination article page and include the main text inline
Runs as a stand-alone server thanks to Rack and Mongrel
ruby  golden:ruby  examples  codeexamples  useful  scraping  links  parser  hpricot  mongrel  rack  rss 
february 2012 by genieyclo
CategoryDotEmacs
Click the heading to list all pages related to writing your own .emacs file, see InitFile.

Specific Init issues:
emacs  editors  init  tips  tricks  useful  lisp  haskell  clojure  enviro 
december 2011 by genieyclo
HTML5: Edition for Web Developers
HTML5
A technical specification for Web developers

This HTML5 specification is like no other—It has been processed with you, the humble web developer, in mind.

The focus of this specification is readability and ease of access. Unlike the full HTML specification, this "web developer edition" removes information that only browser vendors need know.

To read about its conception, construction and future, read the press release.

— Ben Schwarz
html5  reference  cheatsheet  spec  useful  webdev  MVP  startups  skills  docs  documentation 
november 2011 by genieyclo
Learning iOS Development for Free
“Can you recommend a good book for getting started with Objective-C?”

I get this question a lot, but there’s no need to spend any money or even to spend time digesting an entire book. I always point people to the Apple docs — the documentation is very modular and (mostly) very reliable.

But the sheer volume of documentation can be intimidating. So this is a list of articles, arranged in the order that I recommend you read to get started writing your first iPhone app. You can work through the whole list in a day or two. I’ve learned everything I needed to ship about 20 apps between the docs and a lot of Googling — this list is based roughly on the path I took through the docs to get started, and I think it will serve you well.

The only prerequisite you need is some knowledge of C and OOP. Let’s get started:
iphone  apps  appdev  consulting  contracting  jobs  money  useful  skills  blogs  lists  tutorials  awesome  mobile  android  objectivec  objc 
november 2011 by genieyclo
Algorithm Tutorials
A number is prime if it is only divisible by 1 and itself. So for example 2, 3, 5, 79, 311 and 1931 are all prime, while 21 is not prime because it is divisible by 3 and 7. To find if a number n is prime we could simply check if it divides any numbers below it. We can use the modulus (%) operator to check for divisibility:
algorithms  primes  topcoder  examples  useful  java 
october 2011 by genieyclo
The most frequent advice I give about resumes... : resumes
So I've helped at least a dozen or so people on this subreddit rewrite their resumes, and I put together something on the advice I give the most:
resumes  jobs  career  life  tips  application  startups  business  college  guides  useful 
october 2011 by genieyclo
use.fontorie.com
Tool for designing logos using cool fonts for projects quickly.
fonts  typography  MVP  projects  startups  tools  useful  design  logo  logos 
september 2011 by genieyclo
The Best Way to Learn JavaScript | Nettuts+
Learning something new is scary. For me, the biggest issue with picking up a new skill is that I don’t know what I don’t know. Given that, it’s often useful to find a plan for learning whatever you’re interested in. That’s what this post is: your blueprint, your roadmap, your plan of action for learning JavaScript! You don’t have to worry about finding the best resources, sorting out the bad ones, and figuring out what to learn next. It’s all here. Just follow it, step by step.
javascript  howoto  guides  programming  tutorials  webdev  js  useful  tuts 
september 2011 by genieyclo
Columnal | A responsive CSS grid system helping desktop and mobile browsers play nicely together.
The Columnal CSS grid system is a “remix” of a couple others with some custom code thrown in. The elastic grid system is borrowed from cssgrid.net, while some code inspiration (and the idea for subcolumns) are taken from 960.gs. Check out the demo.
960grid  960gs  grids  css  framework  mobile  design  webdesign  tools  useful  MVP 
september 2011 by genieyclo
Django-DBBackup - PushingKarma
This Django application provides management commands to help backup and restore your project database to AmazonS3, Dropbox or Local Disk.
backup  django  MVP  MVC  AWS  dropbox  deploy  building  buildscripts  useful  plugins  projects  database  smart  programming 
september 2011 by genieyclo
Glennz Tees on Vimeo
Behind the scenes of Glennz Tees T-shirt designs. All tees designed by Glenn Jones
design  tutorials  videotut  guides  graphics  teeshirts  tshirt  useful  skills  interesting  MVP  cool  vimeo 
september 2011 by genieyclo
TMUX – The Terminal Multiplexer (Part 1) | Hawk Host Blog
tmux is similar to screen as it lets you run numerous TTY’s in the same terminal window. It supports some very cool and intuitive features natively as well as a much more readable configuration syntax (ever looked at a .screenrc file?).
tmux  screen  shell  terminal  useful  reference  cheatsheets  aws 
september 2011 by genieyclo
JavaScript regex trick: Parse a query string into an object « Steven Benner's Blog
Have you ever needed to get query string values using JavaScript? This task is usually a painful split, split, split, iterate, indexOf hack that is really slow and terribly ugly to look at. It also tends to pile up lines of code really fast.

Here is a really sweet way to parse the query string into a JavaScript object with two lines of code using regular expressions to populate an object. I discovered this trick a few years ago and filed it away in my code snippets folder.
javascript  snippets  query  string  useful  interesting  MVP  regex 
september 2011 by genieyclo
DjangoResources – Django
This page lists open source projects and applications regarding Django, the framework for perfectionists with deadlines.

Feel free to update this page to improve the content as you see an opportunity to add or modify a resource, or to remove any unmaintained project from the list.
django  learning  python  tools  plugins  resources  useful  tips  guides  awesome  lists 
august 2011 by genieyclo
Intro Projects - GitHub
This page lists Racket projects which are feasible for people who don't have a lot of experience with the Racket code base. They're mostly small, self contained, and would be extremely useful. Some involve writing a new library that would be useful to lots of other people, and some help fix or clean up some aspect of the existing Racket code base.
racket  scheme  lisp  guides  tutorials  practice  katas  useful  programming  github 
august 2011 by genieyclo
Lush: Lisp Universal SHell
Lush is an object-oriented programming language designed for researchers, experimenters, and engineers interested in large-scale numerical and graphic applications. Lush is designed to be used in situations where one would want to combine the flexibility of a high-level, weakly-typed interpreted language, with the efficiency of a strongly-typed, natively-compiled language, and with the easy integration of code written in C, C++, or other languages.
languages  lisp  C  programming  interesting  esoteric  useful  obscure  graphics  numerics  graphic  visualizations  tools  programminglanguages  finance 
august 2011 by genieyclo
DeployMint: A Staging and Deployment system for WordPress | mm
xec Summary: Today I’m launching a Beta open source project called DeployMint. I’m using it on WordPress installations where WordPress is being used as a CMS. It runs as a WordPress plugin and allows for staging and deployment of WordPress sites along with robust version control and zero down-time during deployments. It uses the Git version control system to store site snapshots in a safe and space efficient way. It also takes a “belt and braces” approach and provides an emergency back-out system separate to Git in case a deployment fails. You can download the latest version of DeployMint and see a video demo at the DeployMint project page on Google Code.
wordpress  cms  MVP  tools  staging  dev  useful  plugins  deploying 
august 2011 by genieyclo
Twitter Bootstrap
Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
Nerd alert: Bootstrap is built with LESS and was designed to work out of the gate with only modern browsers in mind.
less  css  html  design  webdev  webdesign  typography  bootstrap  twitter  useful  projects  tools  toolchains  MVP  fast 
august 2011 by genieyclo
mahipal.org
I get this question a lot, but there’s no need to spend any money or even to spend time digesting an entire book. I always point people to the Apple docs — the documentation is very modular and (mostly) very reliable.
iphone  apps  appdev  consulting  contracting  jobs  money  useful  skills  blogs  lists  tutorials  awesome  mobile  android  objectivec  objc 
august 2011 by genieyclo
django-memorize - Use a spaced repetition algorithm to memorize your django project's items. - Google Project Hosting
Writing a flashcard application is almost a rite of passage for django users. You create a simple Card model, you create a quiz view and template and you call it a day. A simple application and not very useful.
flashcards  django  useful  projects  plugins  srs  spacedrepition  python 
august 2011 by genieyclo
How You Should Go About Learning NoSQL
Yesterday I tweeted three simple rules to learning NoSQL. Today I'd like to expand on that. The rules are:

1: Use MongoDB. 2: Take 20 minute to learn Redis 3: Watch this video to understand Dynamo.
Before we get going though, I want to talk about two different concepts which'll help us when we talk about specific technologies.
mongodb  redis  dynamo  nosql  databases  educational  tutorials  guides  useful  blogs 
august 2011 by genieyclo
Another resume tip - Joel on Software
Are you a software developer applying to a small company?

Here’s a tip from someone who has read thousands of resumes. When you’re applying to a startup, or a software company with less than, say, 100 employees, you may want to highlight the Banging Out Code parts of your experience, while deemphasizing the Middle Management parts of your experience.
startups  jobs  career  tips  useful  resume 
august 2011 by genieyclo
Crash into Python
Crash into Python is a set of documents/slides that are meant to be used as a teaching aid for bringing programmers from other languages up to speed with Python. It assumes that you have enough familiarity with programming to know what function and class mean, and will recognize that print probably doesn't put ink on paper. More importantly, it assumes that you either have an instructor who is well-versed in Python, or are resourceful enough to find answers for yourself. A number of these slides are designed to trigger questions and discussion, so if it seems like you're missing something, that's a good sign you could be digging deeper.
python  tutorials  useful  education 
august 2011 by genieyclo
hannahwartooth comments on Dear Anon/Lulzsec can you destroy the entire Student Loan Infrastructure so am not stuck in debt for the rest of my life?
Here is advice for anyone who hasn't gone to college yet. First off, it's not all horror storries. There's a site called fastweb.com where you fill out a really long questionnaire and it will apply you for every scholarship you could possibly qualify for. There aren't may big ones, but I got little ones like 300 dollars a semester for being left handed, 500 a semester just for writing how coca cola made a happy childhood memory, and a few others. Then you can apply for grants and more scholarships for anything you can think of that makes you different. After that, take the loans out, but only use them for what you need. Often there's extra money in your disbursement, put it in a bank account and sit on it, or use it to pay back the loan itself. It's very easy to see the extra and "need" a laptop for school, or "need" to not live in the dorms. Do not spend it. It's easy to do. 1500 in the bank, you see a new game or clothes or new phone and it will call to you. Don't do it. Major in something you know will get a job. Sciences, Medicine, Math, Accounting, Engineering, etc. Don't do what you love. Do what you love as a hobby, something to relax you from your job. Make sure you do well in classes, GO to them ALWAYS (if you miss more than 2 a semester, you're doing it wrong) and above all else, make sure you're not just shuffling in and out of class. Remember you will need connections. Your professors are the gatekeepers into your field, every single one should know you by first and last name. Sit up front. If you go to a community college for two years, then a respected university for the last two, do you know where your degree will be from? Respected University. There's zero difference besides tens of thousands of dollars. Plus, it casts your circle of influential professors even wider. Always be looking for experience, free or not. Apply to be a lab assistant in whatever field you choose. Work on campus, Do well and influence people, and when the time comes you'll have zero problems rising to the top. Go forward and give everyone more than they expect.
career  college  advice  reddit  comments  epic  useful  future  education  learning  tips 
august 2011 by genieyclo
How to get started with functional programming — The Endeavour
Someone asked me this weekend how to get started with functional programming. My answer: Start by writing pure functions in the programming language you’re currently using.
functional  programming  advice  lisp  ocaml  haskell  erlang  useful  blogs  interesting  johndcook 
july 2011 by genieyclo
The Lean Startup
Whats more amazing is that Eric lays out the first steps for you to start shaping up your business to really make money and WE'VE GOT IT ALL. But be careful once you start watching it you might not finish because, like me, you will have to get back to work implementing all the good stuff Eric is talking about.
leanstartup  startups  videos  lectures  talks  interesting  smallbusiness  analytics  cool  lean  MVP  useful  tools 
july 2011 by genieyclo
Transparent Accounting
Taxes for Hax0rs, 2011

The detailed version of Lightning Talk:
taxes  useful  guides  presentation  conference  money  finance  business 
july 2011 by genieyclo
codelike
So you've decided to learn Python. Maybe you've already taken a look at the Python site. But where to begin? Are there good books for learning? Programming exercises? What are essential tools one must know about? I've gotten these questions from several interested friends and colleagues. Each time, I tried to reply with a helpful mail. At some point I realized that a nice write-up as blog post would serve just as well and allow other people to benefit, too.
python  lists  programming  links  useful  summary  tl;dr 
july 2011 by genieyclo
Exambuff - Open Sourced Startup
Exambuff was my exam preparation startup. I failed because I didn't know my customers, wrote code too early, tried to sell to institutions and didn't find a co-founder. Please take the code (30k lines, PHP/Flex), design & docs and make a go of the business.

Lessons, 20 reasons - for the TL;DR crowd.
opensource  startup  code  sample  interesting  php  flex  useful  failure  business  docs  design  architecture  blogs  analysis  study 
july 2011 by genieyclo
FuzzyWuzzy: Fuzzy String Matching in Python | SeatGeek Blog
Of course, a big problem with most corners of the internet is labeling. One of our most consistently frustrating issues is trying to figure out whether two ticket listings are for the same real-life event (that is, without enlisting the help of our army of interns).
fuzzy  strings  sets  python  examples  tutorials  interesting  datastructures  databases  data  startups  guides  useful  programming  problems 
july 2011 by genieyclo
All about 64-bit programming in one place – Intel Software Network Blogs - Intel® Software Network
In this post I've collected a lot of links on the topic of 64-bit C/C software development. These include my articles and articles by my colleagues in the sphere of developing safe and efficient 64-bit code; FAQ's and a training course. There are also many reviews of third-party articles on 64-bit software development. Enjoy yourself studying the materials.
64bit  programming  guides  intel  interesting  engineering  useful  tutorials  general  quirks  testing  cheatsheets  crashcourse 
july 2011 by genieyclo
JQuery-Wysiwym - PushingKarma
The editor on this page is using wysiwym (What You See Is What You Mean). It is not meant to be used to output HTML, it simply helps with the desired markup syntax. Currently supported are Markdown, MediaWiki, and BBCode. With a little help from other projects it can be used to create a live HTML preview editor similar to what StackOverflow has. Simpler examples can be found here.
jquery  plugins  markdown  markup  interesting  useful  wysiwym  editors  web  javascript 
july 2011 by genieyclo
Django Advice / Steve Losh
For the past year and a half or so I’ve been working full-time at Dumbwaiter Design doing Django development. I’ve picked up a bunch of useful tricks along the way that help me work, and I figured I’d share them.
django  tips  guides  tutorials  python  useful  MVP 
june 2011 by genieyclo
warsus.github.com/lions-/
This booklet has been produced for students at the University of New South Wales taking courses 6.602B and 6.657G. It is intended as a companion to, and commentary on, the booklet UNIX Operating System Source Code, Level Six.
unix  source  OS  operatingsystem  commentary  education  compilers  compsci  OCW  useful 
june 2011 by genieyclo
Tools of the Modern Python Hacker: Virtualenv, Fabric and Pip - electronic.habitat : alex.clemesha
In the jargon of the computer programmer, a hacker is someone who strives to solve problems in elegant and ingenious ways. Part of the path to elegantly solving larger problems is to use tools that solve sub-problems very well. For the modern Python programmer, some of the most important tools to aid in reduced complexity and repetition are virtualenv, Fabric, and pip. Although these tools have no strict relationship (in the sense that many people may use one or two of these tools often, yet aren't even aware of the others), they form a powerful suite when combined. An excellent example is the following:
python  tools  fabric  pip  virtualenv  blog  posts  useful  softwareengineering  skills  methods  tutorials  cool  articles 
june 2011 by genieyclo
21 Must Read Resources for Startup Marketing « The Startup Chronicles
I haven’t updated this blog in a while. That’s partly because we’ve had a lot going on, and partly because I wanted to first get the big fucking monkey off my back. i.e. I wanted to wait until I started to get new users and content onto Get Comparisons. Which I’m happy to say… we’ve been successful at doing! So with a big sigh of relief I return to blogging.
startups  MVP  blogs  tips  launching  useful 
june 2011 by genieyclo
CSS3 Please! The Cross-Browser CSS3 Rule Generator
This element will receive inline changes as you edit the CSS rules on the left. Enjoy!
css  css3  webdev  html5  useful  online  generator  MVP  webdesign 
june 2011 by genieyclo
lochlainn comments on TIL about Damascus Steel, a method of forging that has not been successfully reproduced
Best place to start is locate somebody close to you through an ABANA chapter. They can clue you in to teachers, anvils, and supplies. Buying an anvil is the biggest thing, don't buy a modern cast iron one, they don't work for shit. Save your money for a good old one and make due with a section of railroad track. You can sometimes find hammers and tongs at flea markets. The forge can be done many ways, you'll have to explore options before you get into that.
blacksmith  smithing  swords  knives  engineering  building  powertools  shopwork  useful  links  awesome  abana 
june 2011 by genieyclo
Send Anonymous Email, Anonymous Domain and Anonymous Hosting
The most important consideration for the majority of our clientele when sending anonymous secure email is his or her personal anonymity.
anonymous  speech  awesome  hosting  domain  dns  useful  politics  activism  tools  email  internetz  yarr  winrar 
june 2011 by genieyclo
How to become a proficient Python programmer | Alain M. Lafon
I will focus on four primary topics: Functional programming, performance, testing and code guidelines. When those four aspects merge in one programmer, he or she will gain greatness no matter what.
python  learning  functional  programming  skills  useful  career  awesome  links  testing  tdd  bdd  jobs  money 
june 2011 by genieyclo
kindlebility 2.0 - Sending articles to your Kindle, one click at a time!
The Amazon Kindle is great.If all you read is books. But you don't.You're on the web,and you read stuff on the web.
pinboard  bookmarking  ereader  ebooks  kindle  useful  bookmarklets 
june 2011 by genieyclo
Top 10 Git Tutorials for Beginners
If you’d like to learn how to use Git, check out my top 10 favorite Git tutorials for beginners. At the end, you’ll also see a list of other educational Git resources.
git  dev  github  learning  scm  VCS  versioncontrol  DVCS  useful  lists  programming 
june 2011 by genieyclo
Python 2.7 documentation shortcuts
Welcome! This is the documentation for Python, we provide easy-access links to the online Python documentation.
python  documentation  useful  programming  online  reference  cheatsheet 
june 2011 by genieyclo
Big 4 & Public Accounting AMAs from practioners
The Big4/Public Accounting AMA that I have been harping on about begins now. We will run through the weekend answering and discussing as much as possible. Those professionals answering, please try to answer a question even if it already has a response to give multiple perspectives.
accounting  reddit  AMA  interview  awesome  jobs  tips  questions  answers  useful  careers  insidelook 
june 2011 by genieyclo
Ducksboard: from nothing to private beta in four months | Ducksboard
Ducksboard is a real-time dashboard for tracking your internal metrics and webservices. A single place where you can gather data from all SaaS apps you use (GoogleAnalytics, Mailchimp, Sendgrid, Zendesk…), as well as pushing us any internal metric you might consider through our REST API.
awesome  startups  analytics  stats  dashboard  useful  MVP  tools  data 
june 2011 by genieyclo
Building a Startup – 12 Priceless Tools for Launching Your MVP « NashCoding
Building a startup is hard. Really hard. The last thing you want to do is make it harder. Through the trials and tribulations I've undergone in launching my startup, I've discovered several gems that are indispensable. If you're trying to launch a startup, here are the tools you need.
startups  MVP  tips  useful  blogs  launching  tools  online  resources 
may 2011 by genieyclo
Usenet Indexing Sites - SABnzbd
SABnzbd only accepts NZB files as download specifications1.An NZB file contains a full specification of all Usenet articles that are needed for a download. You can get these files from sites listed below.
sabnzbd  usenet  indexingsites  lists  html  useful  online  yarr 
may 2011 by genieyclo
Gitalist - a modern git web viewer
A web git viewer for your git repository (local or server)
opensource  hosted  selfhosted  git  scm  vcs  versioncontrol  awesome  useful  web  webapp  interface  gitalist  repo  repository 
may 2011 by genieyclo
So which provider do you use? : usenet
Some of the advantages to Usenet are speed, safety, hassle-free access, and features.
usenet  torrents  yarr  reddit  comments  useful  content  tips 
may 2011 by genieyclo
Political FORCE - Home - Organization. Data. Results.
Online CRM (campaign relationship manager) and ODS (online data store) for political data; powers nationbuilder.com
cms  data  datastore  sources  datasource  useful  awesome  government  gov  gov2.0  political  CDN 
may 2011 by genieyclo
Practicing Ruby - Full Book Now Available For Free!
The last few weeks have been a wild ride. Starting in January, I’ve been releasing a chapter at a time here on the RBP blog, and many of those chapters were pretty well commented on. Just for the sake of completeness, here’s a link back to each of those posts:
ruby  bestpractices  tips  awesome  guides  tutorials  languages  programming  useful  lists  free  books 
may 2011 by genieyclo
Slides
I just finished my talk, which apparently included a bonus live transcript on IRC by Justin Lilly, and I think it went pretty well considering how much ground it had to cover and how nervous I was up until the moment when I started talking.
django  slides  python  powerpoint  slideshow  useful  confs  talks  interesting  guides 
may 2011 by genieyclo
Ruby on Rails Tutorial: Learn Rails by Example | Ruby on Rails 3 Tutorial book and screencasts | by Michael Hartl
Do you want to learn how to develop web applications? The Ruby on Rails 3 Tutorial book and screencast series teach you how to develop and deploy real, industrial-strength web applications with Ruby on Rails, the open-source web framework that powers many top websites, including Hulu, GitHub, and the Yellow Pages. The Ruby on Rails 3 Tutorial book is available for free online and is available for purchase as a PDF download (which also includes a free copy of the Ruby on Rails 2.3 Tutorial book). The companion screencast series includes 12 individual lessons totaling more than 15 hours, with one lesson for each chapter of the Ruby on Rails 3 Tutorial book. The best deal is the PDF/screencast bundle, which includes more than 500 pages of total content and more than 15 hours of video—click here to buy it now!
ruby  rails  rubyonrails  useful  guides  videos  vidcasts  tutorials  awesome  books  pdf  programming  OCW  learning  education 
may 2011 by genieyclo
How to be a Consultant, a Freelancer, or an Independent Contractor | jacquesmattheij.com
This is a series of pages that guide you through the creation and operation of a successful consulting business. I've written this after running a fairly successful consultancy business in the mid-90's and reviving this business in 2008. I'm primarily active in software, so some of the things in here will be skewed in that direction, but I'll do my best to keep it general, and to make it 'location independent'.
consulting  money  jobs  employment  tips  guides  useful  awesome  actionable  startups  revenue 
may 2011 by genieyclo
Bouncing a message from gmail
In order to moderate a W3C mailing list, one needs to be able to bounce a message.  This apparently isn’t directly possible with gmail, but can be worked around manually:From the message dropdown, select Show original, then from the browser select Save Page As....With a text editor, find the line containing X-From_:.  Copy this line to the top of the file, then modify that first line by removing the X- and _: characters.  Save the file.Now you case use mutt on that file (example: mutt -f mail.google.com) and use the b command to bounce the message.  Enter the name of the mailing list (example: public-html@w3.org), press enter and then y to confirm.Perhaps if I need to do this often enough, I’ll automate the process, but for now these notes will help should I need to do the process again in the future.
mailinglists  mailinglist  email  gmail  tips  tricks  tutorial  guides  mutt  cli  useful 
may 2011 by genieyclo
Johnston (typeface) - Wikipedia, the free encyclopedia
Johnston (or Johnston Sans) is a humanist sans-serif typeface designed by and named after Edward Johnston. It is well-known for its use by Transport for London.Johnston's former student Eric Gill also worked on the development of the typeface,[1] which was later to influence his own Gill Sans typeface, produced 1928–32.
typeface  typography  fonts  letters  design  interesting  useful  wikipedia  articles  toknow  helvetica 
may 2011 by genieyclo
EPoS Wizard - Free EPoS and Cash Register Support Forum
I have never programmed that model, but most Casio are very similar.On most models:Turn Key to PGM, hit 3 then subtotal, press the zero key 4 times (0000) then the CASH/Tend key then Subtotal key. Return to REG mode.Kevin
casio  cashregister  POS  tips  epos  useful  forums  answers  questions  errors 
may 2011 by genieyclo
The Hacker's Path
I get it, you want to learn how to program and how to be a hacker, fine let’s do this. It sounds tough but you’ll want to learn two languages for your first time: Ruby and Python. They are similar in syntax and usage cases so this shouldn’t be a big problem. Pick up the basics, the syntax, and the community standards of each. Understand that each has it’s own power and use as well as problems. Read these two books front to back for as long as they interest you, they’re made for beginners so don’t be afraid!
guides  tutorials  useful  paths  programming  python  ruby  javascript  MVP  skills 
may 2011 by genieyclo
"The Best of edw519" is now free. Reverse Happy Birthday! - edw519
"The Best of edw519" is now free. Reverse Happy Birthday!The Best of edw519A Hacker News Top Contributor
programming  wisdom  advice  edw519  hackernews  news.yc  useful  tips  guides  career  jobs 
may 2011 by genieyclo
SICP Support for DrRacket
This package implements support in PLT’s DrRacket for Abelson and Sussman’s Structure and Interpretation of Computer Programs (SICP) 2nd Edition textbook, for students who wish to use DrRacket’s tools for the SICP programming assignments.
SICP  scheme  racket  lisp  MITScheme  coding  professional  programming  university  education  OCW  useful  learning 
may 2011 by genieyclo
How to Choose a Financial Calculator | TVMCalcs.com
While reading what follows, please remember that I do not sell financial calculators, nor do I receive any kind of remuneration from calculator manufacturers or retailers. Furthermore, I have purchased all of the financial calculators on this site with my own money (over many years). Therefore, my suggestions are based solely on more than 20 years of teaching experience and my personal preferences. Am I biased? Of course. My personal preference is for Hewlett Packard calculators that support RPN data entry (the HP 12C and the HP 17BII). However, RPN is not familiar to most people and I wouldn't expect you to learn it if you don't need to.
RPN  calculators  HP12C  finance  financialcalculators  realestate  useful  buying  shopping 
may 2011 by genieyclo
A Guide to Efficiently Using Irssi and Screen | quadpoint.org
For quite a while, I used X-Chat as my primary IRC client, but I wasn't impressed with the features X-Chat offered. It seemed uncustomizable and static. After a few months of using X-Chat, I tried Irssi and immediately found it to be the most intuitive and easy to use IRC client yet. It has the features I want in an IRC client and I have been using Irssi ever since. I have already succeeded in converting a few of my friends to Irssi, and with this guide, I hope to show the light to others.
irssi  irc  guides  tutorials  useful  linux  screen  gnuscreen  terminal  cli 
may 2011 by genieyclo
Top 7 Websites to Submit Your Startup Company to for Free Publicity | Under30CEO
Entrepreneurs are always looking for an easy way to make a big PR splash.  If you are a local business that only serves a specific geographic area, then your local newspaper is still probably your best option for some free publicity.  On the other hand, if you offer a product or service that is available in multiple locations or via the Internet, then you must consider the following websites in which to submit your company to, and gain free publicity.
startups  pr  marketing  blogging  useful  guides  business  smallbusiness  coverage  backlinks  reviews  apps  webapps 
may 2011 by genieyclo
36 places where you can submit your startup for some coverage | Traindom Blog
So you have a new startup company and want some coverage. This post will give you 36 places where you can submit your startup for reviews, mentions or at least some backlinks.
startups  pr  marketing  blogging  useful  guides  business  smallbusiness  coverage  backlinks  reviews  apps  webapps 
may 2011 by genieyclo
Getting Started with jQuery
The web development scene is moving forward at a lightning-fast pace, and it’s imperative that developers continue to keep their skills fresh. If you’ve been involved in front-end design or development in any form over the past five years or so, then it’s very likely that you’ve experimented at some point with one of the popular JavaScript libraries, many of which have become quite prominent and are now used on a number of large commercial websites.
jquery  javascript  tutorial  guides  useful  shiny 
may 2011 by genieyclo
jQuery Tutorial for Beginners: Nothing But the Goods
Not too long ago I wrote an article for Six Revisions called Getting Started with jQuery that covered some important things (concept-wise) that beginning jQuery developers should know. This article is the complete opposite; there’s no concepts, no principles, and very little lecturing — just some straight example code with brief descriptions demonstrating what you can do with jQuery.
jquery  javascript  tutorials  guides  useful  reference  shiny 
may 2011 by genieyclo
dry.ly
Want to create cool visuals using CoffeeScript and Processing.js? Excellent, me too. Read on.
coffeescript  javascript  processing  processingjs  useful  awesome  visuals  graphics  web 
may 2011 by genieyclo
« earlier      

related tags

$  /sci/  4chan  64bit  960grid  960gs  abana  accounting  actionable  activism  advice  algebra  algorithms  aljazeera  AMA  amazing  americas  analysis  analytics  android  androiddev  anonymous  ansci  answers  antivirus  apache  API  appdev  AppKit  apple  applets  application  apps  arch  architecture  arduino  articles  asycn  aughts  awesome  awesomechartjs  awesomeness  awesomesauce  awk  aws  backbonejs  backlinks  backup  bash  bdd  bestpractices  beware  bindkeys  blacksmith  blog  blogging  blogs  bohemian  boilerplate  bonds  bookmarking  bookmarklets  books  bootstrap  bootstrapping  borrowing  bots  building  buildscripts  business  businessplan  buttons  buying  c  C++  calculators  calculus  calloptions  career  careers  cashregister  casio  CDN  charts  cheatsheet  cheatsheets  cheatshit  chile  citizenship  cli  clients  clock  clojure  cmd  cms  Cocoa  code  codeexamples  coding  coffeescript  college  colloquial  color  colorclock  comet  commandline  commentary  comments  compiler  compilers  components  compsci  computer  concurrency  conference  confs  consulting  content  contract  contracting  controls  conveying  cooking  cool  coverage  CR-48  crashcourse  crazyshit  cross-browser  css  css3  daemon  dashboard  dashboards  data  database  databases  datasource  datastore  datastructures  datetime  deploy  deploying  design  desktop  dev  development  dhh  differential  diffs  django  dns  docs  documentation  domain  dropbox  DVCS  dynamic  dynamo  ebook  ebooks  editing  editor  editors  education  educational  edw519  einstein  elance  electronics  emacs  email  employment  engineering  enviro  environments  epic  epos  ereader  erlang  errors  esoteric  examples  expat  explanation  fabric  failure  fast  fastservers  fax  fbsd  film  finance  financialcalculators  flashcards  flex  fonts  food  forums  forworklater  framework  free  freelancing  freeware  friends  fun  functional  funding  future  fuzzy  general  generator  gethifi  git  gitalist  github  gmail  gnuscreen  golden:redis  golden:ruby  google  googleanalytics  googlewave  gotchas  gov  gov2.0  government  graphic  graphics  grids  guides  hacker  hackerbooks  hackernews  hacking  hardware  haskell  hellofax  helvetica  hg  hginit  hnstories  homework  hosted  hosting  howoto  howto  HP12C  hpricot  html  html5  hustling  hyperpolyglot  IBM  IDA  IDE  ideas  indexingsites  indie  informational  init  insidelook  installation  instructions  integration  intel  interesting  interface  internet  internetculture  internets  internetz  interview  introduction  io  ios  iphone  iphoneapps  irc  irssi  isotope  itunes  IWantOut  jailbrake  jailbroken  java  javascript  jetbrains  jobs  johndcook  jquery  js  katas  khanacademy  kindle  kitteh  knives  knowledge  kspice  lamar  languages  lastfm  latin  launching  lean  leanstartup  learning  learnpythonthehardway  lectures  less  lesson  lessons  letters  library  libs  life  links  linode  linux  lisp  lists  living  logo  logos  lore  lpthw  lua  lyrics  Mac  mailinglist  mailinglists  makhaayad  manpages  markdown  marketing  markup  materialism  math  mathematics  mathoverflow  matrix  merch  mercurial  methods  microsoft  MIT  MITScheme  mobile  moki  mokitv  money  mongodb  mongrel  movie  moviereviews  movies  music  musictheory  mutt  MVC  MVP  neat  netflix  netsec  networksecurity  news.yc  nginx  nmap  nosql  notebooks  notes  numerics  objc  objective-c  objectivec  obscure  ocaml  OCW  odesk  ollydbg  online  opensource  operatingsystem  OS  parser  passenger  paths  patio11  paul  paul's  pc-decrapifier  pdf  people  perl  philosophy  php  physics  pics  pinboard  pip  piping  placeholder  plugin  plugins  political  politics  polling  pomodoro  portal  portfolios  ports  portscanning  POS  posts  powerpoint  powertools  pr  practice  presentation  primes  Pro  problems  process  processing  processingjs  productivity  professional  programming  programminglanguages  projects  protip  puremath  python  query  questions  quirks  quora  R  rack  racket  rails  reading  realestate  reddit  redditcomments  redditstories  redis  reference  regex  relationships  repo  repository  resource  resources  restaurant  resume  resumes  revenue  reverse  reviews  revolution  RPN  rss  ruby  rubyonrails  rules  Russinovich  sabnzbd  sample  scala  scheme  school  science  scm  scraping  screen  scripting  scripts  search  securities  security  selfhosted  seo  sets  setup  shell  shiny  shopping  shopwork  shortcuts  SICP  sites  skills  slides  slideshow  smallbiz  smallbusiness  smalltalk  smart  smashing  smithing  snippets  social  software  softwareengineering  songs  source  sources  southamerica  spacedrepition  spec  speech  srs  stackexchange  stackoverflow  staging  startup  startupchile  startups  stats  statusboard  statusboards  stocks  stories  streaming  string  strings  study  stuyding  subtitles  summary  swords  sysinternals  tables  talks  taxes  tcl  tcp  tcpview  tdd  tech  TED  teeshirts  terminal  testing  theoryofrelativity  time  timemanagment  timers  timesaver  tips  tl;dr  tmux  tobuy  toknow  tolistento  toolchains  tools  topcoder  toread  tornado  torrentbutler  torrents  tpb  travel  tricks  trilogy  tshirt  tutorial  tutorials  tuts  tv  twisted  twitter  typeface  typography  ubuntu  UI  UIKit  ultimate  ultimateguide  university  unix  useful  usenet  UX  valuation  vcs  versioncontrol  vidcasts  video  videos  videotut  vids  vim  vimeo  vimrc  virtualenv  viruses  vista  visualizations  visuals  wave  waveinabox  web  web-development  webapp  webapps  webdesign  webdev  webdevedu  webservers  websites  WiaB  wiki  wikipedia  win7  windows  windows7  winrar  wisdom  wordpress  work  wysiwym  xp  yarr  ycombinator  youtube  zedshaw  zsh  zshzle 

Copy this bookmark:



description:


tags: