« 1185 1186 1187 1188 1189 1506 »

Pages are deceptive. Live life in a basket.

waifu.xyz/models.h at master · qpfiffer/waifu.xyz · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 2 Fork 2 qpfiffer / waifu.xyz /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink blob contrib key: blob_contributors:v21:7c55e397afa2dfe9e6fc711c9b3bcf58 branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters feature/btree_db /.select-menu-item master /.select-menu-item Nothing to show /.select-menu-list Nothing to show /.select-menu-list /.select-menu-modal /.select-menu-modal-holder /.select-menu waifu.xyz / include / models.h qpfiffer Nov 28, 2014...

Linked on 2014-11-29 00:05:30 | Similar Links
prismofeverything/schmetterling · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 69 Fork 4 prismofeverything / schmetterling /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Debug clojure from the browser 49 commits 2 branches 0 releases 3 contributors JavaScript 91.3% Clojure 7.1% CSS 1.6% JavaScript Clojure CSS branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item ritz /.select-menu-item Nothing to show /.select-menu-list Nothing to show /.select-menu-list /.select-m...

Linked on 2014-11-28 23:15:38 | Similar Links
ptaoussanis/sente · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 501 Fork 30 ptaoussanis / sente /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Clojure(Script) + core.async + WebSockets/Ajax https://www.taoensso.com/clojure-libraries 173 commits 3 branches 16 releases 8 contributors Clojure 100% Clojure branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters dev /.select-menu-item gh-pages /.select-menu-item master /.select-menu-item Nothing to show /.select-menu-list v1.2.0 /.select-m...

Linked on 2014-11-28 23:04:30 | Similar Links
clojure/core.typed · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 550 Fork 31 clojure / core.typed /.container /.repohead Code Pull Requests Wiki Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar An optional type system for Clojure 2,109 commits 11 branches 91 releases 13 contributors Clojure 100% Clojure branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters bigrefactor /.select-menu-item check-fn-expected /.select-menu-item gh-pages /.select-menu-item map-ops /.select-menu-item master /.select-menu-item repeat-support /.select-menu-it...

Linked on 2014-11-28 23:00:00 | Similar Links
The LEMON Parser Generator

The Lemon program is an LALR(1) parser generator. It takes a context free grammar and converts it into a subroutine that will parse a file using that grammar. Lemon is similar to the much more famous programs "YACC" and "BISON". But lemon is not compatible with either yacc or bison. There are several important differences: Lemon using a different grammar syntax which is less prone to programming errors. The parser generated by Lemon is both re-entrant and thread-safe. Lemon includes the concept of a non-terminal destructor, which makes it much easier to write a parser that does not leak memory. The complete source code to the lemon parser generator is contained in two files. The file lemon.c is the parser generator program itself. A separate file lempar.c is the template for the parser subroutine that lemon generates. Documentation on lemon is also available. Both t...

Linked on 2014-11-28 22:54:19 | Similar Links
Yacc - Wikipedia, the free encyclopedia

CentralNotice Yacc From Wikipedia, the free encyclopedia Jump to: navigation , search This article includes a list of references , but its sources remain unclear because it has insufficient inline citations . Please help to improve this article by introducing more precise citations. (November 2012) Yacc is a computer program for the Unix operating system. The name is an acronym for " Yet Another Compiler Compiler ". It is a LALR parser generator , generating a parser , the part of a compiler that tries to make syntactic sense of the source code , specifically a LALR parser , based on an analytic grammar written in a notation similar to BNF . [ 1 ] It was originally developed in the early 1970s by Stephen C. Johnson at AT&T Corporation and written in the B programming language , but soon rewritten in C . [ 2 ] A full description of Yacc was published in 1975. [ ...

Linked on 2014-11-28 22:52:32 | Similar Links
parsing - lexers vs parsers - Stack Overflow

current community chat blog Stack Overflow Meta Stack Overflow Stack Overflow Careers Sign up or log in to customize your list. more stack exchange communities Stack Exchange sign up log in tour help Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site stack overflow careers Stack Overflow Questions Tags Users Badges Unanswered Ask Question Take the 2-minute tour × Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required. lexers vs parsers up vote 115 down vote favorite 78 Are lexers and parsers really that different in theory ? It seems fashionable to hate regular exp...

Linked on 2014-11-28 22:47:09 | Similar Links
erichs/composure · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 67 Fork 7 erichs / composure /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Don't fear the Unix chainsaw 197 commits 2 branches 9 releases 3 contributors Shell 85.8% Perl 14.2% Shell Perl branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item testing /.select-menu-item Nothing to show /.select-menu-list 1.2.1 /.select-menu-item 1.2.0 /.select-menu-item 1.1.1 /.select-menu-item 1.1.0 ...

Linked on 2014-11-28 22:37:36 | Similar Links
qpfiffer/lair · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 0 Fork 0 qpfiffer / lair /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar A small Den implementation written in C. 3 commits 1 branch 0 releases 1 contributor C 85.3% Makefile 12.0% Perl 2.7% C Makefile Perl branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item Nothing to show /.select-menu-list Nothing to show /.select-menu-list /.select-menu-modal /.select-menu-modal-holder /.select-menu ...

Linked on 2014-11-28 22:33:21 | Similar Links
妖怪祭参道 -Oriental Swing- | cYsmix

Haunted House cYsmix / 00:00 00:00 video Digital Track Includes high-quality download in MP3, FLAC and more. Paying supporters also get unlimited streaming via the free Bandcamp app. Buy Now name your price Send as Gift Buy the Full Digital Album Share / Embed from Haunted House , released 12 October 2013 tags: complextro electro house electronic trance progressive touhou Norway some rights reserved feeds for this album , this artist cYsmix Norway 18 year old, I'm from Norway and I love making touhou remixes. E-mail me if you need to ask anything! cYsmix (at) gmail.com Twitter SoundCloud YouTube Facebook discography Mr. Megaman EP Aug 2014 Voodooism Apr 2014 Ha...

Linked on 2014-11-28 20:11:31 | Similar Links |
XXIIVV ∴ Den

Den Talk Den is a small scripting language created for XXIIVV, and the successor to Mute . It is meant for optimal readability and simplicity. Similarly to Mute, there is only one syntax, for conditions, objects, functions, etc.. For example, a variable is just a function that returns a value. A return, in Den, uses the colon character. You can think of it like, index = value, like the setter [index:value]. index : value An if/else system is simply a function with cases. The following example will return 20, if a is not equal to 10. cond a b ? a = 10 : 5 : 20 Every function must exit, or else it runs itself into a loop. The following example shows an incrementation loop that exits once loop has equaled 10. loop ? loop = 10 : loop + 1 The following object is initialized with variables a and b, followed with the method, divided with a pipe. object a b meth...

Linked on 2014-11-28 19:17:54 | Similar Links
Atreus Keyboard Kit

<h1><img src="i/logo.svg" alt="Atreus" /></h1> ATREUS mechanical ergonomic travel keyboard kit The Atreus is a small mechanical keyboard that is based around the shape of the human hand. It combines the comfort of a split ergonomic keyboard with the crisp key action of mechanical switches, all while fitting into a tiny profile. Nothing quite matches the satisfaction of typing on a keyboard you've constructed with your own hands. The Atreus DIY kit contains all the parts and detailed instructions you need to put together your own unique, handmade keyboard, but fully-assembled boards are also available for a limited time. order now The Atreus's Cherry MX Blue switches enjoy great popularity among keyboard enthusiasts for their precise, crisp action. Mo...

Linked on 2014-11-27 21:36:16 | Similar Links
Partially Applied Functions in C — Leandro Pereira

<![endif] [if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif] Leandro Pereira Home About 20 July 2013 There are some functions in the standard C library that takes a function pointer to be used as a callback later on. Examples include atexit() and signal() . However, these functions can’t receive an arbitrary pointer (which could hold some important program state) in addition to the function pointer, so you’re left with pesky global variables: /* You have: */ atexit ( foo ); /* foo() will have to fetch program state from globals */ /* Instead of: */ static struct program_state state ; atexit ( foo , ...

Linked on 2014-11-27 17:52:01 | Similar Links
Molten Aluminum Lakes Offer Power Storage for German Wind Farms - Bloomberg

This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies. X Bloomberg is best experienced with JavaScript enabled. [if lte IE 7]> <div id='browser_upgrade'> Please upgrade your browser for a better user experience. </div> <![endif] Bloomberg.com GLOBAL EDITION Businessweek.com Company About Blog Careers Diversity & Inclusion News Mission Philanthropy & Engagement Press Room Sustainability Products Financial Products Bloomberg Professional Service Bloomberg Tradebook Bloomberg Briefs Bloomberg Indexes Bloomberg SEF Service Center Customer Support Enterprise Products Enterprise Solutions Trading Solutions Industry Products Bloomberg BNA Bloomberg Government Bloomberg Law Bloomberg Link Bloomberg New Energy Finance Bloomberg Sports Content Licensing Bloomberg Anywhe...

Linked on 2014-11-27 17:47:17 | Similar Links
Buildbot: sol-clang Build #33

Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About sol-clang Failed compile Got Revision a53ef976dbcd96e978a237467db6b946ddf9f3d4 Build of most recent revision giovanni-sol forced: by IRC user <Hamcha> on channel #olegdb: testing solaris git update ( 0 secs ) stdio clean 'gmake clean' ( 1 secs ) stdio compile compile failed ( 1 secs ) stdio test - no logs - Name Value Source branch None Build builddir /home/buildbot/oleg/sol-clang slave buildername sol-clang Builder buildnumber 33 Build codebase Build got_revision a53ef976dbcd96e978a237467db6b946ddf9f3d4 Git project Build repository Build revision None Build slavename giovanni-sol BuildSlave warnings-count 0 WarningCountingShellCommand workdir /home/bu...

Linked on 2014-11-27 14:48:19 | Similar Links
Buildbot: fbsd-gcc Build #34

Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About fbsd-gcc Build successful Got Revision a53ef976dbcd96e978a237467db6b946ddf9f3d4 Build of most recent revision mayo-fbsd A build was forced by '': force build git update ( 0 secs ) stdio clean 'gmake clean' ( 0 secs ) stdio compile compile ( 17 secs ) stdio test test ( 25 mins, 9 secs ) stdio Name Value Source branch Build builddir /usr/home/buildslave/oleg/fbsd-gcc slave buildername fbsd-gcc Builder buildnumber 34 Build codebase Build got_revision a53ef976dbcd96e978a237467db6b946ddf9f3d4 Git owners [u''] A build was forced by '': force build project Build repository Build revision Build scheduler force Scheduler slavename mayo-fbsd BuildSlave warnin...

Linked on 2014-11-27 14:42:33 | Similar Links
Buildbot: fbsd-clang Build #35

Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About fbsd-clang Build successful Got Revision a53ef976dbcd96e978a237467db6b946ddf9f3d4 Build of most recent revision mayo-fbsd A build was forced by '': force build git update ( 0 secs ) stdio clean 'gmake clean' ( 0 secs ) stdio compile compile ( 10 secs ) stdio test test ( 25 mins, 14 secs ) stdio Name Value Source branch Build builddir /usr/home/buildslave/oleg/fbsd-clang slave buildername fbsd-clang Builder buildnumber 35 Build codebase Build got_revision a53ef976dbcd96e978a237467db6b946ddf9f3d4 Git owners [u''] A build was forced by '': force build project Build repository Build revision Build scheduler force Scheduler slavename mayo-fbsd BuildSlave ...

Linked on 2014-11-27 14:42:30 | Similar Links
Buildbot: lin-gcc Build #34

Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About lin-gcc Build successful Got Revision a53ef976dbcd96e978a237467db6b946ddf9f3d4 Build of most recent revision uchudai-lin A build was forced by '': force build git update ( 2 secs ) stdio clean 'gmake clean' ( 0 secs ) stdio compile compile ( 11 secs ) stdio test test ( 2 mins, 16 secs ) stdio Name Value Source branch Build builddir /home/buildbot/oleg/lin-gcc slave buildername lin-gcc Builder buildnumber 34 Build codebase Build got_revision a53ef976dbcd96e978a237467db6b946ddf9f3d4 Git owners [u''] A build was forced by '': force build project Build repository Build revision Build scheduler force Scheduler slavename uchudai-lin BuildSlave warnings-co...

Linked on 2014-11-27 13:22:58 | Similar Links
Introduction to the Message Passing Interface (MPI) using C

Message Passing Interface (MPI) using C This is a short introduction to the Message Passing Interface (MPI) designed to convey the fundamental operation and use of the interface. This introduction is designed for readers with some background programming C, and should deliver enough information to allow readers to write and run their own (very simple) parallel C programs using MPI. There exists a version of this tutorial for Fortran programers called Introduction the the Message Passing Interface (MPI) using Fortran. MPI is a library of routines that can be used to create parallel programs in C or Fortran77. Standard C and Fortran include no constructs supporting parallelism so vendors have developed a variety of extensions to allow users of those languages to build parallel applications. The result has been a spate of non-portable applications, and a need to retrain programmer...

Linked on 2014-11-27 05:33:51 | Similar Links
« 1185 1186 1187 1188 1189 1506 »

Pages are deceptive. Live life in a basket.