jefframnani + programming   1600

mattgodbolt/gcc-explorer
Run GCC interactively from your web browser and experiment with its generated code.
gcc  programming  c  c++ 
6 days ago by jefframnani
5 Years of Bad Ideas
Armin Ronacher presentation on doing Magic in Python. Presents some of Python's most dynamic features. Use sparingly.
programming  python  metaprogramming 
16 days ago by jefframnani
LEARNING GO
"Learning Go" is a book that gives an introduction into the Go language of Google. It is licensed under a copy-left license.
golang  programming  book 
17 days ago by jefframnani
Repository Structure and Python
This opinionated guide was written for my best-practices guide, The Hitchhiker's Guide to Python.

It is based on the recommendations of the Distribute project, personal experience, and good intentions.
python  programming  django  packaging 
24 days ago by jefframnani
CS 61A Home Page
SICP taught using Python instead of Scheme.
education  programming  python  sicp 
4 weeks ago by jefframnani
[Concurrency is not Parallelism (it's better)]
Presentation by Rob Pike, using Go to illustrate his points.
golang  programming  concurrency  parallel 
4 weeks ago by jefframnani
SQLAlchemy - The Database Toolkit for Python
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
database  programming  python  sql  orm 
4 weeks ago by jefframnani
escape - HTML/URI/shell escaping utilities
escape library provides several HTML/URI/shell escaping functions.
ruby  programming  sysadmin  shell 
5 weeks ago by jefframnani
CodeMirror
CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content ― computer programs, HTML markup, and similar.
editor  javascript  programming 
6 weeks ago by jefframnani
Travis CI: The Travis CI Blog
A hosted continuous integration service for the open source community.
continuousintegration  testing  programming  opensource 
6 weeks ago by jefframnani
Casting SPELs with Clojure - Home -
Anyone who has ever learned to program in Lisp will tell you it is very different from any other programming language. It is different in lots of surprising ways - This comic book will let you find out how Lisp's unique design makes it so powerful
lisp  programming  clojure  FunctionalProgramming 
6 weeks ago by jefframnani
dotcloud/zerorpc-python
zerorpc is a flexible RPC implementation based on zeromq and messagepack.
python  distributed  programming  zeromq  messaging 
8 weeks ago by jefframnani
Sage: Open Source Mathematics Software
Sage is a free open-source mathematics software system licensed under the GPL. It combines the power of many existing open-source packages into a common Python-based interface.
Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.
math  python  programming 
8 weeks ago by jefframnani
The Mongrel2 Web Server Project
Mongrel2 is an application, language, and network architecture agnostic web server that focuses on web applications using modern browser technologies.
http  framework  webdev  programming 
8 weeks ago by jefframnani
j2labs/brubeck
A coroutine oriented web framework featuring: Mongrel2, Gevent (or Eventlet), ZeroMQ and DictShield
python  framework  web  webdev  programming  http 
8 weeks ago by jefframnani
PL101: Create your own programming language: syllabus
In this class you will learn how to use the principles of programming language design to implement your own working programming language in JavaScript.
programming  javascript  language  education 
8 weeks ago by jefframnani
boxedice/python-daemon
This is a Python class that will daemonize your Python script so it can continue running in the background. It works on Unix, Linux and OS X, creates a PID file and has standard commands (start, stop, restart) + a foreground mode.
python  programming  sysadmin  unix  daemon 
8 weeks ago by jefframnani
Destroy All Software Screencasts
Destroy All Software screencasts are short: 10 to 15 minutes, but dense with information. They're released each week.
programming  screencast  education  tutorial 
9 weeks ago by jefframnani
Frozen-Flask — Frozen-Flask 0.9 documentation
Frozen-Flask freezes a Flask application into a set of static files. The result can be hosted without any server-side software other than a traditional web server.
python  programming  html  webdev 
9 weeks ago by jefframnani
pyrasite
Pyrasite lets you to inject arbitrary code into running Python processes.
Awesome for debugging
python  programming  debugging  performance 
9 weeks ago by jefframnani
Artistic Style - Index
Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages.
programming  c  c++  java 
9 weeks ago by jefframnani
Comprehensive C Archive Network - CCAN
That nice snippets of C code should be moved out of junkcode directories and exposed to a wider world, where they can become something useful.
c  programming 
10 weeks ago by jefframnani
PyTables - Getting the most *out* of your data
PyTables is built on top of the HDF5 library, using the Python language and the NumPy package. It features an object-oriented interface that, combined with C extensions for the performance-critical parts of the code (generated using Cython), makes it a fast, yet extremely easy to use tool for interactively browse, process and search very large amounts of data. One important feature of PyTables is that it optimizes memory and disk resources so that data takes much less space (specially if on-flight compression is used) than other solutions such as relational or object oriented databases.
programming  python  database  bigdata  storage 
10 weeks ago by jefframnani
Advice From An Old Programmer — Learn Python The Hard Way, 2nd Edition
People who can code in the world of technology companies are a dime a dozen and get no respect. People who can code in biology, medicine, government, sociology, physics, history, and mathematics are respected and can do amazing things to advance those disciplines.
career  programming 
10 weeks ago by jefframnani
A Database Query Language — HTSQL
HTSQL is designed for data analysts and other accidental programmers who have complex business inquiries to solve and need a productive tool to write and share database queries.
database  python  sql  programming 
11 weeks ago by jefframnani
pyvideo.org
Python related video indexed so you can find it.
python  video  programming 
11 weeks ago by jefframnani
mozilla-services/circus
Circus is a program that runs and watches several processes.
Circus can be used as a library or through the command line.
python  sysadmin  programming 
11 weeks ago by jefframnani
signedimp 0.3.2 : Python Package Index
This module implements an import hook for verifying Python modules before they are loaded, by means of cryptographically-signed hashes. It is compatible with PEP 302 and designed to complement the code-signing functionality of your host OS (e.g. Microsoft Authenticode, Apple OSX Code Signing) which may be able to verify the Python executable itself but not the code that is dynamically loaded at runtime.
python  programming  packaging 
11 weeks ago by jefframnani
myppy 0.1.0 : Python Package Index
Myppy is a set of tools for building and managing a portable python environment. The end result is something similar in spirit to portable python but can be built for a variety of different platforms.
python  programming  packaging 
11 weeks ago by jefframnani
esky 0.9.7 : Python Package Index
Esky is an auto-update framework for frozen Python applications. It provides a simple API through which apps can find, fetch and install updates, and a bootstrapping mechanism that keeps the app safe in the face of failed or partial updates.
python  programming  packaging 
11 weeks ago by jefframnani
PyPedia
PyPedia is a collaborative programming web environment. Each article in this wiki is a function or class or any other piece of Python code. No need to import anything. Just call the function or instantiate the class that belongs to any other article.
python  wiki  programming 
11 weeks ago by jefframnani
Six: Python 2 and 3 Compatibility Library — six 1.1.0 documentation
Six provides simple utilities for wrapping over differences between Python 2 and Python 3.
programming  python 
11 weeks ago by jefframnani
dotCloud - One Platform. Any Stack.
DotCloud lets you create the best cloud stack for your application. We give developers and IT professionals the freedom and flexibility to mix and match languages, databases, caching and messaging components without the need for additional servers or infrastructure.
cloud  hosting  programming 
11 weeks ago by jefframnani
jkbr/httpie - GitHub
HTTPie is a CLI frontend for python-requests. It provides an http command that can be used to easily issue HTTP requests. It is meant to be used by humans to interact with HTTP-based APIs and web servers.
http  python  programming  webdev  webmaster  debugging 
12 weeks ago by jefframnani
Udacity - Educating the 21st Century
Online university with courses in computer science topics.
education  programming 
february 2012 by jefframnani
« earlier      

related tags

3d  4suite  37signals  64bit  activedirectory  activism  adobe  agile  ai  air  ajax  algorithms  amara  amazon  amqp  analysis  analytics  animation  ant  aop  apache  apache-logs-to-mysql  api  apl  appengine  apple  applescript  AppleTV  apprenticeship  arc  architecture  archiva  art  ascii  assembly  async  asynchronous  atlassian  atom  audio  authentication  autoconf  automake  automation  automator  autotools  awk  bash  batch  bayesian  bdd  benchmark  BI  bigdata  birt  blog  blogs  bluej  book  books  boost  branching  browser  bsd  bug  bugtracking  bugzilla  build  buildbot  bundler  business  byte  bytecode  c  c#  c++  c10k  cache  calculator  calendar  canvas  cap  career  ccfinder  CERT  charity  charset  chart  charts  cheatsheet  checkstyle  chef  cherrypy  chicago  chicken  chipy  chromium  ckjm  clang  classpath  climatechange  clojure  clos  cloud  cloudcomputing  clr  cluster  cmetric  cocoa  codecoverage  codekata  codereview  codinghorror  coffeescript  commandline  common-lisp  commonlisp  communication  compiler  compilers  compression  computerscience  concurrency  conference  configuration  consistency  console  continuation  continuousdeployment  continuousintegration  continuoustesting  continuum  conversion  cookbook  copyright  coscripter  coverage  cpd  cpu  craftsmanship  creativity  crucible  cruisecontrol  cryptography  css  ctags  cucumber  cufp  culture  cvs  cygwin  d  daemon  dao  darcs  data  database  datamapper  datamining  datastructures  date  datetime  dba  debian  debt  debugging  decorators  dependency  dependencyinjection  deployment  design  designpatterns  developerworks  development  devops  diagrams  dictionary  diff  dijkstra  distcc  distributed  distributedcomputing  distribution  distutils  diy  django  djangocon  dlr  doap  documentation  docutils  docx  dom  dos  doxygen  drizzle  dscm  dsl  dtrace  duplication  dvcs  easyeclipse  easy_install  ebook  ebooks  ec2  eclipse  ecommerce  editor  education  electronics  elisp  emacs  email  empy  emulators  encoding  encryption  engineering  entrepreneurship  eric  erlang  excel  extension  ez_setup  fabric  FacialRecognition  fan  fastcgi  fastinit  fastri  fhs  FiftyStatesProject  filesystem  filter  finance  findbugs  firefox  fit  flash  flickr  flume  folklore  for-reading  formatter  formatting  foss  fossil  fowler  fp  fpga  fpic  framework  ftp  functionalprogramming  fuzzyfinder  fxcop  gaim  gc  gcc  gcov  gem  generator  generators  getopt  gfs  ghc  gil  git  github  gitorious  glean  gnome  gnu  gnuplot  go  golang  google  GoogleChrome  googletechtalk  googlewave  gpl  gpu  graph  graphics  graphing  graphviz  greasemonkey  grid  GridComputing  groovy  gui  gwt  hackerspace  hacking  hacks  hadoop  hardware  haskell  hci  hdf5  hfoss  hg  hgsvn  hibernate  hiring  history  hosting  howto  hpc  hql  hsqldb  hss  html  html5  http  humor  i18n  ibm  ide  iis  im  imacros  infographics  infoq  innovation  inotify  inspiration  installer  intellij  internet  interview  io  ioc  ios  ip  ipad  iphone  ipython  irb  ironpython  ironruby  j2ee  jabber  japex  jar  jargon  java  javadoc  javancss  javascript  jconsole  jcr  jdbc  jdepend  jdom  jetbrains  jira  jit  jmx  jni  joelonsoftware  journalism  jquery  json  jsp  jswat  junction  jvi  jvm  jwhich  jython  katas  kernel  keyboard  knoppix  knuth  komodo  lambdacalculus  language  languages  law  layout  lcov  ldap  ldd  leadership  leak  lean  learning  legal  libpurple  library  libtool  libxml2  libxslt  license  licensing  lifehacker  linker  linking  linq  linux  liquibase  lisp  llvm  load  loadbalancer  loader  LoadTesting  log4j  logback  logging  lop  lua  lxml  mac  MachineLearning  magazine  mailinglist  make  management  manifesto  mapreduce  maps  markmail  markup  martinfowler  math  mathematics  matlab  matplotlib  maven  measureit  mechanize  media  memcached  memory  mentorship  merb  mercurial  merge  messaging  metaprogramming  methodology  metrics  microsoft  migration  mingw  minidom  mit  mobile  mock  modeling  mod_rails  mod_wsgi  monad  monads  mongodb  monitoring  mono  moose  motw  mozilla  mq  msbuild  mscgen  msdn  mssql  multiprocessing  music  mustache  mvc  mxtexttools  mysql  nant  nasa  ncurses  ndepend  neo4j  netbeans  netiquette  netty  network  networking  newgem  news  ngen  nginx  nhibernate  node.js  nokogiri  nonprofit  nosql  nsis  ntfs  ntlm  numpy  o3d  objective-c  ocaml  odbc  ofbiz  ogdl  olpc  oneliners  oop  opengov  opengrok  opensource  optimization  optparse  oreilly  organization  orm  os  oscon  osgi  osx  outlook  p4merge  packaging  packet  padrino  parallel  parser  parsing  patch  patents  paulgraham  pdb  pdf  peg  pep  perforce  performance  perl  pexpect  philosophy  php  php-fpm  pidgin  plugin  ply  pmd  podcast  poe  policy  portland  powershell  presentation  process  productivity  professional  profiler  profiling  programming  projectmanagement  propagator  protocol  prototype  Prototyping  psychology  psyco  pubsub  pulse  py2app  py2exe  py3k  pyblosxom  pybots  pycon  pycon2008  pycon2009  pycon2011  pydev  pygments  pyinstaller  pyjamas  pylint  pymotw  pymox  pyparsing  pypi  pypy  pyrex  pysvn  python  pytz  qa  qcon  qri  quality  quant  queue  rabbitmq  racket  rails  rails3  railsconf2007  rake  ramaze  rdf  readline  reddit  redis  refactoring  reference  regex  regexp  registry  relax-ng  ReleaseManagement  reporting  repository  research  resource  rest  restructuredtext  rexml  rfc  rhino  ri  rspec  rss  rst  ruby  rubygems  rubyonrails  ruport  samba  sandbox  sawzall  sbcl  scala  scalability  scheduler  scheduling  scheme  science  scipy  scm  scons  screencast  screencasts  screenscraping  scripting  scrum  search  seaside  security  selenium  selfupdate  semanticweb  seo  serialization  setuptools  shell  sicp  silverlight  simian  sinatra  singleton  slicehost  slurm  smalltalk  smartfrog  snakefood  snippets  snmp  soap  sociology  socket  software  SoftwareCarpentry  solaris  sonar  sortable  spe  specification  spider  spreadsheet  spring  springframework  sprint  sql  sqlserver  ssh  ssl  sso  stackoverflow  standards  startup  staticanalysis  statistics  storage  storm  string  styleguide  subprocess  subversion  sun  SunlightFoundation  sunlightlabs  svg  svn  svnmerge  symlink  synchronization  syntax  syntaxhighlighter  sysadmin  syswow  tablekit  tables  tablesort  tablesorter  taglist  tao  tcp  tdd  teaching  teamcity  technology  templates  templating  terminal  ternary  testing  text  thunderbird  tig  time  timezone  tomcat  touchpad  training  treetop  tron  tsv  tutorial  tutorials  twill  twisted  ubiquity  ubuntu  ui  uml  unicode  unicorn  unittest  unix  uri  urlencode  usability  utf8  v8  verilog  versioning  vhdl  video  vim  virtualenv  virtualization  visio  vision  visualization  visualstudio  vm  volunteering  w3c  web  web2py  webdesign  webdev  webhooks  webkit  webmaster  webos  webservices  websphere  whatwg  wiki  Wikipedia  windmill  windows  windowsXP  WindyCityDB  wirble  wireframe  wireframes  wizardbookstudy  wolfram  word  work  writing  wsdl  wsgi  wxpython  x86  xdepend  xkcd  xml  xmlrpc  xmpp  xpath  xradar  xray  xsl  xslt  xss  xstream  xul  yahoo  yaml  ydn  yolk  youtube  yui  zeromq  zip 

Copy this bookmark:



description:


tags: