« 15 16 17 18 19 23 »

Pages are deceptive. Live life in a basket.

dx
OlegDB/async.c at master · PrestonSmith01/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 1 Star 0 Fork 7 PrestonSmith01 / OlegDB forked from infoforcefeed/OlegDB /.container /.repohead Code Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink blob contrib key: blob_contributors:v21:cd63e999221077ca79ca308429387ba6 branch: master Switch branches/tags Branches Tags feature/112_multiplatform_support feature/aol_rebuild feature/aol-rewrite feature/go-frontend master refactor-hashtable Nothing to show v.0.1.4 v.0.1.3 v.0.1.2 v.0.1.1 v.0.1.0 Nothing to show OlegDB / src / async.c PrestonSmith01 Dec 17, 2014 ...

Linked on 2015-02-27 06:34:46 | Similar Links
dx
C and uWSGI · Issue #88 · unbit/uwsgi-docs · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 36 Star 319 Fork 148 unbit / uwsgi-docs /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Loading… New issue C and uWSGI #88 Open ghost opened this Issue Sep 12, 2013 · 5 comments None yet No milestone No one assigned ghost commented Sep 12, 2013 hi, uWSGI can be used with the C programming language? Sample C #include <stdio.h> int main () {      printf ("Hello World"); } Do I have to transfer the output to the web with uwsgi?. Owner unbit commented Sep 12, 2013 If you mean as CGI,...

Linked on 2015-02-23 17:37:53 | Similar Links
dx
Thirty Eight Months Vending in San Diego, CA brings testimonials about our refreshment stations.

body section of layout, see page 5 of CLG "page" here contains the whole website, except background & footer use "wrappers" to group elements Menu Home Traditional / MealTime Vending Healthy Vending Testimonials Contact Us end of sample content, will be deleted when layout is processed header, includes keyvisual, logo, title, subtitle logo (allows changing of logo in editor) wrapper including the complete content and sidebars wrapper for content_main, making it easier to position Rave Reviews Thirty Eight Months Vending provides healthy and traditional vending machines that vend snacks and beverages. Our excellent services have made us one of the most preferred vending machine suppliers in San Diego, CA. But don’t just take our word for it. Read what some of our satisfied customers have ...

Linked on 2015-02-23 07:03:08 | Similar Links
dx
cmocka - unit testing framework for C

<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> cmocka Main jumbotron for a primary marketing message or call to action an elegant unit testing framework for C with support for mock objects. It only requires the standard C library, works on a lot of platforms (including embedded) and with different compilers. Download here » or Learn More Example row of columns Support for Mock Objects Mock objects are simulation objects to mimic the real implementation of an actual object. Useful to simulate dependencies of an interface to help test the interface in isolation. Some project use the mock fun...

Linked on 2015-02-11 17:23:09 | Similar Links
dx
cwrap - Testing your full software stack on a single machine

Full network server/client testing made easy. Download scroll for more information Preloading is a feature of the dynamic linker (ld). On most UNIX systems ld allows to load a number of shared libraries before loading all the shared libraries which are required by an executable. The cwrap project uses this feature to implement special libraries which can be used to fake certain behavior of the system. Think of it like "The Matrix" where reality is simulated and everything is a lie! Learn more ... socket_wrapper makes possible to run several instances of a a full client/server software stack on the same machine and to perform functional testing of many complex network configurations locally, with without going out to the network. Learn more ... System management software often requires t...

Linked on 2015-02-11 17:22:34 | Similar Links
dx
http - 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 Copyright 2009 The Go Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. Note: Static (i.e., not template-generated) href and id attributes start with "pkg-" to make it impossible for them to conflict with generated attributes (some of which correspond to Go identifiers). import "net/http" Overview Index Examples Subdirectories The package's Name is printed as title by the top-level template Package http provides HTTP client and server implementations. Get, Head, Post, and PostForm make HTTP (or HTTPS) requests: resp, err := http.Get(" http://example.com/ ") ... resp, err := http.P...

Linked on 2015-02-09 22:45:10 | Similar Links
dx
See results from all pull request status checks · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog See results from all pull request status checks /.pagehead Featured All Posts New Features Engineering Enterprise Meetups New Hires Watercooler Subscribe December 8, 2014 nakajima New Features Since we introduced the Status API , you've been able to improve the quality of your code by including the status of a pull request within the conversation timeline, for every push. Before today, you've only been able to see results from one service. Now you can see all your results at once, from multiple CI systems that test your code against different platforms to simultaneous security testing and code coverage analysis. You can also see how the status of a pull request has changed over its history by clicking the icons listed next to individual commits....

Linked on 2014-12-10 11:10:19 | Similar Links
dx
marianoguerra/flaviodb · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 0 Fork 0 marianoguerra / flaviodb /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar nothing to see here, please move along 27 commits 1 branch 0 releases 0 contributors Erlang 62.6% Shell 33.6% Makefile 3.8% Erlang Shell Makefile 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-ho...

Linked on 2014-11-26 14:49:21 | Similar Links
dx
pipe(3): create interprocess channel - Linux man page

google_ad_section_start This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux. pipe - create an interprocess channel #include < unistd.h > int pipe(int fildes [2]); The pipe () function shall create a pipe and place two file descriptors, one each into the arguments fildes [0] and fildes [1], that refer to the open file descriptions for the read and write ends of the pipe. Their integer values shall be the two lowest available at the time of the pipe () call. The O_NONBLOCK and FD_CLOEXEC flags shall be clear on both file descriptors. (The fcntl () function can be used to set both these flags.) Data can be written to the file descriptor fildes [1] and read from the file descriptor filde...

Linked on 2014-11-25 17:40:28 | Similar Links
« 15 16 17 18 19 23 »

Pages are deceptive. Live life in a basket.