text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 β | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
Day 1 Keynote - Bjarne Stroustrup: C++11 Style
- Date: February 2, 2012 from 9:30AM to 11:00AM
- Day 1
- Speakers: Bjarne Stroustrup
- 205,916 Views
- 72 Comments
Something went wrong getting user information from Channel 9
Something went wrong getting user information from MSDN
Something went wrong getting the Visual ... | http://channel9.msdn.com/Events/GoingNative/GoingNative-2012/Keynote-Bjarne-Stroustrup-Cpp11-Style?format=smooth | CC-MAIN-2013-20 | en | refinedweb |
iPcTest Struct Reference
This is a test property class. More...
#include <propclass/test.h>
Inheritance diagram for iPcTest:
Detailed Description
This is a test property class.
This property class can send out the following messages to the behaviour (add prefix 'cel.parameter.' to get the ID for parameters):
- cel.misc... | http://crystalspace3d.org/cel/docs/online/api-1.4.1/structiPcTest.html | CC-MAIN-2013-20 | en | refinedweb |
XSNamespaceItem
The constructor to be used when a grammar pool contains all needed info.
The constructor to be used when the XSModel must represent all components in the union of an existing XSModel and a newly-created Grammar(s) from the GrammarResolver.
[annotations]: a set of annotations.
Convenience method.
Returns... | http://docs.oracle.com/cd/E18050_01/tuxedo/docs11gr1/xmlparser/html/apiDocs/classXSModel.html | CC-MAIN-2013-20 | en | refinedweb |
as it violates type aliasing. Many compilers implement, as a non-standard language extension, the ability to read inactive members of a union.
#include <iostream> union S { std::int32_t n; // occupies 4 bytes std::uint16_t s[2]; // occupies 4 bytes std::uint8_t c; // occupies 1 byte }; // the whole union occupies 4 by... | http://en.cppreference.com/w/cpp/language/union | CC-MAIN-2013-20 | en | refinedweb |
Deploying and running Django apps on Heroku is really a no-brainer, except for one thing β serving static files via
collectstatic.
I run
collectstatic as usual, using
heroku run command just like how I did it for
syncdb. It worked but Iβm getting 404 error when serving static files.
It turns out that running
collectsta... | http://matthewphiong.com/managing-django-static-files-on-heroku | CC-MAIN-2013-20 | en | refinedweb |
updated copyright years
\ paths.fs path file handling 03may97jaw \ Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008. \ include string.fs [IFUNDEF] +place : +place ( adr len adr ) 2dup >r >r dup c@ char+ + swap move r> r> dup c@ rot + swap c! ; [THEN] [IFUNDEF] place : place ( c-addr1 u c-addr2 ) 2d... | http://www.complang.tuwien.ac.at/viewcvs/cgi-bin/viewcvs.cgi/gforth/kernel/paths.fs?view=auto&rev=1.37&sortby=rev&only_with_tag=MAIN | CC-MAIN-2013-20 | en | refinedweb |
Is there any way of running and compiling with known errors in the code.
Her is my reason. I am using a reference to word 2008 and word 2010, so as the program will work with both versions. Trouble is that if the computer I am using to test the code, only has one installed (naturally) so the program wont compile or run... | http://www.daniweb.com/software-development/vbnet/threads/440593/force-compile-with-errors | CC-MAIN-2013-20 | en | refinedweb |
Case
[1] "It's been quite a year," thought Tom Moline." On top of
their normal efforts at hunger advocacy and education on campus,
the twenty students in the Hunger Concerns group were spending the
entire academic year conducting an extensive study of hunger in
sub-Saharan Africa. Tom's girlfriend, Karen Lindstrom, had... | http://www.elca.org/What-We-Believe/Social-Issues/Journal-of-Lutheran-Ethics/Issues/December-2003/Harvesting-Controversy-Genetic-Engineering-and-Food-Security-in-SubSaharan-Africa.aspx | CC-MAIN-2013-20 | en | refinedweb |
16 July 2009 15:44 [Source: ICIS news]
(Recasts, adding detail in headline and lead)
LONDON (ICIS news)--INEOSβ 320,000 tonne/year polyethylene (PE) plant at ?xml:namespace>
βThe plant went down some time over the weekend [11/12 July], as it was well into its high density PE (HDPE) campaign,β said the source. βWe expec... | http://www.icis.com/Articles/2009/07/16/9233138/ineos-pe-down-at-grangemouth-uk-after-unexpected-outage.html | CC-MAIN-2013-20 | en | refinedweb |
20 October 2009 17:26 [Source: ICIS news]
By Nigel Davis
?xml:namespace>
CEO Ellen Kullman on Tuesday described βa developing recovery that is shaped different by market and geographyβ.
Not surprisingly, DuPontβs
Central
But the picture is shifting slightly and the outlook is certainly more positive than three months a... | http://www.icis.com/Articles/2009/10/20/9256404/insight-stronger-signs-of-market-growth.html | CC-MAIN-2013-20 | en | refinedweb |
LLVM API Documentation
#include <LibCallSemantics.h>
LibCallInfo - Abstract interface to query about library call information. Instances of this class return known information about some set of libcalls.
Definition at line 127 of file LibCallSemantics.h.
Definition at line 133 of file LibCallSemantics.h.
Definition at ... | http://llvm.org/docs/doxygen/html/classllvm_1_1LibCallInfo.html | CC-MAIN-2013-20 | en | refinedweb |
Spring Integration's JPA (Java Persistence API) module provides components for performing various database operations using JPA. The following components are provided:
Updating Outbound Gateway
Retrieving Outbound Gateway
These components can be used to perform select, create, update and delete operations on the target... | http://static.springsource.org/spring-integration/docs/2.2.0.RELEASE/reference/html/jpa.html | CC-MAIN-2013-20 | en | refinedweb |
Write Once, Communicate⦠Nowhere?
Back in August I made the off-hand comment "thank goodness for RXTX" when talking about communicating with serial ports using Java. I've been meaning to revisit that topic in a bit more detail, and now is as good a time as any.
More Insights
White Papers
- Transforming Change into a Co... | http://www.drdobbs.com/embedded-systems/write-once-communicate-nowhere/240149018?cid=SBX_ddj_related_mostpopular_default_testing&itc=SBX_ddj_related_mostpopular_default_testing | CC-MAIN-2013-20 | en | refinedweb |
03 May 2007 06:17 [Source: ICIS news]
By Jeanne Lim
(updates with latest developments, analyst and market comments)
SINGAPORE (ICIS news)--A fire broke out at ExxonMobilβs Singapore refinery at 01:15 local time (18:15 GMT) on Thursday, killing two people and injuring two others, a company spokeswoman said.
The fire at ... | http://www.icis.com/Articles/2007/05/03/9025850/one+cdu+down+in+exxonmobil+singapore+fire.html | CC-MAIN-2013-20 | en | refinedweb |
MIDP's main user -interface classes are based on abstractions that can be adapted to devices that have different display and input capabilities. Several varieties of prepackaged screen classes make it easy to create a user interface. Screens have a title and an optional ticker. Most importantly, screens can contain Com... | http://flylib.com/books/en/1.520.1.42/1/ | CC-MAIN-2013-20 | en | refinedweb |
NAME
munmap -- remove a mapping
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <sys/mman.h> int munmap(void *addr, size_t len);
DESCRIPTION
The munmap() system call deletes the mappings for the specified address range, and causes further references to addresses within the range to generate invalid memory refe... | http://manpages.ubuntu.com/manpages/oneiric/man2/munmap.2freebsd.html | CC-MAIN-2013-20 | en | refinedweb |
ConcurrentDictionary<TKey, TValue> Class
Represents a thread-safe collection of key-value pairs that can be accessed by multiple threads concurrently.
System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue>
Assembly: mscorlib (in mscorlib.dll)
[SerializableAttribute] [ComVisibleAttribute(false)] [HostProtectio... | http://msdn.microsoft.com/en-us/library/dd287191(v=VS.100).aspx | CC-MAIN-2013-20 | en | refinedweb |
RE: ViewcvsOxley, David wrote:
> Yes, I read the install file. It said to copy the files
> under mod_python to a directory hosted by Apache.
>
> I've just run "cvs up -D 06/14/2003" on viewcvs and got it
> working with the main links, but the links at the top ([svn]
> /Project/trunk) are giving the original error. HEAD... | http://svn.haxx.se/dev/archive-2003-08/0457.shtml | CC-MAIN-2013-20 | en | refinedweb |
Generally, I've seen that warning when the WordPerfect
importer mis-identifies the file type, and decides to
import the document. If you have that plugin
installed, try removing it.
--- Scott Prelewicz <scottp@noein.com> wrote:
>
>
> This could be for any file. Specifically, we want to
> be able to convert
> uploaded r... | http://www.abisource.com/mailinglists/abiword-user/2006/Jun/0009.html | CC-MAIN-2013-20 | en | refinedweb |
25 February 2011 18:43 [Source: ICIS news]
LONDON (ICIS)--Lubricants demand in India, which is expected to overtake China as the worldβs fastest growing major economy, could expand by more than 19% from 2009 to 2.23m tonnes in five years, said an industry expert on Friday.
Industrial lubricants are likely to be the fas... | http://www.icis.com/Articles/2011/02/25/9439042/indias-lubricants-demand-predicted-to-see-strong-growth.html | CC-MAIN-2013-20 | en | refinedweb |
Coding Tutorials
This comprehensive dataset consists of 500,000 documents, summing up to around 1.5 billion tokens. Predominantly composed of coding tutorials, it has been meticulously compiled from various web crawl datasets like RefinedWeb, OSCAR, and Escorpius. The selection process involved a stringent filtering of files using regular expressions to ensure the inclusion of content that contains programming code (most of them).
These tutorials offer more than mere code snippets. They provide an extensive context, including the rationale behind the code, the problem being addressed, and detailed step-by-step instructions. This layered context is helpful for training a code-LM model, enabling it to discern the user intent behind a piece of code and thus facilitating more contextually relevant assistance.
Programming Language Distribution
cpp β 39% βββββββββββββββββββββββββ
python β 25% ββββββββββββββββ
java β 16% ββββββββββ
csharp β 3% ββ
javascript β 1% β
kotlin β 1% β
other β 14% βββββββββ
Natural language distribution
en β 80% βββββββββββββββββββββββββ
ru β 16% βββββ
zh β 2% β
es β 2% β
- Downloads last month
- 116