text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
In a previous post DotNetNuke Module Settings Made Simple, I had shared some code to make DotNetNuke module settings easier to manage. One of the methods in an included class permitted the use of tokens in stored settings values. This allows for many possibilities that are user-, tab- or portal-driven. In that post, I ...
http://www.techbubble.net/default,month,2007-01.aspx
crawl-001
en
refinedweb
#include <history.h> get_history(instr) put_history(outstr) app_history (s) string *ask_history() reset_history() void set_headline(s) string ask_headline() stream instr, outstr; string s; get_history() appends history from a file instr (assumed to be in filestruct(5NEMO) format) to the internal history buffer. This is...
http://bima.astro.umd.edu/nemo/man_html/ask_history.3.html
crawl-001
en
refinedweb
Free Shipping on all Automotive Tools Equipment & suppliesunder 50 lbs. and over $250.00(Continental USA Only) SKU: ATD-3399 Fuel, air conditioning, Oil cooler lines, Transmission... • For easy and trouble-free separation of quick disconnect and spring lock couplers found on most late model domestic and import vehicles...
http://www.tooldesk.com/products/productDetail.aspx+id+2217
crawl-001
en
refinedweb
Bugzilla – Bug 274 [JIT] Programs cannot resolve the fstat function Last modified: 2004-03-08 23:27:28 You need to before you can comment on or make changes to this bug. Programs that use the 'fstat' function (such as GNU m4) are failing to work with the JIT, because dlsym is apparently failing on it or something. Here...
http://llvm.cs.uiuc.edu/PR274
crawl-001
en
refinedweb
nsIMemory From MDC [edit] Summary The nsIMemory interface represents a generic memory allocator. #include "nsIMemory.h" [scriptable, uuid=(59e7e77a-38e4-11d4-8cf5-0060b0fc14a3)] interface nsIMemory : nsISupports { ... }; [edit] Methods heapMinimize - The heapMinimize method attempts to shrink the size of the heap. isLo...
http://developer.mozilla.org/en/docs/nsIMemory
crawl-001
en
refinedweb
the language extensions to power up your applications Document options requiring JavaScript are not displayed Help us improve this content Level: Intermediate Jonathan Bartlett (johnnyb@eskimo.com), Director of Technology, New Medio 20 Mar 2007 In Part 5 of the Programming high-performance applications on the Cell BE ...
http://www.ibm.com/developerworks/library/pa-linuxps3-5/
crawl-001
en
refinedweb
Essential tools and techniques for the Cell BE software developer Document options requiring JavaScript are not displayed Discuss Help us improve this content Level: Intermediate Michael Kistler (mkistler@us.ibm.com), Austin Research Laboratory, IBMSidney Manning (sid@us.ibm.com), Systems & Technology Group, IBM 08 Au...
http://www.ibm.com/developerworks/library/pa-celldebug/
crawl-001
en
refinedweb
Back in February, I wrote an item on ways of using CSS class attributes to categorize content. Richard Soderberg wrote to ask if I'd looked into using Joshua Schachter's "social bookmarking" system del.icio.us. It seems I never replied (sorry, Richard), but here is my belated response. Although I knew about del.icio.u...
http://weblog.infoworld.com/udell/2004/08/11.html
crawl-001
en
refinedweb
J Kuslich, Software Engineer, IBM 09 Jun 2005Updated 10 Nov 2005 Rational XDE Professional v2002, Microsoft .NET Edition, is a powerful modeling and productivity tool for developers that integrates with Visual Studio .NET. This article introduces XDE's major features and takes you through a simple example project.: Sof...
http://www.ibm.com/developerworks/rational/library/04/r-1378/index.html
crawl-001
en
refinedweb
Bugzilla – Bug 472 [cbackend] Static globals are prototyped as 'extern' Last modified: 2004-12-03 11:20:26 You need to before you can comment on or make changes to this bug. The C writer currently generates invalid C code (static followed by extern which will be an error in gcc-4.0, see also ). For example: static char...
http://llvm.cs.uiuc.edu/PR472
crawl-001
en
refinedweb
Bugzilla – Bug 148 [llvmg++] Front-end attempts to return structure by value Last modified: 2003-11-25 02:48:05 You need to before you can comment on or make changes to this bug.. Note that this occurs when gccld's optimizations are enabled or disabled (i.e. it's not an optimizer problem). This is actually a bug in the...
http://llvm.cs.uiuc.edu/PR148
crawl-001
en
refinedweb
Context Sentry supports additional context with events. Often this context is shared amongst any issue captured in its lifecycle, and includes the following components: - Structured Contexts Specific structured contexts (OS info, runtime information etc.). This is normally set automatically. - User Information about th...
https://docs.sentry.io/enriching-error-data/context/?utm_source=post&utm_medium=text&utm_campaign=guest-post&utm_term=pagerduty?utm_source=post&utm_medium=text&utm_campaign=guest-post&utm_term=pagerduty
CC-MAIN-2019-39
en
refinedweb
Parent Directory | Revision Log This commit is brought to you by the number 4934 and the tool "meld". Merge of partially complete split world code from branch. whitespace only changes. all of paso now lives in its own namespace. More vacuuming. paso::Options. "Some" SystemMatrix clean up..... checkpointing some SparseM...
https://svn.geocomp.uq.edu.au/escript/trunk/paso/src/SystemMatrix.h?view=log&sortby=log&pathrev=5148
CC-MAIN-2019-39
en
refinedweb
Getting Started Unit tests are critical if you want to make sure that you don't accidentally break your app with an innocuous code change. In this post, we're going to discuss the basics of widget testing (unit testing widgets) using flutter. We'll be using a basic TodoMVC app we wrote just for this purpose. Download V...
https://flutter.institute/flutter-and-widget-tests/
CC-MAIN-2019-39
en
refinedweb
Sometimes you need to use a location from multiple routes/widgets within your app. Instead of having to set up and manage the location plugin in all these various places, we can instead set it up once and share that data between many widgets using an Inherited Widget. Download Visit the GitHub repository to clone the s...
https://flutter.institute/sharing-location-using-inherited-widget/
CC-MAIN-2019-39
en
refinedweb
Also read - ASP.NET MVC: Displaying Partial Views using jQuery UI Dialog Boxes and Using jQuery for displaying ASP.NET MVC Partial View to Perform Edit Operation Building the Sample ApplicationHere I have used jQuery for the scripting on the client side. The $.ajax method of jQuery is used to make asynchronous calls to...
https://www.devcurry.com/2012/08/filtering-data-in-aspnet-mvc-using.html
CC-MAIN-2019-39
en
refinedweb
Referencing Properties in Extensions You can reference properties in Che extensions that you author. Configuration parameters may be injected with a constructor or directly in the fields. The parameter of the field must be annotated with @javax.inject.Named. The value of the annotation is the name of the property. For ...
https://www.eclipse.org/che/docs/che-6/properties.html
CC-MAIN-2019-39
en
refinedweb
Opened 10 months ago Closed 2 weeks ago #7101 closed change (rejected) Replace metadata.* files with plain .json files. Description Background We configure the build process of packages mainly through our metadata.* files. With our ongoing efforts to move automation-related code to NodeJS, this becomes unfeasible, main...
https://issues.adblockplus.org/ticket/7101?cversion=0&cnum_hist=8
CC-MAIN-2019-39
en
refinedweb
Technical overview of e-mail network-based Insights Article Series on Organizational Network Analysis and Communication Content Analysis This is a follow-up of the Part 1 article, where we mentioned few of the key pain points we want to address. Here, we dig deeper in two most interesting insights: - Internal Successio...
https://medium.com/@agronfazliu/technical-overview-of-e-mail-network-based-insights-376a2ef73c1c
CC-MAIN-2019-39
en
refinedweb
A Warning About Overloading Methods in Java A Warning About Overloading Methods in Java Autoboxing and method overloading can be useful when building a Java app. But sometimes these features can cause confusion, improper outputs, or errors, if not handled carefully. Join the DZone community and get the full member expe...
https://dzone.com/articles/java-notes-overloading
CC-MAIN-2019-39
en
refinedweb
Java 12 was released in March 2019. This new, improved version has incorporated many language changes, all of which are outlined in this article. Even with a new version of Java released every six months, there are quite a few language changes and under-the-hood improvements in this version. Let’s cut to the chase and ...
https://opensourceforu.com/2019/08/whats-new-in-java-12/
CC-MAIN-2019-39
en
refinedweb
.3 released ============================== QF-Test version 4.0.3 is now available for download from Besides bug fixes this update contains several important new features for all GUI engines: - Apart from updates for Firefox 35 and 36 the AJAX resolver for GWT has been rewritten from scratch. It supports GWT version 2.7...
https://www.qfs.de/qf-test-mailingliste-archiv-2015/lc/2015-msg00006.html
CC-MAIN-2019-39
en
refinedweb
C++ is a very in depth language and can be used for very complex operations, but as with learning any new skill, it is necessary to first learn the fundamentals. This aim of this tutorial is to teach novice programmers how to write simple cin and cout statements. Cin statements are used to receive input from the user o...
https://m.wikihow.com/Use-C%2B%2B-to-Write-Cin-and-Cout-Statements
CC-MAIN-2019-39
en
refinedweb
resources company. gas companies Interest in seven blocks in India, and one each in Sri Lanka and South Africa Contributes to ~27% of Indias domestic crude oilproductionOur vision Zinc-Lead-SilverTo be a world-class, diversified resources Zinc operations in India,company, providing superior returns to our Namibia, Sout...
https://ru.scribd.com/document/341063999/22883-vedanta-ar2015-final-pdf
CC-MAIN-2019-39
en
refinedweb
Recursive React Components Often times, particularly when dealing with complex nested data, React developers need to re-think the way they're structuring their component trees. In certain cases, when the data requires it, component trees can't be rendered in an iterative fashion, instead React developers must rely on r...
http://brianyang.com/recursive-react-components/
CC-MAIN-2019-39
en
refinedweb
Unit Testing File Modifications A common task in programs I've been working on lately is modifying a text file in some way. (Hey, I'm on Linux. Everything's a file. And I do large-scale system admin.) But the file the code modifies may not exist on my desktop box. And I probably don't want to modify it if it IS on my d...
http://www.brokencontrollers.com/faq/106766.shtml
CC-MAIN-2019-39
en
refinedweb
Celery 1.0.6 (stable) documentation A task is a class that encapsulates a function and its execution options. Given a function create_user, that takes two arguments: username and password, you can create a task like this: from celery.task import Task class CreateUserTask(Task): def run(self, username, password): create...
https://docs.celeryproject.org/en/1.0-archived/userguide/tasks.html
CC-MAIN-2019-39
en
refinedweb
import "encoding/ascii85" Package ascii85 implements the ascii85 data encoding as used in the btoa tool and Adobe's PostScript and PDF document formats.. MaxEncodedLen returns the maximum length of an encoding of n source bytes. NewDecoder constructs a new ascii85 stream decoder.. func (e CorruptInputError) Error() str...
https://godoc.org/encoding/ascii85
CC-MAIN-2019-39
en
refinedweb
import "github.com/goki/gi" Package gi is the top-level repository for the GoGi GUI framework. All of the code is in the sub-packages within this repository: * gi: contains the main 2D GUI code * gi3d: contains the 3D scenegraph framework, that interoperates seamlessly with the 2D. * giv: are more complex Views of Go d...
https://godoc.org/github.com/goki/gi
CC-MAIN-2019-39
en
refinedweb
Third Edition big data warehouses, even those with petabytes of unstructured data. $ 54.99 US 34.99 UK P U B L I S H I N G Rafa Ku Marek Rogoziski Third Edition thorough explanation of scoring and search relevance. After this, you will explore the aggregation and data analysis capabilities of Elasticsearch and will lea...
https://id.scribd.com/document/301425910/Elasticsearch-Server-Third-Edition-Sample-Chapter
CC-MAIN-2019-39
en
refinedweb
Opened 14 years ago Last modified 9 months ago #2130 new enhancement Sort Milestones in Roadmap and NewTicket alphabetically (as an option) Description I use Trac for different components with different version number. The milestones are sorted in the sequence I added them plus a sort over the date that is set. It woul...
https://trac.edgewall.org/ticket/2130
CC-MAIN-2019-39
en
refinedweb
How to Link 2 Source Code Files with C Programming The most basic multi-module monster project in C programming has two source code files. Each file is separate — written, saved, and compiled individually — but eventually brought together as one unit by the linker. The linker, which is part of the build process in Code...
https://www.dummies.com/programming/c/how-to-link-2-source-code-files-with-c-programming/
CC-MAIN-2019-39
en
refinedweb
Jeff, You can wrap the function in a macro that checks for truncation: #include <stdio.h> #define bar(j) foo(sizeof(j) > sizeof(int) ? -1 : j) static void foo(int j) { printf("foo(j) = %d\n", j); } int main(int argc, char *argv[]) { /* 8589934592LL == 2^33 */ long long i = 8589934592LL + 11; foo(i); bar(i); return 0; }...
https://www.mail-archive.com/mpi-forum@lists.mpi-forum.org/msg00415.html
CC-MAIN-2019-39
en
refinedweb
When it comes to writing code that portably encrypts and decrypts without concern for the platform, you’ll have to overcome a couple of small factors with Python: - You’ll have to install a cryptography library - You’ll need code that doesn’t need a build environment (no C-code) I personally prefer Rijndael (also calle...
https://dustinoprea.com/2014/06/30/doing-proper-encryption-with-rijndael-using-pure-python/
CC-MAIN-2017-26
en
refinedweb
Gitweb:;a=commit;h=c1d171a002942ea2d93b4fbd0c9583c56fce0772 Commit: c1d171a002942ea2d93b4fbd0c9583c56fce0772 Parent: 7b83dae7aa31db4f6d6e78c3c6d490a7ac58699c Author: Jiri Kosina <[EMAIL PROTECTED]> AuthorDate: Wed Jan 30 13:30:40 2008 +0100 Committer: Ingo Molnar <[EMAIL PROTECTED]> CommitDate: Wed Jan 30 13:30:40 2008...
https://www.mail-archive.com/git-commits-head@vger.kernel.org/msg35344.html
CC-MAIN-2017-26
en
refinedweb
CodePlexProject Hosting for Open Source Software I am trying to extend ModuleInfo so I can store more metadata against a module, such as icon, title, desctiption etc. I have extended ModuleInfo accordingly... namespace Business.Apps.Dashboard.Modules { /// <summary> /// /// </summary> public class WidgetInfo : ModuleIn...
http://compositewpf.codeplex.com/discussions/223207
CC-MAIN-2017-26
en
refinedweb
A validated IBAN field for Django models Warning Obsolete package You should not use this package any longer. The IBAN and BIC fields are now available in version 1.1 and later of the package. Bug reports and feature requests should be filed against. The IBAN and BIC fields in django-localflavor have bugs fixes that ar...
https://pypi.org/project/django-iban/
CC-MAIN-2017-26
en
refinedweb
tag:blogger.com,1999:blog-35222025439913569232016-06-01T22:09:57.772+01:00AndroidGPSBlogHow difficult is it to turn an Android Phone into a fully fledged GPS unit? Starting from scratch, this blog illustrates Android programming for a medium-complex real-world example.Ludwig Status on Android 1.5 and beyondLong time no...
http://androidgps.blogspot.com/feeds/posts/default
CC-MAIN-2017-26
en
refinedweb
. Here is a concrete suggestion for how we can deal with a mix of both styles, and fix them as convenient. 1) Add memcpy, memmove, memzero, strchr, and strrchr to the list of functions in the AC_CHECK_FUNCS macro in configure.in. 2) Add a new file string.c, which is always linked in. This would look something like: #in...
https://gcc.gnu.org/ml/gcc/1998-09/msg01000.html
CC-MAIN-2017-26
en
refinedweb
Web::Simple - A quick and easy way to build simple web applications This is really quite new. If you're reading this on CPAN, it means the stuff that's here we're probably happy with. But only probably. So we may have to change stuff. And if you're reading this from git, come check with irc.perl.org #web-simple that we...
http://search.cpan.org/~frew/Web-Simple-0.004/lib/Web/Simple.pm
CC-MAIN-2017-26
en
refinedweb
using System; using System.Collections.Concurrent; using System.Threading; using System.Threading.Tasks; namespace BlockingCollection { class Program { private static readonly BlockingCollection<int> _blockingQueue = new BlockingCollection<int>(boundedCapacity: 1); static void Main(string[] args) { Task.Run(() => { for...
http://toreaurstad.blogspot.com/2016/06/producer-consumer-scenario-in-net-using.html
CC-MAIN-2017-26
en
refinedweb
One subject that is often mentioned in talks about WebSockets security, is how WebSockets does not implement authentication/authorization in the protocol. This might not be as familiar because when the original research was done, there were not many applications using WebSockets. I wanted to demonstrate what this patte...
http://www.shellsec.com/news/28990.html
CC-MAIN-2017-26
en
refinedweb
Hey all… I've been working with Xcode, and an Objective C text book, obviously trying to learn Objective C. When I follow along with the text and type the examples or even when I copy and paste, with out fail there are always several compilation errors. Regardless of how careful I am, or how meticulously I review the c...
https://www.daniweb.com/programming/software-development/threads/407107/again-with-a-very-frustrating-compilation-error
CC-MAIN-2017-26
en
refinedweb
dtk_destroy_texture man page dtk_destroy_texture — Free a texture Synopsis #include <drawtk.h> void dtk_destroy_texture(dtk_htex tex); Description This function frees the ressource associated with a texture tex. If the texture is used several times, i.e. several call to dtk_load_image() with the same image path, it dec...
https://www.mankier.com/3/dtk_destroy_texture
CC-MAIN-2017-26
en
refinedweb
Info # File wsdl/binding.rb, line 52 def parse_attr(attr, value) case attr when NameAttrName @name = XSD::QName.new(targetnamespace, value.source) when TypeAttrName @type = value else nil end end # File wsdl/binding.rb, line 34 def parse_element(element) case element when OperationName o = OperationBinding.new @operati...
http://www.ruby-doc.org/stdlib-1.8.7/libdoc/wsdl/rdoc/WSDL/Binding.html
CC-MAIN-2014-42
en
refinedweb
]> NAME SYNOPSIS REQUEST ARGUMENTS DESCRIPTION RETURN VALUE ERRORS SEE ALSO AUTHOR xcb_reparent_window − Reparents a window #include <xcb/xproto.h> Request function Makes the specified window a child of the specified parent window. If the window is mapped, it will automatically be unmapped before reparenting and re-map...
http://www.x.org/releases/current/doc/man/man3/xcb_reparent_window.3.xhtml
CC-MAIN-2014-42
en
refinedweb
modern programming languages contain a special interface called reflection. Reflection can be used to programmatically read, modifying, and create code in a particular language. Because the main purpose of XSLT is to transform XML documents, and because a XSLT stylesheet is expressed in the XML syntax, we can use XSLT...
http://www.xml.com/pub/a/2003/11/05/xslt.html
CC-MAIN-2014-42
en
refinedweb
03 December 2012 19:37 [Source: ICIS news] NEW YORK (ICIS)--US-based Dow Chemical will not seek ownership partners for its 1.5m tonne/year world-scale ethane cracker on the US Gulf coast but expects to have off-take agreements that will reduce capital outlays, its chief executive said on Monday. “We are not into condo ...
http://www.icis.com/Articles/2012/12/03/9620697/dow-will-not-seek-ownership-partners-for-us-cracker.html
CC-MAIN-2014-42
en
refinedweb
This size “ob_size”. The string is null terminated. The initial size of “ob_sval” is 1 byte and ob_sval[0] = 0. If you are wondering where “ob_size is defined”, take a look at PyObject_VAR_HEAD in object.h. “ob_sstate” indicates if the string object is in the interned dictionary which we are going to see later. typedef...
http://www.laurentluce.com/posts/python-string-objects-implementation/
CC-MAIN-2014-42
en
refinedweb
#include <zzip/mmapped.h> The zzip_disk_init function does primary initialization of a disk-buffer struct. The zzip_disk_new function allocates a new disk-buffer with malloc(3) The zzip_disk_munmap function is the inverse of zzip_disk_mmap and using the system munmap(2) on the buffer area and free(3) on the ZZIP_DISK s...
http://www.makelinux.net/man/3/Z/zzip_disk_init
CC-MAIN-2014-42
en
refinedweb
scalars and namespace Discussion in 'Perl Misc' started by Jeff Thies, Jun 27, 2003.: - 436 - Ray Gardener - Jun 10, 2004 naming convention for scalars, lists, dictionaries ..., Feb 28, 2005, in forum: Python - Replies: - 8 - Views: - 331 - Paul Boddie - Mar 1, 2005 cannot use bitwise AND-Operator on hex-scalars from A...
http://www.thecodingforums.com/threads/scalars-and-namespace.869775/
CC-MAIN-2014-42
en
refinedweb
Exchange ActiveSync (EAS) mailbox logs are protocol-level logs that show the traffic between Exchange and the EAS device. This is assuming of course, that the device actually connects, gets past IIS, and into Exchange code. When troubleshooting EAS issues, this is often the most useful piece of information. Gathering t...
http://blogs.technet.com/b/jasonsla/archive/2013/03/19/exchange-activesync-mailbox-logging.aspx
CC-MAIN-2014-42
en
refinedweb
Hey everybody...this is a new programmer....I started programming less than a week ago...I need help creating a c program that adds numbers from 1 to a million. I have tried it using many tutorials, but I don't know how to make it add from 1 to a million because 1 million is too big and there is an error...some tutoria...
http://cboard.cprogramming.com/faq-board/5051-faq-help-c-cplusplus-program-adding-numbers-cplusplus.html
CC-MAIN-2014-42
en
refinedweb
Feb 24, 2012 07:07 PM|sebastianh|LINK Hi, I would like to request the authenticated user and I cannot find in webpages security how to retrieve that information. the code that I´trying to recreate is something like: if (WebSecurity.IsAuthenticated && WebSecurity.HasUserId) { user= WebSecurity.CurrentUserId(); return us...
http://forums.asp.net/p/1773567/4849956.aspx?Get+Authenticated+User+
CC-MAIN-2014-42
en
refinedweb
NAME tar.h - extended tar definitions SYNOPSIS #include <tar.h> DESCRIPTION The <tar.h> header shall define header block definitions as follows. General definitions: Name Description Value TMAGIC "ustar" ustar plus null byte. TMAGLEN 6 Length of the above. TVERSION "00" 00 without a null byte. TVERSLEN 2 Length of the ...
http://manpages.ubuntu.com/manpages/dapper/man7/tar.h.7posix.html
CC-MAIN-2014-42
en
refinedweb
strcmp - compare two strings #include <string.h> int strcmp(const char *s1, const char *s2); The strcmp() function compares the string pointed to by s1 to the string pointed to by s2. The sign of a non-zero return value is determined by the sign of the difference between the values of the first pair of bytes (both inte...
http://pubs.opengroup.org/onlinepubs/007908775/xsh/strcmp.html
CC-MAIN-2014-42
en
refinedweb
COMMENT & HIDDEN COMMENT IN JSP COMMENT & HIDDEN COMMENT IN JSP In this section , we will learn how to implements comment & hidden comment in JSP. COMMENT : Comment generates a comment that is sent to the client. The comment use in JSP is very similar Hidden Form Fields ;/HEAD> <BODY> <H1>How to use a Hidden...Hidden F...
http://roseindia.net/tutorialhelp/comment/13874
CC-MAIN-2014-42
en
refinedweb
On Thu, 2009-04-23 at 21:09 -0600, Ty! Boyack wrote: > Thanks John. I think that you and I are doing very similar things, but > there is one thing in your technique that would cause me problems. I > start multipathd at system boot time, but my iscsi devices get connected > (and disconnected) later as the system runs, s...
http://www.redhat.com/archives/dm-devel/2009-April/msg00323.html
CC-MAIN-2014-42
en
refinedweb
! [. In our recent memcached investigations (a blog post is still in the wings) we came across numerous caches storing serialized data. The caches were not homogenous and so the data was quite varied: Java objects, ActiveRecord objects from RoR, JSON, pre-rendered HTML, .Net serialized objects and serialized Python obj...
http://www.sensepost.com/blog/?find=memcached
CC-MAIN-2014-42
en
refinedweb
Julie Lerman Download the Code Sample I’ve had some exposure to functional programming over the past few years. Some of this was implicit: Coding with lambdas in LINQ is functional programming. Some has been explicit: Using Entity Framework and the LINQ to SQL CompiledQuery type forced me to use a .NET Func delegate. T...
http://msdn.microsoft.com/en-gb/magazine/dn574800.aspx
CC-MAIN-2014-42
en
refinedweb
20 Aug 17:44 2013 Re: MEDIPS, GRanges, IRanges error processing BAM file Lukas Chavez <lukas.chavez.mailings@...> 2013-08-20 15:44:58 GMT 2013-08-20 15:44:58 GMT Hi Jonathan, I am glad to hear that you identified unmapped reads in you bam files causing the error. I have previously modified MEDIPS to simply neglect unma...
http://permalink.gmane.org/gmane.science.biology.informatics.conductor/49954
CC-MAIN-2014-42
en
refinedweb
} The comments section is for user feedback or community content. If you seek assistance or have any questions, please post them at our support forums. Can a document belong to more than one different collection? If so, how? Example Scenario: A piece of hardware produces log data continuously. These data are relevant ...
http://ravendb.net/docs/theory/ravendb-collections?version=1.0
CC-MAIN-2014-42
en
refinedweb
...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards #include <boost/math/special_functions/bessel.hpp> template <class T1, class T2> calculated-result-type cyl_bessel_i(T1 v, T2 x); template <class T1, class T2, class Po...
http://www.boost.org/doc/libs/1_54_0_beta1/libs/math/doc/html/math_toolkit/bessel/mbessel.html
CC-MAIN-2014-42
en
refinedweb
Documents on the Chinese androidWhat is Android? Android is a specialized set of software for mobile devices, which includes an operating system, middleware and some important applications. Beta version of the Android SDK provides the Android platform using the Java language for Android application development tools an...
http://www.codeweblog.com/documents-on-the-chinese-android/
CC-MAIN-2014-42
en
refinedweb
CS::Threading::ThreadLocal< T > Class Template Reference Thread local storage of arbitrary C++ objects. More... #include <csutil/threading/tls.h> Inheritance diagram for CS::Threading::ThreadLocal< T >: Detailed Description template<typename T> class CS::Threading::ThreadLocal< T > Thread local storage of arbitrary C++...
http://www.crystalspace3d.org/docs/online/api-2.0/classCS_1_1Threading_1_1ThreadLocal.html
CC-MAIN-2014-42
en
refinedweb
Graphr is a Windows Presentation Foundation-based GUI program implemented in C# that allows you to generate a dataset based on a rule (expression) such as "(x-3) * (x-5)" for a given range of values. Graphr then displays a graph on the screen. Graphr is interesting because it is a polyglot application. It is a C# appli...
http://www.drdobbs.com/web-development/graphr-a-plugin-based-graphical-app-in-c/229700040
CC-MAIN-2014-42
en
refinedweb
Content classification is any process that enriches data to organize it in a manner that makes the data easier to search, archive, manage, and integrate into other processes. Generating such metadata, you can in turn derive more value from existing content. One of the big issues with classification is that people make ...
http://www.ibm.com/developerworks/xml/library/x-contentclassxquery/index.html?ca=drs-
CC-MAIN-2014-42
en
refinedweb
22 March 2011 20:29 [Source: ICIS news] NEW YORK (ICIS)--US-based Dow Chemical’s coatings materials business has introduced a pre-composite latex polymer in ?xml:namespace> Dow’s Evoque pre-composite polymer, which is based on acrylic polymer chemistry, can reduce TiO2 use by binding with the pigment for better dispers...
http://www.icis.com/Articles/2011/03/22/9446222/new-us-dow-polymer-reduces-tio2-use-in-paints-by-10-20.html
CC-MAIN-2014-42
en
refinedweb
14 June 2012 08:53 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The line, which mainly produces polyethylene terephthalate (PET) bottle chips, was shut on 14 June, the source added. “The cost of producing PET bottle chip is too high; we will make more profit if we sell the feedstock PX [paraxylene], so we shut...
http://www.icis.com/Articles/2012/06/14/9569305/chinas-liaoyang-petrochemical-shuts-polyester-line-for-a.html
CC-MAIN-2014-42
en
refinedweb
This is a small project by Gareth Latty (Lattyware). Other projects. A generator for word-like strings that follow the 'feel' of a given input language. It's useful for, for example, naming procedurally generated content in a way that avoids real words, but remains easy to pronounce. Here is some example output with th...
http://www.lattyware.co.uk/projects/wordgenerator
CC-MAIN-2014-42
en
refinedweb
Template class for a queue with concurrent operations. template<typename T, typename Alloc=cache_aligned_allocator<T> > class concurrent_queue; #include "tbb/concurrent_queue.h".. The iterators are relatively slow. They should be used only for debugging.; }
http://www.threadingbuildingblocks.org/docs/help/reference/containers_overview/concurrent_queue_cls.htm
CC-MAIN-2014-42
en
refinedweb
Difference between revisions of "Modeling PMC Meeting, 2006-06-20" Latest revision as of 14:51, 21 April 2007 Agenda If you've got any specific items to add to the list of topics for tomorrow, please reply. I have (again) tried coming up with a structure for the Modeling project, and propose this be our primary topic f...
http://wiki.eclipse.org/index.php?title=Modeling_PMC_Meeting%2C_2006-06-20&diff=34404&oldid=18046
CC-MAIN-2014-42
en
refinedweb
08 September 2008 16:22 [Source: ICIS news] LONDON (ICIS news)--UK acrylics producer Lucite has hired Deutsche Bank and Merrill Lynch to examine options of a possible sale or initial public offering (IPO) amid media reports over two $2bn (€1.4bn) takeover bids, it said on Monday. ?xml:namespace> Earlier the Financial T...
http://www.icis.com/Articles/2008/09/08/9154713/lucite-hires-advisers-for-potential-sale-ipo.html
CC-MAIN-2014-42
en
refinedweb
updated copyright years; related changes in administrative files 1: \ VI tags support for GNU Forth. 2: 3: \ Copyright (C) 1995,1998,2002,2003: \: tags-file-name w/o create-file throw 70: \ 2dup file-status 71: \ if \ the file does not exist 72: \ drop w/o create-file throw 73: \ else 74: \ drop r/w open-file throw 75:...
http://www.complang.tuwien.ac.at/cvsweb/cgi-bin/cvsweb/gforth/tags.fs?f=h;only_with_tag=MAIN;ln=1;rev=1.9
CC-MAIN-2020-50
en
refinedweb
In this article, I'd like to show an implementation of a tic-tac-toe solver using the minimax algorithm. Because it's such a simple game with relatively few states, I thought that tic-tac-toe would be a convenient case study for machine learning and AI experimentation. Here I've implemented a simple algorithm called mi...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/nestedsoftware/tic-tac-toe-with-the-minimax-algorithm-5988
CC-MAIN-2020-50
en
refinedweb
In this codelab, you will focus on using the Natural Language API with Python. You will learn how to perform sentiment analysis, entity analysis, syntax analysis, and content classification. What you'll learn - How to use Cloud Shell - How to enable the Natural Language API - How to authenticate API requests - How to i...
https://codelabs.developers.google.com/codelabs/cloud-natural-language-python3
CC-MAIN-2020-50
en
refinedweb
There is one case for using goto when you have nested loops and you’d like to jump all the way out. The goto statement was very popular in BASIC but often resulted in programs being like spaghetti with gotos all over the place. Here’s a contrived example where I have used a goto. #include <stdio.h> int array[10][10][10...
https://learncgames.com/goto-is-considered-bad-programming-in-c-but/
CC-MAIN-2020-50
en
refinedweb
This is a continuation of a previous article that described the DARL language and its basis in Fuzzy Logic. In that article, I talked about the problem of "blackbox" models in Machine Learning, and how the DARL technology was initially developed to behave as a model you can machine learn to, that you can also understan...
https://www.codeproject.com/Articles/1248572/DARL-and-Whitebox-Machine-Learning
CC-MAIN-2020-50
en
refinedweb
ChatOps is the integration of development tools, operations tools, and processes into a collaboration platform so that teams can efficiently communicate and easily manage the flow of their work. ChatOps allows instant collaboration with subject matter experts (operators, SREs, DevOps engineers, and developers) among th...
https://developer.ibm.com/devpractices/devops/tutorials/deploy-a-chatops-solution-for-creating-events-and-incidents/
CC-MAIN-2020-50
en
refinedweb
ImagePy Basic Tutorial Introduction: ImagePy is an image processing software developed in Python, supporting bmp, rgb, png and other commonly used image formats. It can handle grayscale images and multi-channel (color) images, and supports image stack (sequence) operations. It supports a variety of selection operations...
https://pythonawesome.com/an-image-processing-software-developed-in-python/
CC-MAIN-2020-50
en
refinedweb
R book. 14 thoughts on “Tools in Tandem – SQL and ggplot. But is it Really R?” For me, this is specially useful. For who use databases, is nice to do the queries inside R and processing them. For me, this is one of the best advantages of using R, you can do almost everything without leaving his environment. As I’m a b...
https://blog.ouseful.info/2015/02/28/tools-in-tandem-sql-and-ggplot-but-is-it-really-r/
CC-MAIN-2020-50
en
refinedweb
The Network Manager is a component for managing the networking aspects of a multiplayer game. Las características del Network Manager incluyen: The Network Manager is the core controlling component of a multiplayer game. To get started, create an empty GameObject in your starting Scene, and add the NetworkManager compo...
https://docs.unity3d.com/es/2020.2/Manual/UNetManager.html
CC-MAIN-2020-50
en
refinedweb
use 5.006; use strict; use warnings; BEGIN { if ($] < 5.010000) { require UNIVERSAL::DOES } }; package MooX::Traits; our $AUTHORITY = 'cpan:TOBYINK'; our $VERSION = '0.005'; use Role::Tiny; sub _trait_namespace { (); } sub with_traits { my $class = shift; return $class unless @_; require MooX::Traits::Util; MooX::Trait...
https://metacpan.org/release/MooX-Traits/source/lib/MooX/Traits.pm
CC-MAIN-2020-50
en
refinedweb
Using Velocity or XSLT Templates in SeamDaniel Hinojosa Jun 1, 2006 3:16 PM I am transporting over a web framework action over to a session bean to use in Seam. The webframework action transformed either a Velocity template or a XSLT into an email that I can send out. Now that my service is on the session bean instead ...
https://developer.jboss.org/thread/131885
CC-MAIN-2018-13
en
refinedweb
0 I'm trying to create my own pattern (or something similar to a pattern I guess) where objects that are anonymously instantiated can still be referenced, but I'm getting weird memory results. It seems as if the free memory is decreasing when it should be increasing-- import java.util.ArrayList; public class SelfTracke...
https://www.daniweb.com/programming/software-development/threads/139137/odd-memory-results
CC-MAIN-2018-13
en
refinedweb
Please ask questions or add your comments and help regarding lesson 2 here. Start by reading the Lesson 2 wiki page. Please ask questions or add your comments and help regarding lesson 2 here. Start by reading the Lesson 2 wiki page. There are some fantastic readings that cover similar material to this week’s course. I...
http://forums.fast.ai/t/lesson-2-discussion/161
CC-MAIN-2018-13
en
refinedweb
Register a callback to determine the scope of a role. #include "slapi-plugin.h" void slapi_register_role_get_scope( roles_get_scope_fn_type get_scope_fn); This function takes the following parameters: Callback to determine the scope of a role This function registers the callback that evaluates the scope of a role. Regi...
http://docs.oracle.com/cd/E19424-01/820-4810/aaimg/index.html
CC-MAIN-2015-48
en
refinedweb
Details - Type: Bug - Status: Resolved - Priority: Major - Resolution: Fixed - Affects Version/s: None - Fix Version/s: None - Component/s: core/index - Labels:None - Lucene Fields:New, Patch Available Description I'm attaching a fix for the NPE in MultiReader.isCurrent() plus a testcase. For getVersion(), we should th...
https://issues.apache.org/jira/browse/LUCENE-781?focusedCommentId=12515898&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
CC-MAIN-2015-48
en
refinedweb
JSON-RPC where performance matters multitransport-jsonrpc provides a JSON-RPC solution for both the traditional HTTP scenario as well as for persistent, raw TCP connections. It's designed as a collection of constructor functions where both the client and server are split into two components: a single outer object in ch...
https://www.npmjs.com/package/multitransport-jsonrpc
CC-MAIN-2015-48
en
refinedweb
Simplicity.. Any application deployment is not static. Needs change over the course of time, which may mean you need to add servers, remove servers or deal with failed servers. Consistent hashing is one way people solve this, as originally proposed by Richard Jones and in use at Last.fm. Nearly all of the clients now h...
http://blog.couchbase.com/simple-client-interface-now-more-simplicity
CC-MAIN-2015-48
en
refinedweb
: The object prints itself This was the original way of doing printing in sympy. Every class had its own latex, mathml, str and repr methods, but it turned out that it is hard to produce a high quality printer, if all the methods are spread out that far. Therefor all printing code was combined into the different printe...
http://docs.sympy.org/dev/modules/printing.html
CC-MAIN-2015-48
en
refinedweb
On Dec 2, 2006, at 2:57 PM, David Blevins wrote: > Hi Per, the data you've posted helps quite a bit. I think I have > your answer.... > > On Dec 2, 2006, at 12:55 AM, Per Newgro wrote: > >> I get the following exception >> javax.naming.NameNotFoundException: Name "java:/APPLDB" not found. >> at >> org.openejb.core.ivm....
http://mail-archives.apache.org/mod_mbox/openejb-users/200612.mbox/%3C4563DDF2-2DF4-4F06-BE9E-9FA3B7F322BF@visi.com%3E
CC-MAIN-2015-48
en
refinedweb
hibernate firstExample not inserting data - Hibernate hibernate firstExample not inserting data hello all , i followed... using transaction interface to make things work for you hope this helps. public... Wi-Fi Security for Public Networks while you are using your home or office network. Make sure that this feature... ...
http://www.roseindia.net/tutorialhelp/comment/14128
CC-MAIN-2015-48
en
refinedweb
Delphi Development Pretty Good Practices #4 – Do Work in Classes The next principle for the “Pretty Good Practices” we’ll discuss is this notion: Whenever possible and as much as possible, put functionality in a class – preferably a class that can be easily unit tested, reused, and separated from any user interface. Te...
http://blogs.embarcadero.com/nickhodges/2010/05/05/39444
CC-MAIN-2015-48
en
refinedweb
including can use the following code: if (isset($_GET['someparameter'])) { // your code - Java Beginners hi hi sir, i am entering the 2 dates in the jtable,i want to difference between that dates,plz provide the suitable example sir Hi Friend, Please visit the following links: information. Thanks. Hi...hi Hi.... let m...
http://roseindia.net/tutorialhelp/comment/97071
CC-MAIN-2015-48
en
refinedweb
I need to write to a file before closing the console, how do I do it? Answer 1 Answer 2 I've done it, but if the user closes the console before everything is done, the file isn't wrote, I need to wrote it anyway, even if the user closes the console. Answer 3 I fear that this might not be possible. If your application i...
http://go4answers.webhost4life.com/Example/perform-actions-before-closes-when-195440.aspx
CC-MAIN-2015-48
en
refinedweb
>>IMAGE. Re: (Score:3) Is this actually hard to detect? (Score:1) With normal malware your antivirus would search for code that performs, say, XORing. With Frankenstein Code malware, wouldn't your antivirus software simply search for the code that *searches* for XORing code? Re:Is this actually hard to detect? (Score:4...
http://it.slashdot.org/story/12/09/02/0019239/frankenstein-code-stitches-code-bodies-together-to-hide-malware
CC-MAIN-2015-48
en
refinedweb
Source cpython_sandbox /:`with` statement). :keyword:`with` statements.:`ExitStack` instances can be used as a "do nothing" context manager, allowing a context manager to easily be omitted without affecting the overall structure of the source code: def debug_trace(details): if __debug__: return TraceContext(details) # ...
https://bitbucket.org/ncoghlan/cpython_sandbox/src/ae7fef62b462/Doc/library/contextlib.rst
CC-MAIN-2015-48
en
refinedweb
Topic:Microbiology Welcome to the Microbiology Department of the Wikiversity School of Biology! Short modules that provide an introduction to several key microbiological topics. There is little point trying to immediately create complex, in-depth courses. 'Primers' provide a starting point for people wishing to learn a...
https://en.wikiversity.org/wiki/Topic:Microbiology
CC-MAIN-2015-48
en
refinedweb
Internet Relay Chat (IRC) is a network chat system used by millions of people all over the world. It has been around for several years and is used by groups of friends, programmers, universities, and even banks to facilitate discussions, the exchanging of ideas, and collaborative research. Because IRC is very much a re...
http://archive.oreilly.com/pub/a/onjava/2004/09/08/IRCinJava.html?page=last&x-maxdepth=0
CC-MAIN-2015-48
en
refinedweb