« 1274 1275 1276 1277 1278 1506 »

Pages are deceptive. Live life in a basket.

Get rid of the Erlang frontend · 34a860e · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 26 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Get rid of the Erlang frontend I never liked port_driver.c anyway feature/go-frontend commit 34a860e4dd408e0bff97520464360921f20ba082 1 parent 204779f Hamcha authored September 19, 2014 Unified Split Showing 11 changed files with 4 additions and 1,366 deletions . + 4 − 39      Makefile + 0 − 620      c_src/port_driver.c + 0 − 7      include/olegdb.hrl + 0 − 47      run_server...

Linked on 2014-09-19 21:43:40 | Similar Links
http://instant.io/

Download a file by info hash Download Run localStorage.debug = '*' in the console to get detailed log output. Powered by WebTorrent . Code available on GitHub . MIT License....

Linked on 2014-09-19 19:20:23 | 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-09-19 19:14:44 | Similar Links
Go 1.3 Release Notes - The Go Programming Language

... #lowframe Documents Packages The Project Help Blog Play The Go Programming Language package main import "fmt" func main() { fmt.Println("Hello, 世界") } Run Format Share The latest Go release, version 1.3, arrives six months after 1.2, and contains no language changes. It focuses primarily on implementation work, providing precise garbage collection, a major refactoring of the compiler tool chain that results in faster builds, especially for large projects, significant performance improvements across the board, and support for DragonFly BSD, Solaris, Plan 9 and Google's Native Client architecture (NaCl). It also has an important refinement to the memory model regarding synchronization. As always, Go 1.3 keeps the promise of compatibility , and almost everything will continue to compile and run without change when moved to 1.3. Microsoft stopped...

Linked on 2014-09-19 18:56:12 | Similar Links
Deferred statements 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 11 August 2012 Golang has a lot of nice features – and one I found pretty interesting is called deferred statements . This can be implemented in C++ pretty easily through RAII , but in C we’re pretty much out of luck. Or are we? In lwan , I’m using my own home-cooked coroutine implementation. All requests are handled by coroutines, so that it makes easy to condition the execution of deferred statements with the cleanup of a coroutine. And that’s what I did, by implementing coro_defer() , which adds hooks that will be called...

Linked on 2014-09-19 18:54:25 | Similar Links
Facing your inner alpha

<![endif] Armed and Dangerous .admired-social #branding #head-wrapper Skip to primary content Skip to secondary content Home Search #nav-menu2 ← Previous Next → #nav-single Posted on 2011-03-05 by Eric Raymond .entry-meta .entry-header There’s been some discussion in response to my post on A natural contemplates game on the meaning of the term “alpha male” as it applies to humans. In comments, I had this to say as a definition: As I use “alpha”, it simply means someone who is equipped for leadership roles by psychology and temperament. You can tell you are one if your experience of life frequently includes being sucked into leadership vacuums. It’s not about having some sort of dark desire to dominate people, though of course there’s a subset of alphas that has that. In the PUA context, “alpha” has the additional overlapping mean...

Linked on 2014-09-19 18:49:29 | Similar Links
C - -

<![endif] C – - #masthead .site-header Menu Skip to content Home C – - Downloads Old News People FAQ .site-navigation .main-navigation .entry-header Suppose you are writing a compiler; how will you get quality machine code? You might write your own code generator —but that’s a lot of work. You might use somebody else’s : perhaps VPO or MLRIS back end. But each of these impressive systems has a rich, complex, and ill-documented interface, and furthermore, to use MLRISC you must write your front end in ML, to use gcc you must write it in C, and so on. You might generate C , if you can live without multiple results in registers, proper tail calls, computed gotos, accurate garbage collection, and efficient exceptions. You would be much happier with one portable assembly language that could be generated by a front end and implemented by any of several code generato...

Linked on 2014-09-19 18:38:13 | Similar Links
halayli/lthread · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 561 Fork 33 halayli / lthread /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar lthread is a multicore enabled coroutine library written in C 160 commits 3 branches 1 release 7 contributors C 100% C branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters dev /.select-menu-item lthread_poller /.select-menu-item master /.select-menu-item Nothing to show /.select-menu-list v0.5 /.select-menu-item Nothing to show /.select-me...

Linked on 2014-09-19 18:29:29 | Similar Links
14.02 up-rev NSS lib so Netflix can play

Paul Adolph padolph at netflix.com Thu Sep 18 22:43:17 UTC 2014 Previous message: Could someone merge usb-modeswitch from Debian - currently usb-modeswitch from Ubuntu 14.10 (and 14.04) doesn't work with latest usb-modeswitch-data releases and doesn't support lots of Huawei (and other) modems :( Next message: 14.02 up-rev NSS lib so Netflix can play Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] beginarticle Netflix will play with Chrome stable in 14.02 if NSS version 3.16.2 or greater is installed. If this version is generally installed across 14.02, Netflix would be able to make a change so users would no longer have to hack their User-Agent to play. What is the process of getting a new NSS version into the update stream? Or can somebody please provide me with the right contact? Thanks! -Paul from Netflix endarticle Previous message: Could someone...

Linked on 2014-09-19 18:17:55 | Similar Links
wraithan.js on Twitter: "@HipChat Not keen on how you highlight the hell out of my own messages. Will be editing the css to correct this, please fix!"

<![endif] Twitter Search query Search Twitter Remove Verified account @ Suggested users Verified account @ Verified account @ Language: English Bahasa Indonesia Bahasa Melayu Čeština Dansk Deutsch EnglishUK Español Filipino français Italiano Magyar Nederlands Norsk Polski Português română Suomi Svenska Tiếng Việt Türkçe Русский Українська мова עִבְרִית العربية فارسی हिन्दी বাংলা ภาษาไทย 한국어 日本語 简体中文 繁體中文 Have an account? Sign in New to Twitter? Join Today » Sign In Phone, email or username Password Sign in Remember me Forgot password? Already using Twitter via text message? Atlassian HipChat ‏ @ HipChat 4h A lot of good fixes in the newest ver 3.0.4 of HipChat for Mac. Download it now and let us ...

Linked on 2014-09-18 23:06:40 | Similar Links
Being the single developer - DevOps Reactions

Home For Companies Submit a post Archive RSS Twitter DevOps Reactions Say it with pictures. Describe your feelings about your everyday sysadmin interactions. Inspired by Infosec Reactions. Follow @devopsreactions Tweet <a href="http://twitter.com/devopsreactions" class="linked_button bright_blue_button" id="follow_me"></a> <script type="text/javascript"> function link_urls(text) { var regex = /[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&~\?\/.=]+/g; return text.replace(regex, function(url) { return url.link(url); }); } function recent_tweets(data) { if (data.length > 0) { var latest = data[0]; $("#latest_tweet").html(link_urls(latest.text)); } } </scri...

Linked on 2014-09-18 18:56:16 | Similar Links
Historic mansion was once home of Portland “starvation cult” | Offbeat Oregon History

InstanceBegin template="/Templates/MainTemplate.dwt" codeOutsideHTMLIsLocked="false" main envelope closes #header INSIDE #container closes #header2 INSIDE #container end #header closes #Badges INSIDE #mainbox #container InstanceBeginEditable name="sidebar" begin WP ad bloc end WP ad bloc you just might ALSO enjoy ... Lawmaker Jonathan Bourne Jr. knew if the state House convened, it would elect his opponent. So he held things up for six weeks — with a Bacchanalian bender. Here's the story. Ame came over the Oregon Trail from Missouri. But when the North won the Civil War, her status as a slave didn't change. Here's what happened. Like an "angel of death," ex-con Ray V.B. Jackson just happened to be at the scene of at least five Central Oregon homicides. What are the odds? Here's the story (in two parts). The Portland Youth Ph...

Linked on 2014-09-18 18:44:29 | Similar Links
orlyatomics/orly · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 111 Fork 21 orlyatomics / orly /.container /.repohead Code Issues Pull Requests Wiki Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Orly™ An open-source graph database http://orlyatomics.com/ 963 commits 1 branch 0 releases 7 contributors C++ 93.9% C 5.6% Other 0.5% C++ C Other 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 /.selec...

Linked on 2014-09-18 07:18:41 | Similar Links
I was just asked to crack a program in a job interview !

m00dy's place TL;DR I was just asked to crack a program in a job interview. and got the job. Hello everyone, i am quite excited about my new blog here.I am planning to write couple of blog posts every week. Since the title gives you a brief information about general concept , i would like to tell you my story about a job interview that was held in Ankara,TR. I applied a position named as "Software Security Engineer" and In the interview , they asked me really low level stuff some of them i know , some of them i dont. Then they send me an email which includes an attachment for a protected and encrypted binary.("CRACK MEEE! ") When i got home , i downloaded it and it asked me only a password to unlock it.They wanted me to find that password :) At first , it looks pretty hard but i will try to introduce the general concept that i had followed :) Here is the first thing i...

Linked on 2014-09-18 03:48:05 | Similar Links
« 1274 1275 1276 1277 1278 1506 »

Pages are deceptive. Live life in a basket.