text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
import "github.com/golang/go/src/encoding/csv" Package") // TrailingComma bool // Deprecated: No longer used. //. Code:. Code:.. Code:). Updated 2019-09-18. Refresh now. Tools for package owners.
https://godoc.org/github.com/golang/go/src/encoding/csv
CC-MAIN-2019-51
en
refinedweb
Closing Presentation - The Transformation of Work and the Office great work guys - interesting to hear more about casablanca and getting close to the metal. C++ is back Wow nice. Would love to try it. Very interesting. What's about using this library for not Azure application? For instance, can I use namespace "http" t...
https://channel9.msdn.com/Events/TechEd/Australia/2012/AZR331?format=html5
CC-MAIN-2017-34
en
refinedweb
problems using Image.open with png file The following code from PIL import Image img = Image.open('test.png') img.show() throws " IOError: broken data stream when reading image file". Reading the image from the camera roll works flawlessly, though: import photos img = photos.pick_image() img.show() The first image prin...
https://forum.omz-software.com/topic/440/problems-using-image-open-with-png-file
CC-MAIN-2017-34
en
refinedweb
Hello, this my first thread and I need some supper fast help I'm on a deadline... I have applied for a Microsoft program but part of the application process is to complete this assignment... You are to create a console application that accepts exactly one command-line argument. If it doesn’t receive the argument, the a...
https://www.daniweb.com/programming/web-development/threads/292116/urgent-java-script-help-needed
CC-MAIN-2017-34
en
refinedweb
Dynamically created Menu is triggered by space key Hi, When I have a menu which is created on demand, after first request - it can be triggered by space key press what is completely undesired. Here is example code: import QtQuick 2.9 import QtQuick.Controls 2.2 import QtQuick.Window 2.2 ApplicationWindow { visible: tru...
https://forum.qt.io/topic/82081/dynamically-created-menu-is-triggered-by-space-key
CC-MAIN-2017-34
en
refinedweb
Hey All, If anyone has a fix for this it would be greatly appreciated, or just let me know if I'm missing something, but I can't seem to get a port open while running on iOS. I've read a lot of reasons for this is that the port is still in-use from a previous session of the application that failed to close the port pro...
https://forums.adobe.com/thread/997569?tstart=0
CC-MAIN-2017-34
en
refinedweb
Preface: Part 1 covered the sketch the Arduino will run for this example, and part 2 covered the resources and other people’s code I used to make sure everything works as expected. In part 3 I’m going to go through a small program that does exactly what I want: read serial data from the Arduino. Part 4 is here. Part 3:...
https://chrisheydrick.com/2012/06/17/how-to-read-serial-data-from-an-arduino-in-linux-with-c-part-3/
CC-MAIN-2017-34
en
refinedweb
This action might not be possible to undo. Are you sure you want to continue? Charm Offensive Charm Offensive How China’s Soft Power Is Transforming the World J O S H UA K U R L A N T Z I C K A New Republic Book Yale University Press New Haven and London For Miriam. Nothing is possible without you. A Caravan book. For mo...
https://www.scribd.com/doc/185644254/1-Charm-Offesive
CC-MAIN-2017-34
en
refinedweb
Working with Maps on iOS 10 with MapKit and the MKMapView Class In the preceding chapters we spent some time looking at handling raw geographical location information in the form of longitude, latitude and altitude data. The next step is to learn about the presentation of location information to the user in the form of...
http://www.techotopia.com/index.php/Working_with_Maps_on_iOS_8_with_Swift,_MapKit_and_the_MKMapView_Class
CC-MAIN-2017-34
en
refinedweb
C#, or C Sharp was built to be used with the .NET Microsoft framework. C Sharp is mainly used for developing applications for Windows, for web development and for networking. C# is a fully object oriented language – it supports polymorphism, data abstraction, data encapsulation and inheritance. The character “#” comes ...
https://blog.udemy.com/c-sharp-partial-classes/
CC-MAIN-2017-34
en
refinedweb
11 November 2011 11:42 [Source: ICIS news] BUCHAREST (ICIS)--Rompetrol’s petrochemicals business reported a net loss of $2.53m (€1.87m) for the first nine months of 2011, compared with a net loss of $454,460 in the same period last year, the company said on Friday. Rompetrol Petrochemicals attributed its results to ope...
http://www.icis.com/Articles/2011/11/11/9507380/romanias-rompetrol-petrochemicals-reports-net-loss-of-2.53m.html
CC-MAIN-2014-49
en
refinedweb
29 May 2012 09:29 [Source: ICIS news] SINGAPORE (ICIS)--Germany's Brenntag said on Tuesday it has been distributing Evonik’s household care products in ?xml:namespace> The distribution deal between the two German firms covers the full product portfolio of Evonik’s consumer specialties business unit, Brenntag said in a ...
http://www.icis.com/Articles/2012/05/29/9564756/brenntag-distributes-evonik-household-care-products-in-switzerland.html
CC-MAIN-2014-49
en
refinedweb
This is the second article in a series describing my experience exploring the new realm of cloud development. It's predicted that within just a couple of years, over a third of all development will be cloud based. So it makes sense that we should become familiar with that environment if we don't want to be left behind....
http://www.codeproject.com/script/Articles/View.aspx?aid=148608
CC-MAIN-2014-49
en
refinedweb
Oct 18, 2011 08:45 AM|yenni104|LINK Hi, I am using MVC 3 unobtrusive client side validation and I need to implement some custom validation rules for my DateTime field. I got ExpiryDate and Storagedate, where Expirydate should be later or equal to today's date. Also, the Expirydate should not be earlier than the Storage...
http://forums.asp.net/t/1731351.aspx?Custom+DateTime+Validation+for+MVC+3+unobtrusive+client+side+validation
CC-MAIN-2014-49
en
refinedweb
collection. For example, if the collection is assigned to a variable named collListItems, use collListItems[index] in Microsoft C#, or collListItems(index) in Microsoft Visual Basic, where index is the index number of the item in the collection, or the internal name or display name of a list field. For an indexer base...
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistitem(v=office.15).aspx
CC-MAIN-2014-49
en
refinedweb
Central logging agent. More... #include <qpid/log/Logger.h> Central logging agent. Thread safe, singleton. The Logger provides all needed functionality for selecting and formatting logging output. The actual outputting of log records is handled by Logger::Output-derived classes instantiated by the platform's sink-relat...
http://qpid.apache.org/apis/0.12/cpp/html/a00131.html
CC-MAIN-2014-49
en
refinedweb
09 December 2011 07:08 [Source: ICIS news] SINGAPORE (ICIS)--Asia’s naphtha prices will stay firm in December, supported by the expectations of fresh spot demand from ?xml:namespace> In line with the strong prices, the naphtha spread between the contracts for the second half of January and the second half of February w...
http://www.icis.com/Articles/2011/12/09/9515243/asia-naphtha-to-firm-on-fpcc-buying-hopes-firm-butadiene.html
CC-MAIN-2014-49
en
refinedweb
Comment: Changes (1)View Page History {note:title=Superceded} This page has been superceded by [Zend Framework 2.0 Requirements]; please direct further discussion to that page. {note} This page has been superceded by [Zend Framework 2.0 Requirements]; please direct further discussion to that page. {note} {note:title=Pa...
http://framework.zend.com/wiki/pages/diffpages.action?pageId=45023323&originalId=22249562
CC-MAIN-2014-49
en
refinedweb
Dmitry Baryshkov <dbaryshkov@gmail.com> wrote:> > > +#ifdef CONFIG_DEBUG_FS> > > + struct dentry *dir;> > > + struct dentry *info;> > > +#endif > > > > Can't you hide this in the code, say by wrappering the> > struct with something else when it is registered? > > It is allocated dynamically by drivers. I can move this ...
http://lkml.org/lkml/2008/7/4/56
CC-MAIN-2014-49
en
refinedweb
21 August 2012 17:08 [Source: ICIS news] LONDON (ICIS)--Low water levels in the river Rhine in Germany have led ship owners and charterers to achieve higher freight rates on barge journeys, sources said on Tuesday.Continued hot weather across Europe has seen water levels on the ?xml:namespace> “On current water levels,...
http://www.icis.com/Articles/2012/08/21/9588794/barge-rates-increase-on-low-river-rhine-water-levels.html
CC-MAIN-2014-49
en
refinedweb
21 February 2013 17:16 [Source: ICIS news] WASHINGTON (ICIS)--US sales of existing homes rose marginally in January from December, the National Association of Realtors (NAR) said on Thursday, noting that the market for previously owned homes is running 9% ahead of January 2012. In its monthly report, the NAR said that ...
http://www.icis.com/Articles/2013/02/21/9643337/us-existing-home-sales-rise-marginally-in-jan-up-9-from-2012.html
CC-MAIN-2014-49
en
refinedweb
As discussed in my last Android coding article, one of the neat features of coding for a phone is the ability to use its motion sensors. As well as just detecting a motion event, as I covered in that tutorial, you can also use the information from the sensor to change what you're drawing on the screen. In this tutorial...
http://www.linux.com/learn/tutorials/703911-2d-drawing-with-android-motion-sensors
CC-MAIN-2014-49
en
refinedweb
Welcome to LLVM! In order to get started, you first need to know some basic information. First, LLVM comes in two pieces. The first piece is the LLVM suite. This contains all of the tools, libraries, and header files needed to use the low level virtual machine. It contains an assembler, disassembler, bytecode analyzer,...
http://www.llvm.org/releases/1.3/docs/GettingStarted.html
CC-MAIN-2014-49
en
refinedweb
#include <fam.h> extern int FAMOpen(FAMConnection* fc); extern int FAMOpen2(FAMConnection* fc, const char* appName); extern int FAMClose(FAMConnection* fc); extern int FAMMonitorDirectory(FAMConnection *fc, char *filename, FAMRequest* fr, void* userData); extern int FAMMonitorFile(FAMConnection *fc, char *filename, FAM...
http://www.makelinux.net/man/3/F/fam
CC-MAIN-2014-49
en
refinedweb
Download the code for this article: UnderTheHood0500.exe (264KB) Over the years, one of the dominant themes in my columns and seminars has been the benefits of techniques that optimize your executables. Typically this means basing and binding, but might also include importing functions by ordinal or changing executable...
http://msdn.microsoft.com/en-us/magazine/bb985014.aspx
CC-MAIN-2014-49
en
refinedweb
Unit testing RESTful web services is rather complex. Ideally, the services are tested in isolation before being packaged as a service. However, sometimes people will want to test the "finished" or "integrated" web services technology stack because (I suppose) they don't trust their lower-level unit tests. Or they don't...
http://slott-softwarearchitect.blogspot.com/2012/09/restful-web-service-testing.html
CC-MAIN-2014-49
en
refinedweb
Branching Logic vs. Guard Logic When It Comes To Function Control Flow When it comes to Functions in computer programming, the Return statement is pretty badass. When your program's control flow hits a return statement, it completely exits out of the current context, halting the execution of the function. In the past f...
http://www.bennadel.com/blog/2195-branching-logic-vs-guard-logic-when-it-comes-to-function-control-flow.htm
CC-MAIN-2014-49
en
refinedweb
02 March 2011 18:00 [Source: ICIS news] HOUSTON (ICIS)--Here is Wednesday’s midday ?xml:namespace> CRUDE: Apr WTI: $101.55/bbl, up $1.92; Apr Brent: $117.13/bbl, up $1.71 NYMEX WTI crude futures surged in response to geopolitical worries and to weekly EIA statistics showing a drawdown in crude and gasoline inventories....
http://www.icis.com/Articles/2011/03/02/9440247/noon-snapshot-americas-markets-summary.html
CC-MAIN-2014-49
en
refinedweb
07 December 2012 19:35 [Source: ICIS news] MEDELLIN, Colombia (ICIS)--Petroleos Mexicanos (Pemex) said on Friday that it must strengthen its resources through partnerships with the private sector, but the state-run oil company ruled out the possibility of privatisation. “Public resources are no longer sufficient to dev...
http://www.icis.com/Articles/2012/12/07/9622414/pemex-pushes-private-sector-partnerships-rules-out.html
CC-MAIN-2014-49
en
refinedweb
Hi, Is there a way in python to convert the html response to a json(non-api websites). By html response I mean the response from any websites.Is there some library functions/modules for doing that? Thanks from urllib2 import urlopen r = urlopen('') bhishan wrote:I plan to do this Return to General Discussions Users bro...
http://www.python-forum.org/viewtopic.php?f=10&t=11999
CC-MAIN-2014-49
en
refinedweb
Hiber Delete Query using HQL Can we write 'AND' with 'WHERE' clause in delete query using HQL? For example: delete from table name where field1... a look at the following link: Hibernate Delete Query In this section we will discuss how to delete record of table using HQL HQL HQL What is the HQL in hibernate ? Explain t...
http://www.roseindia.net/tutorialhelp/comment/88231
CC-MAIN-2014-49
en
refinedweb
V. wrote:In that case, since voting is on again, the 5 is yours V. wrote:Which movie? public class Naerling : Lazy<Person>{ public void DoWork(){ throw new NotImplementedException(); } } General News Suggestion Question Bug Answer Joke Rant Admin Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, C...
http://www.codeproject.com/Lounge.aspx?msg=4476764
CC-MAIN-2014-49
en
refinedweb
23 January 2008 10:49 [Source: ICIS news] (updates closing share, oil and naphtha prices in paragraphs 4-9, 12 and 15) By Jeanne Lim SINGAPORE (ICIS news)--Asia-Pacific petrochemical stocks bounced back on Wednesday from a two-day meltdown as the US Federal Reserve’s move to cut interest rates boosted investor sentimen...
http://www.icis.com/Articles/2008/01/23/9094947/asia-petchem-stocks-close-higher.html
CC-MAIN-2014-49
en
refinedweb
public class Object { private Coord3D origin; private double intensity; // In range [0..1] public Light (Coord3D origin, double intensity) { this.origin = origin; this.intensity =... Type: Posts; User: goochasauras public class Object { private Coord3D origin; private double intensity; // In range [0..1] public Light (...
http://www.javaprogrammingforums.com/search.php?s=3d7f579a8236a9e9e925c19aa830bdeb&searchid=1203202
CC-MAIN-2014-49
en
refinedweb
Checking the state of Tkinter buttons in Python In this Python tutorial, we will learn how to check and change the states of the button in Tkinter. For this, we first need to install Tkinter into our python environment. We will see a GUI window in which we will change the state of the Tkinter button by pressing it. Fir...
https://www.codespeedy.com/checking-the-state-of-tkinter-buttons-in-python/
CC-MAIN-2021-10
en
refinedweb
Tutorial Using React Hooks in Gatsby. JavaScript treats functions as first-class citizens. And we can see this in React now more than ever with the introduction of Hooks in version 16.8. They allow for state manipulation and side-effects on functional components. At its core, Gatsby uses vanilla React with all its feat...
https://www.digitalocean.com/community/tutorials/gatsbyjs-react-hooks-gatsby
CC-MAIN-2021-10
en
refinedweb
Without an example it can be hard to understand how user authentication works in a Play Framework application, so I just created a project on Github named PlayFrameworkLoginAuthenticationExample that demonstrates one way to implement login authentication in a Play Framework 2.6 application. I can write more about it if...
https://alvinalexander.com/scala/play-framework-login-authentication-example-project/
CC-MAIN-2021-10
en
refinedweb
Byte array to image conversion Byte array to image conversion Question I want to convert a byte array to an image. This is my database code from where I get the byte array: public void Get_Finger_print() { try { using (SqlConnection thisConnection = new SqlConnection(@"Data Source=" + System.Environment.MachineName + "...
https://ask4knowledgebase.com/questions/9173904/byte-array-to-image-conversion
CC-MAIN-2021-10
en
refinedweb
tfcompile is a standalone tool that ahead-of-time (AOT) compiles TensorFlow graphs into executable code. It can reduce total binary size, and also avoid some runtime overheads. A typical use-case of tfcompile is to compile an inference graph into executable code for mobile devices. The TensorFlow graph is normally exec...
https://docs.w3cub.com/tensorflow~guide/performance/xla/tfcompile
CC-MAIN-2021-10
en
refinedweb
Python Program to read a book (docx Word document) & store it in a DataFrame in Python. Problem Statement: Following code will read a book from the system in a document form and store it in a dataframe in Python. Solution: - Step 1: Convert a pdf book into .docx format. - Step 2: Import necessary libraries in the code....
https://officetricks.com/python-to-read-word-document-dataframe/
CC-MAIN-2021-10
en
refinedweb
A python library that simplify the access to the NOAA digitalelevation map. Project description Requirements If you want to use this library on any GNU/Linux or OSX system you just need to execute: $ pip install noaadem If you want to improve this library, you should download the github repository and execute: $ make d...
https://pypi.org/project/noaadem/
CC-MAIN-2021-10
en
refinedweb
Style and Format of the Quiz Will this be Synchronous or Asynchronous and how much time will I have? The quiz will of a take-home style, just like last time. It will be released on Tuesday 10/20, 4:45 PM Eastern Time and be due at midnight, Tuesday 10/20, 11:59 PM Eastern Time. International students who opted into the...
https://20f.comp110.com/students/resources/quiz2-faq.html
CC-MAIN-2021-10
en
refinedweb
- NAME - Synopsis - Description - Distributions - Installation - Constructor and Initialization - Methods - What is 'path info'? - Is there any sample code? - Why did you fork CGI::Application::Dispatch? - What version of CGI::Application::Dispatch did you fork? - How does CGI::Snapp::Dispatch differ from CGI::Applicat...
http://web-stage.metacpan.org/pod/CGI::Snapp::Dispatch
CC-MAIN-2021-10
en
refinedweb
LQR with CVXPY Holy crap this was easy. And I was able to easily add a constraint on the available force. Hot damn. It is a ridiculously tiny problem I guess, but still pretty damn cool. 0.002 second runtime. import cvxpy as cvx import numpy as np import matplotlib.pyplot as plt lookahead = 50 dt = 0.1 F = 1.0 objectiv...
http://www.philipzucker.com/lqr-with-cvxpy/
CC-MAIN-2021-10
en
refinedweb
I am having a hard time with this. Although am new here. I am using Codeigniter, This is the query code. <?php $is_member = $this->db->query("SELECT user FROM chatroom_members WHERE room='$row->id'"); $check = $is_member->result_array(); if (in_array($id, $check)) { echo "Match found"; } else { echo "Match not found"; ...
https://exceptionshub.com/php-how-can-i-check-if-a-value-is-in-codeigniter-result_array.html
CC-MAIN-2021-10
en
refinedweb
#include <Adafruit_NeoPixel.h>#define PIN 8//(2, PIN, NEO_GRB + NEO_KHZ800);void setup() { // put your setup code here, to run once: strip.begin(); strip.setBrightness(10); strip.show(); // Initialize all pixels to 'off'}void loop() { // put your main code here, to run repeatedly: strip.setPixelColor(1, strip.Color(255...
https://forum.arduino.cc/index.php?topic=590124.0
CC-MAIN-2021-10
en
refinedweb
Important: Please read the Qt Code of Conduct - [Solved]Qt cant find header, despite proper path(?)(libvlc-qt) - prawdziwy-sok last edited by Hi, so my struggle with vlc continues. I have decided to give [url=]libvlc-qt[/url] a go, and, as you can probably guess, it's not working. I'm running windows 8.1, using microso...
https://forum.qt.io/topic/41736/solved-qt-cant-find-header-despite-proper-path-libvlc-qt
CC-MAIN-2021-10
en
refinedweb
I have read through the editing and import guidelines for OSM. Contributing our data would require a considerable number of hours to do properly. Doing it properly is the only way we're interested in contributing. What kind of protection can be had for any data we might share? Note: Receiving "notifications" whenever s...
https://help.openstreetmap.org/questions/48912/how-do-i-protect-my-data
CC-MAIN-2021-10
en
refinedweb
In this tutorial, we will implement an online presentation system where the presenter can share the screen contents and their video and audio in real-time, while attendees who join the presentation can watch. For the back end portion of this application we will use Flask, a Python web application framework, while the f...
https://www.twilio.com/blog/online-presentation-python-javascript-twilio-programmable-video
CC-MAIN-2021-10
en
refinedweb
Written by Leonardo Maldonado✏️ CSS-in-JS is a commonly used concept when solving CSS problems and styling modern applications. When starting a new project, it can be tricky to decide on which CSS-in-JS library to use. A problem we often run into is that most of the time, we’re building applications that will be used b...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/logrocket/emotion-in-react-1e9c
CC-MAIN-2021-10
en
refinedweb
Overview Atlassian Sourcetree is a free Git and Mercurial client for Windows. Atlassian Sourcetree is a free Git and Mercurial client for Mac. UnitC++ UnitC++ is a modern, light weight, single-header c++ library for making unit testing easy. The intention of UnitC++ is to make it really easy to test c++ code in a porta...
https://bitbucket.org/davidcorne/unitcpp
CC-MAIN-2018-22
en
refinedweb
a simple iOS app. It will send a single message, and consume that message and log it using print. In the diagram below, "P" is our producer and "C" is our consumer. The box in the middle is a queue - a message buffer that RabbitMQ keeps on behalf of the consumer. The Objective-C client library RabbitMQ speaks multiple...
https://www.rabbitmq.com/tutorials/tutorial-one-swift.html
CC-MAIN-2018-22
en
refinedweb
tag:blogger.com,1999:blog-3877552150457541062018-05-19T10:58:09.063-07:00computed styleChris Zacharias Front-End EngineersWhen I started at YouTube nearly three and a half years ago, there was only one full-time web developer (and one other web developer who, shortly before I started, transitioned into product manageme...
http://feeds.feedburner.com/ComputedStyle
CC-MAIN-2018-22
en
refinedweb
. char *_fcvt( double value, int count, int *dec, int *sign ); value: Number to be converted count: Number of digits after decimal point dec : Pointer to stored decimal-point position sign : Pointer to stored sign indicator #include <stdlib.h> #include <stdio.h> void main( void ) { int decimal, sign; char *buffer; doub...
https://www.experts-exchange.com/questions/20161981/convert-float-double-to-string.html
CC-MAIN-2018-22
en
refinedweb
I was given a project to complete: Help determine how much time someone has left to meet a deadline - Ask a user to enter the deadline for their project - Tell them how many days they have to complete the project - For extra credit, give them the answer as a combination of weeks & days (Hint: you will need some of the ...
https://codedump.io/share/MUfJq5HM4XJh/1/errors-running-python-code-attribute-error-for-datetime-and-strptime-type-error
CC-MAIN-2018-22
en
refinedweb
The threading module is built on top of module thread and supplies multithreading functionality in a more usable, higher-level form. The general approach of threading are atomic. threading provides numerous classes for dealing with threads, including Thread, Condition, Event, RLock, and Semaphore. Besides factory funct...
http://books.gigatux.nl/mirror/pythoninanutshell/0596100469/pythonian-CHP-14-SECT-4.html
CC-MAIN-2018-22
en
refinedweb
So my instructor assigned us to create a program that calculates the area and stores that, along with coordinates, in an array. This has to be done for both triangles and squares. He is having us use separate classes for the project; the main Drawer class, parent class, square class, and triangle class. I've got a port...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/14289-im-not-sure-what-i-need-do-next-printingthethread.html
CC-MAIN-2018-22
en
refinedweb
This seemed like a really big miss, shortcuts are the usual way for people (and certainly beginners to launch applications). So I set to creating a really simple way of creating shortcuts for Python applications. Enter shortcut, a X platform (Windows, MacOS, Linux, Raspberry Pi) Python module for automatically creating...
http://www.stuffaboutcode.com/
CC-MAIN-2018-22
en
refinedweb
NetScape Portable Runtime (NSPR) provides platform independence for non-GUI operating system facilities. These facilities include threads, thread synchronization, normal file and network I/O, interval timing and calendar time, basic memory management (malloc and free) and shared library linking. History A good portion ...
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR/About_NSPR?redirectlocale=en-US&redirectslug=About_NSPR
CC-MAIN-2018-22
en
refinedweb
Click on the Play button to run the code This blog post was inspired by Mr Rooney's tweet. fit = input("what is your diet?")— Mr A. Rooney (@arooneycompsci) June 15, 2017 if fit == "beer and kebab": print ("you fatty") Ok so I'm not exactly known for my healthy eating, but it is an important part of our lives. So how c...
http://bigl.es/healthy-eating-with-python/
CC-MAIN-2018-22
en
refinedweb
BigQuery python library Project description bqlib - BigQuery python library A BigQuery python library. This library is a wrapper for bigquery_client.py. Requirements - Python 2.6 or later (not support for 3.x) Setup $ pip install bqlib How to use Single Query - BQJob BQJob is a class to start the BigQuery job and fetch...
https://pypi.org/project/bqlib/0.0.1/
CC-MAIN-2018-22
en
refinedweb
full implemented class for user_interaction based on callback functions. More... #include <user_interaction.hpp> Inherits libdar::user_interaction. Inherited by shell_interaction. full implemented class for user_interaction based on callback functions. this class is an inherited class of user_interaction it is used by ...
http://dar.linux.free.fr/doc/html/classlibdar_1_1user__interaction__callback.html
CC-MAIN-2018-22
en
refinedweb
Much better I used Collections.sort with a boxed integer array - that beats 50% - your solution is surely better and simple. in fact this one is fine too. Value of k is always guaranteed to be in range so you can ignore those checks. public class Solution { public int findKthLargest(int[] nums, int k) { if (nums == nul...
https://discuss.leetcode.com/user/kzvikzvi1
CC-MAIN-2018-22
en
refinedweb
- NAME - SYNOPSIS - DESCRIPTION - WEB SITE - DOCUMENTS - ATTRIBUTES - METHODS - available_datatype - available_typename - assign_clause - column - connect - create_model - dbh - delete - delete_all - each_column - each_table - execute - get_column_info - get_table_info - insert - include_model - like_value - mapper - m...
https://metacpan.org/pod/DBIx::Custom
CC-MAIN-2018-22
en
refinedweb
Most interacts. Locale setting is normally performed across the board for all relevant categories of cultural conventions. This wide-spectrum setting is denoted by the constant attribute LC_ALL of module locale. However, the cultural conventions handled by module locale are grouped into categories, and, in some cases, ...
http://books.gigatux.nl/mirror/pythoninanutshell/0596100469/pythonian-CHP-10-SECT-12.html
CC-MAIN-2018-22
en
refinedweb
XML Schema is an alternative to XML DTDs. It defines the document organization, like DTD, but it also provides data typing of element content and additional features. XML Schema provides many built-in datatypes such as scalar, real, date and time, URIs, and encoded binary data. User-defined datatypes can be build from ...
http://docs.oracle.com/cd/A97630_01/appdev.920/a96616/arxml15.htm
CC-MAIN-2016-22
en
refinedweb
This document is also available in these non-normative formats: PDF version and XHTML Diff markup to publication from 31 October 2007. Copyright © 2008 "Best Practices for XML Internationalization". This document was developed by the Internationalization Tag Set (ITS) Working Group, part of the W3C Internationalization...
https://www.w3.org/TR/xml-i18n-bp/
CC-MAIN-2016-22
en
refinedweb
Created on 2004-02-15 21:33 by tlynn, last changed 2004-03-02 04:49 by brett.cannon. This issue is now closed. On Win2k: Python 2.3 (#46, Jul 29 2003, 18:54:32) [MSC v.1200 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import time >>> time.strftime("%a",(1900,1,1, 1...
http://bugs.python.org/issue897625
CC-MAIN-2016-22
en
refinedweb
Le samedi 7 mai 2011 05:24:56 Eric W. Biederman, vous avez écrit :> Pieces of this puzzle can also be solved by instead of> coming up with a general purpose system call coming up> with targed system calls perhaps socketat that solve> a subset of the larger problem. Overall that appears> to be more work for less reward....
http://lkml.org/lkml/2011/5/7/48
CC-MAIN-2016-22
en
refinedweb
How to Display Something on Screen with the C Programming puts() Function When you’re programming in C, you may want your computer to display something on the screen. The puts() function sends a stream of text to the standard output device. What the heck does that mean? For now, consider that the puts() function displa...
http://www.dummies.com/how-to/content/how-to-display-something-on-screen-with-the-c-prog.html
CC-MAIN-2016-22
en
refinedweb
java.lang.Object org.apache.myfaces.dateformat.SimpleDateFormatterorg.apache.myfaces.dateformat.SimpleDateFormatter public class SimpleDateFormatter A reimplementation of the java.text.SimpleDateFormat class. This class has been created for use with the tomahawk InputCalendar component. It exists for the following reas...
http://myfaces.apache.org/tomahawk-project/tomahawk/apidocs/org/apache/myfaces/dateformat/SimpleDateFormatter.html
CC-MAIN-2016-22
en
refinedweb
class Link { public int iData; public Link next; // Constructor public Link ( int item ) { iData = item; next = null; } // Print contents public String toString () { String str = "( " + iData + " ) "; return str; } } class CircularList { private Link head; // Constructor public CircularList () { head = null; } // Inser...
http://www.dreamincode.net/forums/topic/48674-josephus-problem-with-circular-link-lists/
CC-MAIN-2016-22
en
refinedweb
VertexShader - Parameter / Matrix Issues.lars Aug 23, 2011 5:34 AM I'm trying to implement a simple mask-shader for my 2D engine and I'm having multiple issues getting it to work. Basically the shader takes two images and two matrices and tries to map back the vertex position of the sprites vertex back to the local mas...
https://forums.adobe.com/thread/894332?tstart=0
CC-MAIN-2016-22
en
refinedweb
C to Go Go! Thanks to Ivan Krasin, Carlos Cobo, Karl Magdsick, Michael Gehring, and Bob Appleyard for suggestions. CAUTION I wrote these notes long ago while I was learning Go, so they are likely outdated. Nowadays I spend most of my energy on Haskell. Go is a natural intermediate step between C and Haskell. Go’s (:=) ...
http://crypto.stanford.edu/~blynn/c2go/index.html
CC-MAIN-2016-22
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 template< typename Sequence , typename T > struct push_front { typedef unspecified type; }; push_front performs an insertion at the beginning of the sequence with guara...
http://www.boost.org/doc/libs/1_53_0/libs/mpl/doc/refmanual/push-front.html
CC-MAIN-2016-22
en
refinedweb
In this simple tutorial we will see how to implement multiple file upload in a Spring 3 MVC based application. The requirement is simple. We have a form which displays file input component. User selects a file and upload it. Also its possible to add more file input components using Add button. Once the files are select...
http://viralpatel.net/blogs/spring-mvc-multiple-file-upload-example/
CC-MAIN-2016-22
en
refinedweb
The limitations of JSON By bblfish on Jul 13, 2007... You continue to provide a very useful service by explaining semantic Web concepts in ways that mere mortals (me!) can understand. Thanks, and please continue to take the time to provide these helpful pieces. Mike Posted by Mike Bergman on July 13, 2007 at 01:42 PM C...
https://blogs.oracle.com/bblfish/entry/the_limitations_of_json
CC-MAIN-2016-22
en
refinedweb
RMI Section Index | Page 12 How can I log my remote server calls? If you start the server with the java.rmi.server.logCalls system property set to true (java -Djava.rmi.server.logCalls=true Server), you'll be able to monitor server activity. How do I send a ResultSet back to a client using RMI? java.sql.ResultSet is no...
http://www.jguru.com/faq/server-side-development/rmi?page=12
CC-MAIN-2016-22
en
refinedweb
Licensing:OpenAudioLicense - Revision history 2016-05-24T13:59:17Z Revision history for this page on the wiki MediaWiki 1.19.24 Wikibot: Licensing/OpenAudioLicense moved to Licensing:OpenAudioLicense: Moving Legal/Licensing Pages to appropriate namespaces 2008-12-21T03:34:11Z <p><a href="/wiki/Licensing/OpenAudioLicen...
https://fedoraproject.org/w/index.php?title=Licensing:OpenAudioLicense&feed=atom&action=history
CC-MAIN-2016-22
en
refinedweb
How to Raise Funds for Your Nonprofit through Direct Mail If you think you want to try large-scale direct mail fundraising at your nonprofit organization, consider hiring clear understanding of what you want to accomplish with a mail campaign (perhaps to reach out to new donors or raise a large number of modest contrib...
http://www.dummies.com/how-to/content/how-to-raise-funds-for-your-nonprofit-through-dire.html
CC-MAIN-2013-48
en
refinedweb
Create and return Akx subclass instances. More... #include <BelosAkxFactory.hpp> Create and return Akx subclass instances. This factory knows how to create various types of matrix powers kernel bases, all of which implement the Belos::Akx interface. As new matrix powers kernel implementations are added to Trilinos, thi...
http://trilinos.sandia.gov/packages/docs/r11.0/packages/belos/doc/html/classBelos_1_1AkxFactory.html
CC-MAIN-2013-48
en
refinedweb
This section demonstrates you how to delete a non empty directory. It is easy to delete a directory if it is empty by simply calling the built in function delete(). But if the directory is not empty then this method will not delete subdirectories and files of that directory. So it is necessary to recursively delete all...
http://www.roseindia.net/tutorial/java/core/files/deletenonemptydirectory.html
CC-MAIN-2013-48
en
refinedweb
Introduction A hallmark of good solution architecture is the degree of low-coupling between the components comprising an application. One design strategy first postulated by Robert C. Martin for decoupling components within object-oriented systems is the Dependency Inversion Principle. This article provides an introduc...
http://lostechies.com/derekgreer/2008/12/28/examining-dependency-inversion/
CC-MAIN-2013-48
en
refinedweb
String.Split Method (Char[], Int32) Assembly: mscorlib (in mscorlib.dll) Parameters - separator An array of Unicode characters that delimit the substrings in this instance, an empty array that contains no delimiters, or a null reference (Nothing in Visual Basic). - count The maximum number of substrings to return. Retu...
http://msdn.microsoft.com/en-us/library/windows/apps/c1bs0eda(v=vs.85)
CC-MAIN-2013-48
en
refinedweb
19 November 2009 19:32 [Source: ICIS news] HOUSTON (ICIS news)--A French court on Thursday cleared a Total subsidiary and the former director of AZF of wrongdoing in a 2001 fertilizer plant explosion that killed 31 people, according to several media reports. A court in ?xml:namespace> Biechlin and Grande Paroisse were ...
http://www.icis.com/Articles/2009/11/19/9265684/french-court-clears-total-in-2001-azf-explosion.html
CC-MAIN-2013-48
en
refinedweb
Jan Van der Haegen One of the biggest advantages LightSwitch has over conventional RAD environments I have experimented with is that the generated application isn’t a closed box. Using a virtually unlimited number of extension points, you can take control of almost any element you want. After a year of working with Lig...
http://msdn.microsoft.com/en-us/magazine/jj159885.aspx
CC-MAIN-2013-48
en
refinedweb
Getting Further with Spring RCP Creating a Table Let's now display our data in a table. First, we create the table, using the Spring RCP "AbstractObjectTable" class. This is a convenience class provided by Spring RCP, with some handy methods for setting up our table in an intuitive manner, providing a simple layer betw...
http://java.dzone.com/news/getting-further-with-spring-rc?page=0,2
CC-MAIN-2013-48
en
refinedweb
20 April 2012 06:06 [Source: ICIS news] SHANGHAI (ICIS)--?xml:namespace> The plant at Tobolsk in Tyumen Oblast, The facility will mainly supply to He explained that Thus the scale of Russian’s polymer market is relatively small and polymer consumption level is lower as well, the source added. Tobolsk-Polymer is a subsi...
http://www.icis.com/Articles/2012/04/20/9552099/chinaplas-12tobolsk-polymer-plans-pp-production-for-2013.html
CC-MAIN-2013-48
en
refinedweb
Post your Comment Create an Empty DOM Document Create an Empty DOM Document This Example shows how to create an empty DOM Document . JAXP... documents. Here the Document BuilderFactory is used to create new DOM parsers The Document Object Model (DOM) APIs The Document Object Model (DOM) APIs  ... document using the DOM...
http://www.roseindia.net/discussion/21801-Create-an-Empty-DOM-Document.html
CC-MAIN-2013-48
en
refinedweb
Patent application title: SYSTEM AND METHOD FOR PROVIDING AUTOMATED METER MANAGEMENT LAYER INTELLIGENCE TO A POWER LINE COMMUNICATIONS SYSTEM Inventors: Shmuel Goldfisher (Petach-Tikva, IL) Rami Refaeli (Kfar-Saba, IL) Assignees: Main.Net Communications Ltd. IPC8 Class: AG08C1506FI USPC Class: 34087002 Class name: Comm...
http://www.faqs.org/patents/app/20100073192
CC-MAIN-2013-48
en
refinedweb
User Tag List Results 1 to 2 of 2 How to show popup only once through cookies I want to show popup only once, and I have already written code for it but it is not working. I want to execute did_you_know_slide_in() function only once. Can anyone guide me what i am doing wrong. HTML Code: function get_cookie(Name) { var ...
http://www.sitepoint.com/forums/showthread.php?707035-How-to-show-popup-only-once-through-cookies
CC-MAIN-2013-48
en
refinedweb
I am currently preparing my developer track talks for the local Big>Days 2005 road show and - oh what a surprise - the key topic for the dev-track will of course be a lap around important new things in Visual Studio 2005 and .NET 2.0.Well and currently I am thinking about a useful demo for Generics ... and guess what ....
http://blogs.msdn.com/b/mszcool/archive/2005/05/09/415718.aspx
CC-MAIN-2013-48
en
refinedweb
Walkthrough: Developing and Using a Custom Server Control @ Register directive on each page that uses the custom control, as in the following example: , directory you created for source files in the first procedure of this walkthrough.. Embedding an Icon in the Control Assembly A visual designer such as Visual Studio 2...
http://msdn.microsoft.com/en-us/library/yhzc935f(v=vs.85).aspx?cs-save-lang=1&cs-lang=jscript
CC-MAIN-2013-48
en
refinedweb
Deploy a Phoenix app with Docker stack Ivan Iraci ・6 min read The mandatory introductions Hi everybody, this is my very first post on DEV and I want it to be as short as possible, so that anyone could be able to go straight to the point, if deploying a Phoenix app on docker is the problem at hand. We will take advantag...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/ilsanto/deploy-a-phoenix-app-with-docker-stack-1j9c
CC-MAIN-2020-24
en
refinedweb
. §.HttpFilters import play.filters.hosts.AllowedHostsFilter class Filters @Inject() (allowedHostsFilter: AllowedHostsFilter) extends HttpFilters { def filters = Seq(allowedHostsFilter) } - Java import play.mvc.EssentialFilter; import play.filters.hosts.AllowedHostsFilter; import play.http.HttpFilters; import javax.inj...
https://www.playframework.com/documentation/tr/2.5.3/AllowedHostsFilter
CC-MAIN-2020-24
en
refinedweb
Installing CUDA and cuDNN on windows 10 This is an how-to guide for someone who is trying to figure our, how to install CUDA and cuDNN on windows to be used with tensorflow. It should be noted that at the time of writing this, tensor flow is supporting only upto CUDA version 9.0 and corresponding cuDNN libraries so ple...
https://mc.ai/installing-cuda-and-cudnn-on-windows-10/
CC-MAIN-2020-24
en
refinedweb
This the third part in a four part series about how to use Python for heart rate analysis. In this part you will learn about how to improve peak detection using a dynamic threshold, signal filtering, and outlier detection. > - Part 1: Opening the data, detecting the first peaks and calculating the BPM; - Part 2: Extrac...
http://www.paulvangent.com/2016/03/30/analyzing-a-discrete-heart-rate-signal-using-python-part-3/?replytocom=120
CC-MAIN-2020-24
en
refinedweb
4. Configuring Remote GPIO¶ GPIO Zero supports a number of different pin implementations (low-level pin libraries which deal with the GPIO pins directly). By default, the RPi.GPIO library is used (assuming it is installed on your system), but you can optionally specify one to use. For more information, see the API - Pi...
https://gpiozero.readthedocs.io/en/master/remote_gpio.html
CC-MAIN-2020-24
en
refinedweb
Welcome to the Parallax Discussion Forums, sign-up to participate. binfile(fname): send a binary file to the P2 pauseafter(N): insert a 1ms pause after every N characters transmitted pausems(N): delay for N milliseconds recv(string): wait until string is received recvtimeout(N): set a timeout in ms for the recv() comma...
http://forums.parallax.com/discussion/comment/1483733/
CC-MAIN-2020-24
en
refinedweb
Create-react-app with VS Code Thibaud Ducasse Updated on ・8 min read Set up a basic React development environment using create-react-app and VS Code Requirements Note: I uploaded the final code on GitHub. Create a new project using create-react-app create-react-app provides a very easy way to generate a React app in se...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/tducasse/create-react-app-with-vs-code-22j8
CC-MAIN-2020-24
en
refinedweb