text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
lambdacube-compiler LambdaCube 3D is a DSL to program GPUs Maintained by csaba.hruska@gmail.com Module documentation for 0.5.0.1 LambdaCube 3D is a domain specific language and library that makes it possible to program GPUs in a purely functional style. Changes v0.6 - new features - support mutual constant and function...
https://www.stackage.org/package/lambdacube-compiler
CC-MAIN-2017-51
en
refinedweb
Bugzilla – Bug 203 Vector4f result = a1*v1 + a2*v2 compiled like ass by eigen3; much better with eigen2 Last modified: 2014-03-20 10:16:09 UTC This test program: #include <Eigen/Core> using namespace Eigen; void foo(float a1, const Vector4f& v1, float a2, const Vector4f& v2, Vector4f& result) { asm volatile("#begin"); ...
http://eigen.tuxfamily.org/bz/show_bug.cgi?id=203
CC-MAIN-2015-35
en
refinedweb
A manually advanced clock. More... #include <ManualClock.h> A manually advanced clock. Construct a manual clock. Advance the clock by the given amount of milliseconds. Referenced by gnash::MovieTester::advanceClock(). Return number of milliseconds elapsed since start. Subclass this to provide time to the core lib. NOTE...
http://gnashdev.org/doc/html/classgnash_1_1ManualClock.html
CC-MAIN-2015-35
en
refinedweb
Related Titles - Full Description .NET Framework simply blows away the archaic tools previously available to web programmers, the authors predict that many Visual Basic programmers who successfully avoided Web programming in the past will now bring their expertise to the Web. However, even experienced web programmers w...
http://www.apress.com/microsoft/vb-net/9781590590270
CC-MAIN-2015-35
en
refinedweb
1-7 DEBUGGING AND PROGRAM VALIDATION ************************************* (Thanks to Sergio Gelato for the good comments and wealth of information, thanks to Dan Pop for the important information, and to Craig Burley for the helpful comments) +----------------------------------------------------------+ | THE BEST WAY ...
http://www.ibiblio.org/pub/languages/fortran/ch1-7.html
CC-MAIN-2015-35
en
refinedweb
Jaxb2.1.10 xjc generated classes extend JAXBElement Please note these java.net forums are being decommissioned and use the new and improved forums at. Jaxb2.1.10 xjc generated classes extend JAXBElement<Type>May 16, 2012 - 12:03 I am migrating from JAXB1 to JAXB2 (specifically JAXB RI2.1.10) using jdk 1.6(u 31). Portio...
https://www.java.net/forum/topic/glassfish/metro-and-jaxb/jaxb2110-xjc-generated-classes-extend-jaxbelementtype
CC-MAIN-2015-35
en
refinedweb
web interface for Metalsmith Smithsonian is a web interface for Metalsmith. If you are already using Metalsmith, adopting Smithsonian could not be easier. Smithsonian extends Metalsmith so the exact same plugin/middleware system works, just swap out Metalsmith for Smithsonian. Metalsmith = require'metalsmith';Metalsmit...
https://www.npmjs.com/package/smithsonian
CC-MAIN-2015-35
en
refinedweb
Wiring Java Applications with Spring If you are not building an application from scratch, but must bow to the constraints of an existing code base, you can wire dependencies using existing factory objects with Spring's MethodInvokingFactoryBean. To do this, you simply define properties called "targetMethod" and "target...
http://www.developer.com/java/other/article.php/10936_3504506_3/Wiring-Java-Applications-with-Spring.htm
CC-MAIN-2015-35
en
refinedweb
Post removed at user's request. GOOD question... I only use Option #1 because thats what Java taught me.. It makes sense in that its not direct code involved within the framework, but at the same time, with option #2, you are saying that your namespace is using other namespaces.. I want to hear more on other peoples th...
https://channel9.msdn.com/Forums/TechOff/5948-C-Best-Practice-Question
CC-MAIN-2015-35
en
refinedweb
New-SmbShare cmdlet. Parameters -AsJob -CachingMode<CachingMode>. -CATimeout<UInt32> Specifies the continuous availability timeout for the share. -ChangeAccess<String[]> Specifies which user will be granted modify permission to access the share. Multiple users can be specified by using a comma-separated.-temporary. Mi...
https://technet.microsoft.com/en-us/library/jj635722(v=wps.620).aspx
CC-MAIN-2015-35
en
refinedweb
sigh... -.- sigh... -.- When row is at 0 the row goes to 50 When column is at 0 the column goes to 0 When row is at 1 the row goes to 100 When the column is at 1 the column goes to 50 The row is always ahead of the... Is Y also computed outside the loop? It says that: The i'th row of blocks has its upper edge aligned w...
http://www.javaprogrammingforums.com/search.php?s=3a66fbe96d32739885e522b16636ba4b&searchid=1724789
CC-MAIN-2015-35
en
refinedweb
#include <pthread.h> #include <stdio.h> #include <sys/select.h> #include <unistd.h> void *f (void*foo) { char buf[128]; //pthread_setcanceltype (PTHREAD_CANCEL_ASYNCHRONOUS, NULL); while (1) { read (0, buf, sizeof(buf)); } } int main (void) { pthread_t t; pthread_create (&t, NULL, f, NULL); sleep (1); pthread_cancel (t...
https://www.gnu.org/software/hurd/open_issues/libpthread_cancellation_points.html
CC-MAIN-2015-35
en
refinedweb
(For more resources related to this topic, see here.) Installing SciPy SciPy is the scientific Python library and is closely related to NumPy. In fact, SciPy and NumPy used to be one and the same project many years ago. In this recipe, we will install SciPy. How to do it... In this recipe, we will go through the steps ...
https://www.packtpub.com/books/content/advanced-indexing-and-array-concepts
CC-MAIN-2015-35
en
refinedweb
! Very cool challenge, Eric! I too have put together my own algorithm-oriented developer challenge while we were in "interview / hiring" mode a few months back. I was never satisfied with the approach of asking insanely technical questions and getting back canned answers, so I wanted to present a unique, non-standard w...
http://blogs.msdn.com/b/ericlippert/archive/2010/09/09/old-school-tree-display.aspx?Redirected=true
CC-MAIN-2015-35
en
refinedweb
NAME nanosleep - high-resolution sleep SYNOPSIS #include <time.h> int nanosleep(const struct timespec *req, struct timespec *rem); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): nanosleep(): _POSIX_C_SOURCE >= 199309L DESCRIPTION nan signal that was delivered to the thread. POSIX.1-2001. NOTES ...
http://manpages.ubuntu.com/manpages/maverick/man2/nanosleep.2.html
CC-MAIN-2015-35
en
refinedweb
Introduction To day we will create a customized split application in Metro Style Apps. There are three type of application templates available in Metro Apps, Blank Application, Grid Application and Split Application. Here we are creating a split application with the use of blank application templates. In this applicati...
http://www.c-sharpcorner.com/UploadFile/0524d6/customized-split-application-in-metro-apps/
CC-MAIN-2015-35
en
refinedweb
IntroductionIn this article we will create a "Hello World" Windows Store (Metro) App using C#. It's a simple app to open a Windows picture library. Step 1We will select the "C#" template Windows Store Blank App.Step 2We will add a simple button control with click event.If we right-click the "Button_Click_1" event name ...
http://www.c-sharpcorner.com/UploadFile/63e78b/hello-world-windows-store-metro-app-using-csharp/
CC-MAIN-2015-35
en
refinedweb
Many developers have run into this dilemma: A CORBA client needs to obtain the services of a Distributed Component Object Model (DCOM) client or vice versa. The common solution is to use a COM/CORBA bridge, however, this answer is fraught with failure points. Suppose you have just introduced a complex new piece of soft...
http://www.javaworld.com/article/2075167/soa/clean-up-your-wire-protocol-with-soap--part-1.html
CC-MAIN-2015-35
en
refinedweb
Understanding Kubernetes GVR What is the GVR in Kubernetes? It stands for Group Version Resource and this is what drives the Kubernetes API Server structure. We will cover exactly what the terminology means for Groups, Versions, Resources (and Kinds) and how they fit into the Kubernetes API. Kind Kinds in Kubernetes re...
https://ddymko.medium.com/understanding-kubernetes-gvr-e7fb94093e88
CC-MAIN-2022-40
en
refinedweb
I've created a lambda expression at runtime, and want to evaluate it - how do I do that? I just want to run the expression by itself, not against any collection or other values. At this stage, once it's created, I can see that it is of type Expression<Func<bool>>, with a value of {() => "MyValue".StartsWith("MyV")}. I ...
https://expressiontree-tutorial.net/knowledge-base/1856215/getting-the-result-from-an-expression
CC-MAIN-2022-40
en
refinedweb
Segmentation Fault Hi, I was working on a GUI in PyQt5, and I seem to often get Segmentation Faults. It did give a backtrace once, which is here: My entire code: (requires) I wasn't sure what happened so I asked some people and they said it's likely an issue with PyQt5, so.. here I am. Basically, the program randomly e...
https://forum.qt.io/topic/103631/segmentation-fault
CC-MAIN-2022-40
en
refinedweb
1549002059 I want to create SMS sending application using PHP with SMS API. In my response message I can see success code and success message but my Problem is in my log file says as Passed Exception exception 'SMSServiceException' with message 'Format of the address is invalid' I think problem is, starts when I hash c...
https://morioh.com/p/21595a556966
CC-MAIN-2022-40
en
refinedweb
Acyclic Steps for Dart Disclaimer: This is not an officially supported Google product. Package acyclic_steps enables the definition of steps with acyclic dependencies on other steps and the evaluation of such steps. A step is a function (optionally async) which produces a result (or side-effect). A step may depend on o...
https://pub.dev/documentation/acyclic_steps/latest/
CC-MAIN-2022-40
en
refinedweb
Python and Data Science from Scratch With RealLife Exercises What you'll learn - Learn the skills for collecting, shaping, storing, managing, and analyzing data with Python - The rise of data science needs will create 11.5 million job openings by 2026 - Learn In-Demand Data Science Careers - Learn to use Python profess...
https://www.udemy.com/course/python-and-data-science-from-scratch-with-reallife-exercises/?referralCode=54C89B52CAF64DD2D876
CC-MAIN-2022-40
en
refinedweb
rosdoc generation for wiki I use the following command to generate a package's documentation: rosdoc_lite [name-of-pkg] When inspecting the resulting offline documentation, I noticed that it's different from the one autogenerated for the ros wiki under the Code API tab:[name-of-pkg]/html/index.html In particular, the o...
https://answers.ros.org/question/54243/rosdoc-generation-for-wiki/
CC-MAIN-2022-40
en
refinedweb
Mixing SDK and NDK Android app development is split into two, very distinct worlds. On the one side, there's the Android SDK, which is what the bulk of Android apps is being developed in. The SDK is based on the Java Runtime and the standard Java APIs, and it provides a very high-level development experience. Tradition...
https://docs.elementscompiler.com/Platforms/Android/Mixing/
CC-MAIN-2022-40
en
refinedweb
Table C++ With the Command Line Author: Many Contributors: Benjamin Qi, Hankai Zhang, Anthony Wang, Nathan Wang, Nathan Chen, Michael Lan, Arpan Banerjee OS-specific instructions for installing and running C++ via the command line. Prerequisites Table Command Line BasicsCommand Line Basics GeneralGeneral LinuxLinux Mac...
https://usaco.guide/general/cpp-command/
CC-MAIN-2022-40
en
refinedweb
In earlier versions of Visual Studio it was very difficult to do multiple file uploads because we had to write many lines of code but in ASP.Net 4.5 Visual Studio provides the feature to enable the upload of multiple files at a time without writing much code. So let us learn about the ASP.Net 4.5 File Upload control st...
https://www.compilemode.com/2015/05/uploading-multiple-files-using-Asp-Net-4-5.html
CC-MAIN-2022-40
en
refinedweb
Introduction A distributed system consists of multiple components located on different networked computers, which communicate and coordinate their actions by passing messages to one another from any system. Fault-tolerant applications can continue operating despite the system, hardware, and network faults of one or mor...
https://online-code-generator.com/net-idempotentapi-1-0-0-release-candidate/
CC-MAIN-2022-40
en
refinedweb
Advanced setup The Installation guide describes the easiest ways to run CKEditor builds in your project and the Custom builds guide explains how to add or remove features from the build or change webpack configuration. In this guide, we would like to show you ways to closer integrate CKEditor 5 with your application. T...
https://ckeditor.com/docs/ckeditor5/22.0.0/builds/guides/integration/advanced-setup.html
CC-MAIN-2020-40
en
refinedweb
In this tutorial you will learn how to use the as3flickrlib library to create a Flash Flickr photo viewer. Step 1: The as3flickrlib There are many libraries available for Flex developers that interface with Flickr. The as3flickrlib library was created by Adobe and is the library that we'll use to create this photo view...
https://code.tutsplus.com/tutorials/build-a-photo-viewer-using-flex-and-the-flickr-api--active-1918
CC-MAIN-2020-40
en
refinedweb
Short them to sort the array. Choose swap. Link Complexity: time complexity is O(N) space complexity is O(1) Execution: I wrote this code 4 years ago and I already have no clue what it does. It is linear time and it works even today. Today, I would have broken this logic down into smaller functions with clear purpose. ...
https://nerdprogrammer.com/hackerrank-almost-sorted-solution/
CC-MAIN-2020-40
en
refinedweb
Prometheus binary format metrics data structures for Python client libraries Project description prometheus_metrics_proto The prometheus_metrics_proto package provides Prometheus Protobuf data structures and a set of helper functions to assist generating Prometheus Protocol Buffer format metrics and serializing them in...
https://pypi.org/project/prometheus-metrics-proto/
CC-MAIN-2020-40
en
refinedweb
I'm trying to hook BIOS Int 13h to add my custom functionality to it and hijack some of existing one. Old Int 13h vector is stored in global variable. When interrupt handler is called the DS is set to some value that doesn't match the original data segment of caller. Therefore accessing global variables of caller turns...
https://windows-hexerror.linestarve.com/q/so63763426-Interrupt-handler-chaining-in-real-mode
CC-MAIN-2020-40
en
refinedweb
Since making the jump to developing all of our new production mobile/web apps with Bullet Train for feature flags, one of the latest benefits I've come to realise is being able to toggle your app to simulate tedious and complicated scenarios. The problem: wasting time replicating app scenarios I know myself a developer...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/kylessg/using-feature-flags-for-client-demos-and-simulating-complex-scenarios-1gih
CC-MAIN-2020-40
en
refinedweb
codes run well on my local machine will not compile on your system. i have actually tried several problems but ALL Compile Error!!!!!!! My code is very simple , and i submit through the web page, not through email. Is there anyone who can explain why theres so many compile error? Too much on this online judge system Po...
https://onlinejudge.org/board/viewtopic.php?f=12&t=16097
CC-MAIN-2020-40
en
refinedweb
Yet again, intern season is coming to a close, and so it’s time to look back at what the interns have achieved in their short time with us. I’m always impressed by what our interns manage to squeeze into the summer, and this year is no different. There is, as you can imagine, a lot of ground to cover. With 45 interns b...
https://blog.janestreet.com/what-the-interns-have-wrought-2018/
CC-MAIN-2020-40
en
refinedweb
Get USB Drive Serial Number on Windows in C++ Getting the serial number of a USB device in Windows is a lot harder than it should be. ( But it’s a lot easier than getting the USB serial number on Os X!) It is relatively simple to get USB information if you have the device handle of the USB device itself. And you can ge...
https://oroboro.com/usb-serial-number/
CC-MAIN-2020-40
en
refinedweb
Serious software development calls for performance optimization. When you start optimizing application performance, you can’t escape looking at profilers. Whether monitoring production servers or tracking frequency and duration of method calls, profilers run the gamut. In this article, I’ll cover the basics of using a ...
https://stackify.com/how-to-use-python-profilers-learn-the-basics/
CC-MAIN-2020-40
en
refinedweb
Sending SMS Messages with Visual Basic WEBINAR: On-Demand How to Boost Database Development Productivity on Linux, Docker, and Kubernetes with Microsoft SQL Server 2017 Introduction We all know what an SMS is (hopefully!), but sadly, SMS is said to be a dying medium of communication. I honestly do not actually think it...
https://www.codeguru.com/columns/vb/sending-sms-messages-with-visual-basic.html
CC-MAIN-2018-05
en
refinedweb
Broadband Adapter support. More... #include <sys/cdefs.h> Go to the source code of this file. Broadband Adapter support. This file contains declarations related to support for the HIT-0400 "Broadband Adapter". There's not really anything that users will generally have to deal with in here. Don't block waiting for the t...
http://cadcdev.sourceforge.net/docs/kos-2.0.0/broadband__adapter_8h.html
CC-MAIN-2018-05
en
refinedweb
When you instantiate a COM object, you are actually working with a proxy known as the Runtime Callable Wrapper (RCW). The RCW is responsible for managing the lifetime requirements of the COM object and translating the methods called on it into the appropriate calls on the COM object. When the garbage collector finalize...
http://etutorials.org/Programming/C+in+a+nutshell+tutorial/Part+II+Programming+with+the+.NET+Framework/Chapter+18.+Integrating+with+COM+Components/18.2+Exposing+COM+Objects+to+C/
CC-MAIN-2018-05
en
refinedweb
On Fri, Sep 28, Thorsten Kukuk wrote: > ;-) Quick hack (nearly untested): diff -u -r1.22 pam_group.c --- modules/pam_group/pam_group.c 16 Jun 2006 06:35:16 -0000 1.22 +++ modules/pam_group/pam_group.c 28 Sep 2007 13:58:42 -0000 @@ -329,6 +329,13 @@ return FALSE; } } + + /* Ok, we know that b is a substring from A and d...
http://listman.redhat.com/archives/pam-list/2007-September/msg00058.html
CC-MAIN-2018-05
en
refinedweb
Translation(s): none Introduction A lot of git and git-buildpackage commands needed got more than one option, are needed seldom and are hard to remember. This page is supposed to be a reminder, not a detailed explanation. Like: You remember you had to use a git-buildpackage command, but can't find it in your notes any ...
https://wiki.debian.org/Diaspora/Packaging/git
CC-MAIN-2018-05
en
refinedweb
Ahoy there, Thanks for taking the time to read this. I'm in a programming class and this is my first adventure into the subject. I'm working on a code that is supposed to be a number guessing game. Here's where I am at so far import java.util.*; import java.io.*; public class number_guessing_game { public static void m...
http://www.javaprogrammingforums.com/whats-wrong-my-code/14332-beginner-stuck-implementing-while-loop-compiles-fine-but-still-wont-run.html
CC-MAIN-2018-05
en
refinedweb
In the .NET world there hasn't been much choice in web server technology aside from IIS and all the caveats that come with it. IIS has been around for a long time now, longer than ASP.NET itself, and for a junior programmer, tackling it and its years worth of libraries can be quite a daunting task. Another barrier is S...
https://www.scottbrady91.com/Katana/OWIN-Katana-Introduction
CC-MAIN-2018-05
en
refinedweb
For an n by n real matrix A, Hadamard’s upper bound on determinant is where aij is the element in row i and column j. See, for example, [1]. How tight is this upper bound? To find out, let’s write a little Python code to generate random matrices and compare their determinants to Hadamard’s bounds. We’ll take the square...
https://www.johndcook.com/blog/2020/07/22/hadamard-inequality/
CC-MAIN-2022-40
en
refinedweb
Name HashMap<K,V> Synopsis This class implements the Map interface using an internal hashtable. It supports all optional Map methods, allows key and value objects of any types, and allows null to be used as a key or a value. Because HashMap is based on a hashtable data structure, the get( ) and put( ) methods are very ...
https://www.oreilly.com/library/view/java-in-a/0596007736/re624.html
CC-MAIN-2022-40
en
refinedweb
Introduction The BackgroundColor property specifies what the background color will be cleared to every frame. To prevent the background from clearing every frame, set the Alpha of the BackgroundColor to 0. See more information below on this topic. Code Example The following changes the BackgroundColor in response to us...
https://flatredball.com/documentation/api/flatredball/flatredball-camera/flatredball-camera-backgroundcolor/
CC-MAIN-2022-40
en
refinedweb
Python library implementing proximal operators to allow solving non-smooth, constrained convex problems with proximal algorithms. Project description PyProximal :vertical_traffic_light: :vertical_traffic_light: This library is under early development. Expect things to constantly change until version v1.0.0. :vertical_t...
https://pypi.org/project/pyproximal/
CC-MAIN-2022-40
en
refinedweb
Common Data tutorial has an example where a DataClient is created from a client application and is stored in runtime data share. This common data is then accessed by a deployed service using ServiceContext.GetDataClient method. In our application, we wish to add the computational results generated by Service also to be...
https://social.microsoft.com/Forums/en-US/35195c3f-a8fb-486f-b238-852bad05e4d7/does-hpc-2019-pack-allow-deployed-soa-service-to-write-data-in-runtime-data-share?forum=windowshpcdevs
CC-MAIN-2020-50
en
refinedweb
Suppose there are N cars that are going to the same destination along a one lane road. The destination is ‘target’ miles away. Now each car i has a constant speed value speed[i] (in miles per hour), and initial position is position[i] miles towards the target along the road. A car can never pass another car ahead of it...
https://www.tutorialspoint.com/car-fleet-in-cplusplus
CC-MAIN-2020-50
en
refinedweb
AttributeError("module 'pandas' has no attribute 'read_csv'") attributeerror django typeerror python python import attributeerror python custom exception attributeerror pplayoutblank attributeerror meaning filenotfounderror python I am new to Python and I have been stuck on a problem for some time now. I recently insta...
http://thetopsites.net/article/52677658.shtml
CC-MAIN-2020-50
en
refinedweb
Hi everyone, I am performing cell-positive screening assays on DAB-stained whole IHC tissue sheets (CD8 +). I hope you can help me with the step by step to use the tissue classifier, specifically how to train the software to differentiate stroma from the rest of the tissue and thus identify the stroma in a new annotati...
https://forum.image.sc/t/can-the-pixel-classifier-or-other-qupath-feature-be-used-to-create-a-new-annotation-of-interest-stroma-and-apply-dab-positive-cell-detection/44950
CC-MAIN-2020-50
en
refinedweb
This article shall describe the construction of three custom controls; each is used to format its text content to be either all upper case, all lower case, title case, or normal (as typed) case regardless of the format of the input. Introduction This article shall describe the construction of three custom controls; eac...
https://www.c-sharpcorner.com/article/enforce-text-case-with-custom-controls/
CC-MAIN-2020-50
en
refinedweb
Rename a wiki (Redirected from Rename a wiki domain)Jump to navigation Jump to search Domain rename draft (2015) TODO: Refactor this page to three parts - what to do to prepare; what to do at the execution (deployment); what to do after deployment (including testing.) This page deals with moving a wiki from one domain ...
https://wikitech.wikimedia.org/wiki/Rename_a_wiki_domain
CC-MAIN-2020-50
en
refinedweb
#include <sys/time.h> int utimes(const char *file, struct timeval *tvp); If tvp is NULL, the access and modification times are set to the current time. A process must be the owner of the file or have write permission for the file to use utimes in this manner. If tvp is not NULL, it is assumed to point to an array of tw...
http://osr507doc.xinuos.com/cgi-bin/man?mansearchword=utimes&mansection=S&lang=en
CC-MAIN-2020-50
en
refinedweb
凸度偏差与收益率曲线 - Convexity Bias and the Yield Curve - INTRODUCTION - BASICS OF CONVEXITY [^1] - CONVEXITY, YIELD CURVE AND EXPECTED RETURNS - HISTORICAL EVIDENCE ABOUT CONVEXITY AND BOND RETURNS - APPENDIX A. HOW DOES CONVEXITY VARY ACROSS NONCALLABLE TREASURY BONDS? - APPENDIX B. RELATIONS BETWEEN VARIOUS VOLATILITY MEASU...
https://www.cnblogs.com/xuruilong100/p/8519517.html
CC-MAIN-2020-50
en
refinedweb
News NET Framework 20 and Visual Studio 2005 development - 28, 2007 28 Oct'07 Case Study: IdeaBlade DevForce object mapping A CTO employed IdeaBlade DevForce 3.0 ORM tools in a .NET 2.0 application using C# in order to achieve better abstraction in a software architecture. - 31, 2007 31 Mar'07 Microsoft unveils VB 2005...
https://searchwindevelopment.techtarget.com/info/news/NET-Framework-20-and-Visual-Studio-2005-development
CC-MAIN-2020-16
en
refinedweb
elm-jsonapi decodes any JSON API compliant payload and provides helper functions for working with the results. This library only provides base functionality for decoding payloads and working with the results. A more sophisticated wrapper which includes content negotation with servers can be found here. JSON API specifi...
https://package.frelm.org/repo/720/2.2.2
CC-MAIN-2020-16
en
refinedweb
This post is the first of a series; click here for the next post. Introduction What is this? Who are you? I’m Jacob, a Google AI Resident. When I started the residency program in the summer of 2017, I had a lot of experience programming, and a good understanding of machine learning, but. I’m writing this blog post as a...
https://jacobbuckman.com/2018-06-25-tensorflow-the-confusing-parts-1/
CC-MAIN-2020-16
en
refinedweb
WL#5223: Group Commit of Binary Log Affects: Server-5.6 — Status: Complete PROBLEM (SUMMARY) ----------------- When the binary log is enabled there is a dramatic drop in performance due to the following reasons: . the binary log does not exploit the group commit techniques; . there are several access to disk, i.e. writ...
https://dev.mysql.com/worklog/task/?id=5223
CC-MAIN-2020-16
en
refinedweb
setbuf, setvbuf, setvbuf_unlocked, setbuffer, setlinebuf - Assign buffering to a stream #include <stdio.h> void setbuf( FILE *stream, char *buffer ); int setvbuf( FILE *stream, char *buffer, int mode, size_t size ); int setvbuf_unlocked( FILE *stream, char *buffer, int mode, size_t size ); void setbuffer( FILE *stream,...
http://nixdoc.net/man-pages/Tru64/man3/setlinebuf.3.html
CC-MAIN-2020-16
en
refinedweb
Unit Test Your Configuration Files Peter Benjamin ・5 min read Infrastructure as Code. Photo courtesy: @Bass Emmen Originally published at Table of Contents Overview The era of Infrastructure-as-Code (IaC) has unlocked tremendous developer productivity and agility features. Now, as an Engineer, we can declare our infras...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/petermbenjamin/unit-test-your-configuration-files-3mnf
CC-MAIN-2020-16
en
refinedweb
Wikidump infobox extractor. Project description Extract infoboxes from wikidumps To create a wikidump for a specific category or group of articles, you can use Wikipedia's special export feature. Download the .xml file and then you can convert the xml dump to a .js file containing a list of infobox objects. The package...
https://pypi.org/project/wikidump-infobox-extractor/
CC-MAIN-2020-16
en
refinedweb
Introduction to the Morpheus DataFrame Introduction to the Morpheus DataFrame Morpheus can help you scale on multi-core processor architectures and facilitate the development of performant analytical software. Come learn all about this powerful tool! Join the DZone community and get the full member experience.Join For ...
https://dzone.com/articles/introduction-to-the-morpheus-dataframe?fromrel=true
CC-MAIN-2020-16
en
refinedweb
class for range index management of curve More... #include <IntTools_CurveRangeSampleMapHasher.hxx> class for range index management of curve Returns a HasCode value for the Key <K> in the range 0..Upper. Returns True when the two keys are the same. Two same keys must have the same hashcode, the contrary is not necessa...
https://www.opencascade.com/doc/occt-7.1.0/refman/html/class_int_tools___curve_range_sample_map_hasher.html
CC-MAIN-2020-16
en
refinedweb
Graphic Thinking for Architects & Designers TH RD E ITION Graph·c Thinking for Architects & Designers PAUL ASEAU JOHN WILEY & SONS, INC. New Yor k Chich ester Weinheim Brisb ane Singapor e Toron to Thi s book is printed on acid-free paper. il' e 2001 by John Wil ey & Sons . All rights re served . Publish ed simultaneou...
https://ar.b-ok.org/book/1049404/1968d9
CC-MAIN-2020-16
en
refinedweb
You want your application to output trace information to the event log and, at the same time, control what level of information is output. Modify web.config to: Add the EventLogTraceListener listener to the Listeners collection and make it available to your application, as shown in Example 13-18. Add the TraceSwitch, a...
https://flylib.com/books/en/1.505.1.117/1/
CC-MAIN-2020-16
en
refinedweb
You don't need regular expressions. Python has a built-in string method that does what you need: mystring.replace(" ", "_") Replacing spaces is fine, but I might suggest going a little further to handle other URL-hostile characters like question marks, apostrophes, exclamation points, etc. Also note that the general co...
https://pythonpedia.com/en/knowledge-base/1007481/how-do-i-replace-whitespaces-with-underscore-and-vice-versa-
CC-MAIN-2020-16
en
refinedweb
A good Covolutional Neural Network model requires a large dataset and good amount of training, which is often not possible in practice. Transfer learning provides a turn around it. It’s a method to use pre-trained models to obtain better results. A pre-trained model has been previously trained on a dataset and contains...
https://kharshit.github.io/blog/2018/08/10/transfer-learning
CC-MAIN-2020-16
en
refinedweb
Why not O(t*b^2)? Can we do this PRIME1 problem without Sieve of Eratosthenes? What is the time complexity of this program? Here goes the code: #include<iostream>using namespace std;void prime(int a, int b){int i;while(a<=b){for(i=2;i<=a;i++){if(a%i==0){if(a==i){cout<<a<<endl;}else break;}}++a; It has been mentioned th...
https://www.commonlounge.com/profile/84e44422e03940f3a7b76aea714e4789
CC-MAIN-2020-16
en
refinedweb
#include <STY_ResultsFilter.h> Filter that decides which results should be retrieved with a call to getResults() in a styler. Since virtually all calls to getResults() will want results from a specific category, the constructor takes category mask for convenience. Any custom filtering can be done by deriving from this ...
https://www.sidefx.com/docs/hdk/class_s_t_y___results_filter.html
CC-MAIN-2020-16
en
refinedweb
9.2. Sequence to Sequence with Attention Mechanism¶ In this section, we add the attention mechanism to the sequence to sequence model introduced in Section 8.14 to explicitly select state. Fig. 9.2.1 shows the model architecture for a decoding time step. As can be seen, the memory of the attention layer consists of the...
http://classic.d2l.ai/chapter_attention-mechanism/seq2seq-attention.html
CC-MAIN-2020-16
en
refinedweb
RAC Attack - Oracle Cluster Database at Home/Manual of Style In order to get a consistent look-and-feel throughout the RAC Attack Wikibook, I ask that when you make changes, you try to conform to this manual of style. This manual of style is not intended to override or replace the Wikibooks manual of style. It is a loc...
https://en.wikibooks.org/wiki/RAC_Attack_-_Oracle_Cluster_Database_at_Home/Manual_of_Style
CC-MAIN-2020-16
en
refinedweb
Roads, Towers, and Online Legal Help Online legal help systems have been a major force for good. Millions of people without the luxury of a personal lawyer have benefited from them. They come in many shapes and sizes, from many different worlds: · Legal aid programs and other nonprofit legal service organizations · Cou...
https://medium.com/@MarcLauritsen01/roads-towers-and-online-legal-help-57957a25767
CC-MAIN-2020-16
en
refinedweb
For some reason, I can't get the images to crop and display correctly, even though I think my script makes sense logically. My code is posted below. You can make an image around the resolution of 300x2000 or so to use with this to see the problem I am having. Attached is my practice image that is rough, but works for n...
http://www.dreamincode.net/forums/topic/283518-cropping-and-displaying-images-using-pil-and-tkinter-problem/
CC-MAIN-2018-13
en
refinedweb
Hi All guys I hope this is not so newbie question, I was an EJB2 developer in the past, and I made the switch to EJB3 with Hibernate, I have an entity defined like this: @Entity @Table(name="USER") public class User implements Serializable { private Long id; private String full_name; private String username; private Le...
https://developer.jboss.org/thread/26626
CC-MAIN-2018-13
en
refinedweb
Christian Wyglendowski I am a Network Administrator at a small college in Illinois. I began learning Python in 2002 while working as a PC Technician. It has been invaluable for systems administration and was just plain enjoyable to learn (or keep learning, I should say!). Code Clinic BrianvandenBroek came up with a gre...
https://wiki.python.org/moin/ChristianWyglendowski?highlight=(CategoryHomepage)
CC-MAIN-2018-13
en
refinedweb
Uplug::XML::Writer - Perl extension for writing XML documents. use XML::Writer; use IO; my $output = new IO::File(">output.xml"); my $writer = new XML::Writer(OUTPUT => $output); $writer->startTag("greeting", "class" => "simple"); $writer->characters("Hello, world!"); $writer->endTag("greeting"); $writer->end(); $outpu...
http://search.cpan.org/~tiedemann/uplug-main-0.3.7/lib/Uplug/XML/Writer.pm
CC-MAIN-2018-13
en
refinedweb
On Wed, Apr 29, 2009 at 03:06:13PM -0700, Scott David Daniels wrote: > You did not answer the question above, and I think the answer is the root > of your misunderstanding. A class and a module are _not_the_same_thing_. > sys is not a package, it is a module. >>> Just because you put a class inside a module, does not m...
https://mail.python.org/pipermail/python-list/2009-April/535381.html
CC-MAIN-2016-40
en
refinedweb
This patchset introduces a system log namespace. It is the 2nd version. The link of the 1st version is. In that version, syslog_ namespace was added into nsproxy and created through a new clone flag CLONE_SYSLOG when cloning a process. There were some discussion in last November about the 1st version. This version used...
http://article.gmane.org/gmane.linux.kernel/1533621
CC-MAIN-2016-40
en
refinedweb
iTerrainCellRenderProperties Struct ReferenceThis is a base class for per-cell renderer-specific properties. More... #include <imesh/terrain2.h> Inheritance diagram for iTerrainCellRenderProperties: Detailed DescriptionThis is a base class for per-cell renderer-specific properties. The classes which hold the render-rel...
http://www.crystalspace3d.org/docs/online/api-1.2/structiTerrainCellRenderProperties.html
CC-MAIN-2016-40
en
refinedweb
#include <libunwind.h> int unw_init_local(unw_cursor_t *c, unw_context_t *ctxt); The unw_init_local() routine initializes the unwind cursor pointed to by c with the machine-state in the context structure pointed to by ctxt. As such, the machine-state pointed to by ctxt identifies the initial stack frame at which unwind...
http://www.makelinux.net/man/3/U/unw_init_local
CC-MAIN-2016-40
en
refinedweb
Note: This was an April Fool’s Joke. Please do not take any information in this blog post seriously. As you all know, the languages currently supported by Panda3D are Python and C++. Unfortunately, this forces the user to choose from a trade-off between simplicity and performance. Python is simple and fast to prototype...
http://www.panda3d.org/blog/2010/04/
CC-MAIN-2016-40
en
refinedweb
Hello, The topic below was opened in the Boost development mailing list, where it's been pointed out to me that it fits better here. You can also read the thread archive: Regards Bruno ---------- Forwarded message ---------- Hello, I have written a little function that converts any Boost.Fusion sequence into a Python t...
https://mail.python.org/pipermail/cplusplus-sig/2009-February/014293.html
CC-MAIN-2016-40
en
refinedweb
As a software developer I like to work with everything that is related to software Localization known as L10n. Besides being a developer working defining the architecture that will be adopted in a given project and doing the hard “FUN” work writing the code, I’m also a translator if you don’t know it yet. One thing I'v...
http://www.leniel.net/2011/10/resourcemanager-external-assembly-dll.html
CC-MAIN-2016-40
en
refinedweb
Details - Type: Bug - Status: Closed - Priority: Major - Resolution: Duplicate - Affects Version/s: 5.3.1, 5.3.2, 5.4.0, 5.4.1 - Fix Version/s: NEEDS_REVIEW - - Labels:None - Environment: Java 64-bit, Windows 2008 Server, Centos 5 64bit, Ubuntu 110 64-bit, OS X 10.5, 10.6 Description. Issue Links Activity - All - Work ...
https://issues.apache.org/jira/browse/AMQ-2745
CC-MAIN-2016-40
en
refinedweb
[ ] Wendy Chien commented on HADOOP-438: ------------------------------------ To fix this we're going to enforce a pathname limit in the Path class constructor. . (8K in length and 1K in depth.) The constructor will throw an exception which will be passed back to the client. > DFS pathname limitation. > ---------------...
http://mail-archives.apache.org/mod_mbox/hadoop-common-dev/200609.mbox/%3C149186.1157592383316.JavaMail.jira@brutus%3E
CC-MAIN-2016-40
en
refinedweb
What is a Proposal? "Proposals" definition: Proposals detail ideas, brainstorms or potential solutions to a known issue or problem in the code, community or process. Proposals may recommend changes we could make that may help us resolve issues we've encountered in the past. A few examples: a proposal could recommend ac...
https://wiki.duraspace.org/display/DSPACE/Development+Proposals
CC-MAIN-2016-40
en
refinedweb
Contents - Introduction - 1. How evolutionary algorithms first appeared - 2. Evolutionary algorithms (methods) - 3. Genetic algorithms (GA) - 3.1. Field of application. - 3.2. Problems being solved - 3.3. Classic GA - 3.4. Search strategies - 3.5. Difference from the classic search of optimum - 3.6. Terminology of GA -...
https://www.mql5.com/en/articles/2225
CC-MAIN-2016-40
en
refinedweb
seesaw-clj Discussion of Seesaw UI toolkit for Clojure. <br><a href=""></a> Google Groups Cecil Westerhof 2016-07-19T10:18:57Z Displaying a scaled down picture and drawing a rectangle on it At the moment I am using Image Magick on the command line with trial and error to crop the right part of the photo. For example: ...
https://groups.google.com/forum/feed/seesaw-clj/topics/atom_v1_0.xml?num=50
CC-MAIN-2016-40
en
refinedweb
This action might not be possible to undo. Are you sure you want to continue? SUNY series in Global Politics James N. Rosenau, editor AFTER AUTHORITY ❖ War, Peace, and Global Politics in the 21st Century Ronnie D. Lipschutz State University of New York Press Published by State University of New York Press, Albany © 200...
https://www.scribd.com/doc/98583999/After-Authority-War-Peace-And-Global-Politics-in-the-21st-Century
CC-MAIN-2016-40
en
refinedweb
#include <hallo.h> * William WAISSE [Sun, Dec 22 2002, 09:47:37PM]: > > > > ... and would you like to pay your mirror provider for additional disk > > > > space and traffic? > You mean Debian has difficulties finding 10 GB of online disk space ? What is "Debian"? You talk about space on mirrors, mirrors provided by Deb...
https://lists.debian.org/debian-devel/2002/12/msg01385.html
CC-MAIN-2016-40
en
refinedweb
Introduction During the operation of most programs, errors may occasionally occur. Their adequate processing is one of the important aspects of a high-quality and sustainable software. This article will cover main methods of error handling, recommendations for their use, as well as logging via MQL5 tools. Error handlin...
https://www.mql5.com/en/articles/2041
CC-MAIN-2016-40
en
refinedweb
§Action composition This chapter introduces several ways to define generic action functionality. §Reminder about actions Previously, we said that an action is a Java method that returns a play.mvc.Result value. Actually, Play manages internally actions as functions. Because Java doesn’t yet support first class function...
https://www.playframework.com/documentation/2.5.x/JavaActionsComposition
CC-MAIN-2016-40
en
refinedweb
On Thu, 2009-02-19 at 13:20 +0200, Dominique Leuenberger wrote: > Hi, > > this code snipet produces a new warning (especially on newer compilers): > > static av_always_inline int dv_guess_dct_mode(DVVideoContext *s, > uint8_t *data, int linesize) { > if (s->avctx->flags & CODEC_FLAG_INTERLACED_DCT) { > int ps = s->ildc...
http://ffmpeg.org/pipermail/ffmpeg-devel/2009-February/065579.html
CC-MAIN-2016-40
en
refinedweb
User talk:Dorkadorkreece From Uncyclopedia, the content-free encyclopedia edit Welcome! Hello, Dorkadorkreeorkadorkree 21:58, 18 December 2008 (UTC) edit User:Dorkadorkreece/Hey Arnold!© The construction tag on your article expired, so I moved it into your namespace where you can work on it at your leisure. Don't give ...
http://uncyclopedia.wikia.com/wiki/User_talk:Dorkadorkreece
CC-MAIN-2016-40
en
refinedweb
I'm currently trying the Amazon Web Services (AWS) with .NET and of course I'm browsing the german catalog using the german locale. The strange thing is that strings containing german umlaut characters (like ä,ö,ü ...) arrived in .NET strings as '??'. I traced the protocols and found that AWS correctly states the use o...
http://blogs.msdn.com/b/juergenp/archive/2004/03/10/87273.aspx?Redirected=true&title=Web%20Services%20and%20I18N%20strangeness&summary=&source=Microsoft&armin=armin
CC-MAIN-2013-48
en
refinedweb
Forum:Changing logo? From Uncyclopedia, the content-free encyclopedia Note: This topic has been unedited for 2519 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response. What's the code to change the Uncyclopedia logo (for just one page, of course)? Is it really, reall...
http://uncyclopedia.wikia.com/wiki/Forum:Changing_logo%3F
CC-MAIN-2013-48
en
refinedweb