text
stringlengths
454
608k
url
stringlengths
17
896
dump
stringclasses
91 values
source
stringclasses
1 value
word_count
int64
101
114k
flesch_reading_ease
float64
50
104
Configure parameters You can change the configuration of Planning Analytics Workspace Local by modifying a paw configuration file. Do not change the values in defaults.env. Use paw.env to override a value in defaults.env. - ADMINTOOL_PORT Added in v2.0.44 - In IBM® Planning Analytics Workspace Local version 2.0.44 or l...
https://www.ibm.com/docs/en/planning-analytics/2.0.0?topic=local-configure-parameters
CC-MAIN-2022-05
refinedweb
1,136
53.07
Introduction: Arduino Bluetooth Tank With Custom Android Application (V1.0) Hello! this is a guide for how to build a simple and cheap Arduino based Bluetooth tank. This is the first stage of this project and only involves the development of a moving tank track based vehicle. The second stage is the Android Application...
https://www.instructables.com/id/Arduino-Bluetooth-Tank-With-Custom-Android-Applica/
CC-MAIN-2020-29
refinedweb
3,366
71.95
Recently I received a bunch of emails asking how to install java libraries. So, in this tutorial I’ll show you how. Since I use Eclipse in all of my tutorials, I’ll show you how to install java libraries with Eclipse. I use Eclipse because it is free and looks the same on every operating system. Specifically I’ll show ...
http://www.newthinktank.com/2012/01/how-to-install-java-libraries/
CC-MAIN-2016-50
refinedweb
926
84.17
We’re in the second day of the lambda week. Today you’ll learn about the options you have when you want to capture things from the external scope. Local variables, global, static, variadic packs, this pointer… what’s possible and what’s not? The Series This blog post is a part of the series on lambdas: - The syntax cha...
https://www.bfilipek.com/2020/08/lambda-capturing.html
CC-MAIN-2021-04
refinedweb
902
53.44
Viewing Structure of a Source File You can examine the structure of the file currently opened in the editor using the Structure tool window or the Structure pop-up window. By default, RubyMine shows all the namespaces, classes, methods, and functions presented in the current file. To have other members displayed, turn ...
https://www.jetbrains.com/help/ruby/8.0/viewing-structure-of-a-source-file.html
CC-MAIN-2018-05
refinedweb
123
64.41
When I first began to learn React, I didn't even realize there was a difference between class components and stateless functional components. I thought they were just different ways to write the same thing. In some ways, they are. In many ways, they aren't the same. In this article, I'll explain the differences between...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/iam_timsmith/class-components-vs-stateless-functional-components-51he
CC-MAIN-2020-34
refinedweb
878
65.42
I read sometimes in newsgroups about problems with Rave and printer drivers, especially HP, e.g. 2600. The interesting thing is, that the customer can print without any problems with MS-office or other application, but with Nevrona Rave Reports there is a Division by zero exception with some drivers. An update of the d...
http://rave-notes.blogspot.com/2008/01/rave-reports-and-problems-with-hp.html
CC-MAIN-2018-34
refinedweb
405
66.13
TL;DR I start trying to write a library and get sidetracked into learning about Haskell’s type system. So last time, I talked about Wai and how you could use it directly. However, if you’re going to do that, you’ll need a routing library. So, let’s talk about how we could build one up. One of the first things you’d nee...
https://colourcoding.net/2015/03/02/a-route-to-learning-the-haskell-type-system/
CC-MAIN-2021-49
refinedweb
1,816
65.22
. One of the highlights of BUILD last week was the announcement that SignalR, a framework for real-time client to server (or cloud, if you will) communication, would be a real supported thing now with the weight of Microsoft behind it. Love the open source flava!>() method to get a reference to the hub, and then makes ...
http://weblogs.asp.net/jeff/default.aspx?PageIndex=2
CC-MAIN-2013-48
refinedweb
1,403
61.06
From: Preston A. Elder (prez_at_[hidden]) Date: 2005-01-29 22:40:20: In this code, the validate functions are only there to handle how the value being converted is stored, NOT how to convert the value. The validate_internal class does the actual conversion by default. However a substitute for this may be passed to the ...
https://lists.boost.org/Archives/boost/2005/01/79416.php
CC-MAIN-2021-43
refinedweb
343
59.23
Microsoft Security Bulletin MS01-030 - Critical Incorrect Attachment Handling in Exchange OWA Can Execute Script Published: June 06, 2001 | Updated: June 13, 2003 Version: 3.1 Originally posted: June 06, 2001 Updated: June 13, 2003 Summary Who should read this bulletin: System administrators who have deployed Outlook W...
https://technet.microsoft.com/en-us/library/security/ms01-030.aspx
CC-MAIN-2015-27
refinedweb
1,408
56.66
Python client for Solr Project description solr-dsl A high-level library for querying Solr with Python. Built on the lower-level Pysolr. Supports Python 2 and 3. Example from pysolr import Solr from solr_dsl import Field, Range, Search solr = Solr(' query = (Field('doc_type', 'solution') & Range("date", '2018-01-01T00:...
https://pypi.org/project/solr-dsl/
CC-MAIN-2022-21
refinedweb
105
60.51
Heap is an efficient data structure used for managing data during the execution of algorithms like heapsort and priority queue. It supports insert and extract min (or max) operations efficiently. Heap achieves this by maintaining a partial ordering on the data set. This partial ordering is weaker than the sorted order ...
http://geekrai.blogspot.com/2013/05/heap-data-structure.html
CC-MAIN-2019-04
refinedweb
894
74.08
Odin Monkey: ARM support RESOLVED FIXED in mozilla23 Status () People (Reporter: luke, Assigned: mjrosenb) Tracking Firefox Tracking Flags (Not tracked) Details (Whiteboard: [gdc2013]) Attachments (2 attachments, 15 obsolete attachments) Marty has graciously volunteered to add ARM support to Odin. This is mostly adding...
https://bugzilla.mozilla.org/show_bug.cgi?id=840285
CC-MAIN-2019-18
refinedweb
4,311
56.55
Hyper-V VHDX support Registered by Alessandro Pilotti Hyper-V uses the VHD and VHDX formats for virtual disks. VHDX has been introduced with Windows Server 2012, providing better performance and the ability to resize differential disks (aka CoW in the driver's implementation). VHDX disks are not supported on Windows Se...
https://blueprints.launchpad.net/nova/+spec/hyper-v-vhdx
CC-MAIN-2021-39
refinedweb
112
56.25
Hello I must merge two text files which contain a variable number of numbers. Both of these text files are sorted from lowest to highest value and when they are merged into one list must retain this property. My friend and I were working on developing code for this but we have no idea if this is right. This is what we ...
https://cboard.cprogramming.com/cplusplus-programming/83776-sorting-two-lists-into-one.html
CC-MAIN-2018-05
refinedweb
300
57.1
Living With Arduino and the L298N H-Bridge for Bi-Polar Stepper Motor Control The above module is an L298N daughter board I bought off Amazon a week ago, and getting it working has been a rather frustrating journey that is finally seeing some resolution today. This was a major reason I thought I would put together an i...
http://www.instructables.com/id/Living-With-Arduino-and-the-L298N-H-Bridge-for-Bi-/
CC-MAIN-2017-26
refinedweb
1,391
58.05
History | View | Annotate | Download (4.57 KB) /* * $OpenBSD: dup2test.c,v 1.3 2003/07/31 21:48:08 deraadt Exp $ * $OpenBSD: dup2_self.c,v 1.3 2003/07/31 21:48:08 deraadt Exp $ * $OpenBSD: fcntl_dup.c,v 1.2 2003/07/31 21:48:08 deraadt Exp $ * * Written by Artur Grabowski <art@openbsd.org> 2002 Public Domain. * $FreeBSD...
http://roboticsclub.org/redmine/projects/scoutos/repository/revisions/03e9c04a454a17f4ca7c67eb5a87c251d9e8fac0/entry/prex-0.9.0/usr/test/dup/dup.c
CC-MAIN-2014-15
refinedweb
773
83.46
Now that we understand controllers we’re going to create one for Posts. The Posts handler should have the following actions: With what we’ve learned already you could write all of these actions yourself. Fortunately, the bulk of this functionality is already provided to you by Ferris via the Scaffold. To demonstrate th...
http://ferris-framework.appspot.com/docs21/tutorial/4_scaffolding.html
CC-MAIN-2017-13
refinedweb
871
74.29
Investors in CRISPR Therapeutics AG (Symbol: CRSP) saw new options become available this week, for the June 19th expiration. At Stock Options Channel, our YieldBoost formula has looked up and down the CRSP options chain for the new June 19th contracts and identified one put and one call contract of particular interest....
https://www.breathinglabs.com/monitoring-feed/genetics/first-week-of-crsp-june-19th-options-trading/
CC-MAIN-2020-45
refinedweb
356
65.22
and load an egg in Trac. In the advanced parts you'll learn how to serve templates and static content from an egg. You should be familiar with component architecture and plugin development. This plugin is based on the example in the plugin development article. Here we extend it a bit further. Required items First you ...
https://trac-hacks.org/wiki/EggCookingTutorial/BasicEggCooking?version=31
CC-MAIN-2017-04
refinedweb
330
52.97
This book is about describing the meaning of programming languages. The author teaches the skill of writing semantic des 276 12 2MB English Pages 240 [229] Year 2021 This book is about describing the meaning of programming languages. The author teaches the skill of writing semantic des 446 112 2MB Read more From the In...
https://dokumen.pub/understanding-programming-languages-1nbsped-9783030592561-9783030592578.html
CC-MAIN-2022-40
refinedweb
75,224
51.78
raise. The program creates four stacks, one for each of the terms. It then interleaves the term computations by iteration, performing in turn one multiply from each. When all have performed five multiplies, the individual products are returned and totaled. /* * This program demonstrates the use of regsave(), regrest() ...
http://sandbox.mc.edu/~bennet/thrd/tstest4_cc.html
CC-MAIN-2019-09
refinedweb
591
84.17
Next, install the following libraries using pip: pip install nltk pip install sklearn Then, create a list of list that represents the rows and columns of the CSV file: import csv reviews = [row for row in csv.reader(open('reviews.csv'))] print reviews This generates the following output: [ ['Text', 'Sentiment', 'Topic'...
https://monkeylearn.com/blog/introduction-to-topic-modeling/
CC-MAIN-2022-27
refinedweb
1,247
53
Your country is at war and your enemies are using a secret code to communicate with each other. you have managed to intercept a message that reads as follows: :mmZ\dxZmx]Zpgy The message is obviously encrypted using the enemy's secret code. You have just learned that their encryption method is based on the ASCII code. ...
https://www.daniweb.com/programming/software-development/threads/174874/project-using-strings-help
CC-MAIN-2022-33
refinedweb
278
57.1
On Sun, 23 Nov 1997, Roy T. Fielding wrote: > >LocationMatch/Location do collapse double slashes, but I consider this to > >be a bug. They are documented to work in the URI space, not in the > >filespace. > > Yep, that's a bug. Dean's analysis matches what I would have said. > >RFC1738, RFC1808, and Roy's new draft app...
http://mail-archives.apache.org/mod_mbox/httpd-dev/199711.mbox/%3CPine.GSO.3.96.971124092846.1197E-100000@elect6.jrc.it%3E
CC-MAIN-2018-43
refinedweb
117
75.81
About me Follow @sdorman Scott Guthrie has a great blog post about some really cool editor improvements in Visual Studio 2008. As Scott points out, one of the big annoyances with VS2005 as the fact that the intellisense window obscures any code behind it. In VS2008, if you hold down the "Ctrl" while the Intellisense wi...
http://geekswithblogs.net/sdorman/archive/2007/08/08/Visual-Studio-2008-Code-Editor-Improvements.aspx
CC-MAIN-2018-22
refinedweb
169
55.68
Boxing and unboxing in C# What is Boxing and unboxing in c# ? - Boxing. Sample Code using System; class Test { static void Main() { Console.WriteLine(3.ToString()); } } click below button to copy the code. By - c# tutorial - team - calls the object-defined ToString method on an integer literal. Sample Code class Test {...
https://www.wikitechy.com/tutorials/csharp/boxing-and-unboxing-in-csharp
CC-MAIN-2019-43
refinedweb
298
66.44
Abstract Syntax Tree is a very strong features in Python. Python AST module allows us to interact with Python code itself and modify it. Table of Contents Python AST Module With the Python AST module, we can do a lot of things like modifying Python code and inspect it. The code can be parsed and modified before it is c...
https://www.journaldev.com/19243/python-ast-abstract-syntax-tree
CC-MAIN-2021-21
refinedweb
612
64.61
Artifact 7f3ea8c4686db8e40b0a0e7a8e0b00fac13aa7a3: - File ext/userauth/sqlite3userauth.h — part of check-in [ffd61fb4] at 2017-02-25 20:57:46 on branch trunk — Add an 'extern "C"' block to header file sqlite3userauth.h. (user: dan size: 3591) [more...] /* ** 2014-09-08 ** ** The author disclaims copyright to this sourc...
https://sqlite.org/src/artifact/7f3ea8c4686db8e4
CC-MAIN-2020-16
refinedweb
454
54.02
I'm trying to stop rv from loading files with certain extensions. Just simply ignore them and do nothing. From what I can gather, not loading them is not possible. I'm instead trying to UNload them after they are loaded by calling commands.deleteNode() on a new-source event but this is not working (seg faults instead)....
https://support.shotgunsoftware.com/hc/en-us/community/posts/360009449074-how-to-not-load-or-unload-files-with-certain-extensions?page=1
CC-MAIN-2019-30
refinedweb
662
51.75
JSF REST GET-request troubles Gregory Androsov Greenhorn Joined: Apr 24, 2013 Posts: 5 posted Apr 24, 2013 09:00:35 0 Hello! I'm newbie in JSF . Also I'm from Russia and my English is bad. So I hope you'll forgive me if I write stupidities. I use richfaces 4.3 and Eclipse Juno as my enviroment. I'm trying to use get-p...
http://www.coderanch.com/t/610249/JSF/java/JSF-REST-request-troubles
CC-MAIN-2014-10
refinedweb
882
66.03
Introduction In the first part of this lecture, I introduce the structure of memory chunk and the internal implementation of memory allocation in ptmalloc. In this part, I will continue the remaining part in ptmalloc. First, I will give a introduction on deallocation and reallocation procedure in ptmalloc. Then I will ...
https://dangokyo.me/2017/12/12/introduction-on-ptmalloc-part-2/
CC-MAIN-2019-30
refinedweb
2,176
61.06
21 April 2011 11:31 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The plant will be shut for five days, the source said. Titan’s other facilities at the site includes a 480,000 tonne/year PP plant as well as its No 1 and 2 naphtha crackers, which have a combined capacity of 720,000 tonnes/year. They were not af...
http://www.icis.com/Articles/2011/04/21/9454364/malaysias-titan-shuts-hdpelldpe-swing-plant-on-power.html
CC-MAIN-2014-41
refinedweb
114
64.81
go to bug id or search bugs for Description: ------------ I suggest adding a function htmlentities_decode() as a replacement for html_entity_decode() and possibly deprecate that one. It is really misleading and unintuitive because there are functions htmlspecialchars() and htmlspecialchars_decode() doing similar thing....
https://bugs.php.net/bug.php?id=52424
CC-MAIN-2018-17
refinedweb
1,024
65.62
I have a Mock Service running in SOAPUI and I want to get the message inside the SOAP Body for the Request and write it out to a file. I have tried many methods but just can't seem to get the SOAP Body. I can get the Request which is the SOAP Envelope but get stuck here. I am writing some groovy script in the OnRequest...
https://community.smartbear.com/t5/SoapUI-Open-Source/Write-SOAP-Body-to-File-for-Mock-Service/m-p/205194/highlight/true
CC-MAIN-2021-25
refinedweb
383
68.16
A while ago I mentioned a voting website I created and a home-grown REST-ful library I created that I use in the site's code. I'm thinking that the library might be useful to others, but I'd like some feedback, both on it's probable utility and on the code in the library itself. (Update: REST = Representational State T...
http://www.perlmonks.org/?node_id=648593
CC-MAIN-2018-22
refinedweb
1,308
61.56
Lately, I've realized that game state management is always vastly overcomplicated. Here's a brain dead simple system that does everything you probably need in a straightforward way. Just what the heck is a game state?Well, what happens when you boot up a game? You probably see some credit to the engine, get shown "the ...
https://www.gamedev.net/articles/programming/general-and-gameplay-programming/brain-dead-simple-game-states-r4262/
CC-MAIN-2018-51
refinedweb
579
75.3
The New Anonymous Types Feature in C# 3.0 At the PDC 2005, on the eve of the release of C# 2.0 (C# Whidbey), Microsoft previewed its plans for C# 3.0 (C# Orcas). Along with a list of fantastic new features such as Language Integrated Query (LINQ), Redmond also described a new feature called anonymous types. This articl...
https://www.developer.com/net/csharp/article.php/3589916/The-New-Anonymous-Types-Feature-in-C-30.htm
CC-MAIN-2018-22
refinedweb
631
57.67
Ganglia and Nagios, Part 1 Monitor enterprise clusters with Ganglia Install, configure, and extend open source Ganglia to effectively monitor a data center Content series: This content is part # of # in the series: Ganglia and Nagios, Part 1 This content is part of the series:Ganglia and Nagios, Part 1 Stay tuned for a...
https://www.ibm.com/developerworks/linux/library/l-ganglia-nagios-1/index.html
CC-MAIN-2019-47
refinedweb
4,818
64.2
Created on 2015-10-15 08:05 by serhiy.storchaka, last changed 2018-11-04 21:31 by rhettinger. Proposed(!) These all look good except for perhaps #5 which I need to look at a bit more for its effect on OD subclasses. Thanks. Thank you for your review Eric. As for using Py_TYPE(self) instead of the __class__ attribute in...
https://bugs.python.org/issue25410
CC-MAIN-2020-16
refinedweb
2,207
68.36
Regular expressions (a.k.a. RegEx) appear almost as a separate language inside .Net Framework. Their syntax looks cryptic for beginners thus many ASP.NET and other .Net developers avoid to learn regular expressions as long as possible, while using only classic string manipulation when work with textual data. Although r...
https://beansoftware.com/NET-Tutorials/Write-Regular-Expressions.aspx
CC-MAIN-2021-49
refinedweb
1,091
64.61
>> outrageously one-sided. The passenger had the option of requesting to board before everybody else, and the option to request a seat up front. He did not do that. He started crying as he was wheeled down the aisle, and was sent to his seat. To accommodate him, they moved him to a different seat where his friend was a...
http://www.economist.com/comment/1806259
CC-MAIN-2015-14
refinedweb
1,679
60.35
Terry Reedy wrote: > "Bruno Desthuilliers" <onurb at xiludom.gro> wrote in message > news:452a6a61$0$22844$426a74cc at news.free.fr... >> The current namespace object, of course. > > Implementing a namespace as a Python object (ie, dict) is completely > optional and implementation dependent. For CPython, the local name...
https://mail.python.org/pipermail/python-list/2006-October/404703.html
CC-MAIN-2014-15
refinedweb
121
69.18
US7152983B2 - Lamina comprising cube corner elements and retroreflective sheeting - Google PatentsLamina comprising cube corner elements and retroreflective sheeting Download PDF Info - Publication number - US7152983B2US7152983B2 US10404265 US40426503A US7152983B2 US 7152983 B2 US7152983 B2 US 7152983B2 US 10404265 US1...
https://patents.google.com/patent/US7152983B2/en
CC-MAIN-2018-17
refinedweb
9,932
54.12
Optimize with a SATA RAID Storage Solution Range of capacities as low as $1250 per TB. Ideal if you currently rely on servers/disks/JBODs Page 2 of 5 JDOM's greatest strengths include its ease of use and specification compliance, but some developers criticize its performance. At the time of this writing, JDOM has not y...
http://www.javaworld.com/javaworld/jw-09-2002/jw-0927-xmlglossary.html?page=2
crawl-003
refinedweb
544
62.48
In this tutorial, we will see How To Convert Python Dictionary To CSV File Example. CSV (Comma Separated Values) is the most common file format that is widely supported by many platforms and applications. Use the CSV module from Python’s standard library. The easiest way is to open a CSV file in ‘w’ mode with the help ...
https://appdividend.com/2019/11/14/how-to-write-python-dictionary-to-csv-example/
CC-MAIN-2020-29
refinedweb
623
65.32
Getting the test case correct, any more ideas for testcases that is not matching my logic? I can’t figure it out. Getting the test case correct, any more ideas for testcases that is not matching my logic? I can’t figure it out. Several problems with that code. I suggest you create a couple of tables of test cases for ...
https://discuss.codechef.com/t/need-help-with-nukes/19950
CC-MAIN-2020-40
refinedweb
311
78.59
Deprecation Notice:I've been updating the lessons now that SDL2 is officially released, please visit my new site on Github that has updated lessons and improved code. In this lesson we will learn a simple method for drawing a bmp image to a screen, the image below to be specific. You can download the image above by rig...
http://twinklebeardev.blogspot.com/2012/07/lesson-1-hello-world.html
CC-MAIN-2019-47
refinedweb
2,151
70.23
********************************************************** THE SYSTEMS INTERNALS NEWSLETTER ********************************************************** |-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-|-+-| January 6, 2000 – In this issue: 1. WHAT’S NEW AT SYSTEMS INTERNALS – PsKill v1.0 – PsList v1.1 – WinObj v2...
https://blogs.technet.microsoft.com/sysinternals/2000/01/06/volume-2-number-1/
CC-MAIN-2017-22
refinedweb
4,058
54.12
JSON::MergePatch This gem augments Ruby's built-in JSON library to support merging JSON blobs in accordance with the draft-snell-merge-patch draft. As far as I know, it is a complete implementation of the draft. If you find something that's not compliant, please let me know. Installation Add this line to your applicati...
https://www.rubydoc.info/gems/json-merge_patch/frames
CC-MAIN-2018-22
refinedweb
276
56.66
TODO(MS-2346): Update documentation below. This directory demonstrates how you create modules with Dart and Flutter. At the moment this document assumes that every module gets built as part of the core fuchsia build and included in the bootfs. (More samples located in //topaz/examples/ui/) This example demonstrates how...
https://fuchsia.googlesource.com/fuchsia/+/3a2c9b130f545121abbc96f99745c50c560282db/docs/development/languages/dart/mods.md
CC-MAIN-2021-49
refinedweb
958
50.23
pypeaks 0.2.7 Python module with different methods to identify peaks from data like histograms and time-series data Identifying peaks from data is one of the most common tasks in many research and development tasks. pypeaks is a python module to detect peaks from any data like histograms and time-series. Following are ...
https://pypi.python.org/pypi/pypeaks/0.2.7
CC-MAIN-2015-48
refinedweb
371
56.15
XML Indexes in SQL Server 2005 Bob Beauchemin SQLskills.com August 2005 Summary: Use the relational query engine in SQL Server 2005 to make a single query plan for the SQL and XQuery parts of your queries, and make the implementation of XML queries fast and easy to predict and tune. (12 printed pages) Contents Introduc...
https://msdn.microsoft.com/en-us/library/ms345121(v=sql.90).aspx
CC-MAIN-2018-26
refinedweb
3,965
58.32
java.lang.Object org.apache.shale.usecases.rolodex.RolodexDaoorg.apache.shale.usecases.rolodex.RolodexDao public class RolodexDao Data Access Object for the roledex use case. public static final char[][] TAB_INDEX Tab indexes for the rolodex. Each sub array represents the starting and ending character index. public Rol...
http://shale.apache.org/1.0.4/shale-apps/shale-clay-usecases/apidocs/org/apache/shale/usecases/rolodex/RolodexDao.html
CC-MAIN-2016-26
refinedweb
288
50.23
org.openide.xml.XMLUtil I suddenly realized that my ruminations on org.openide.xml.XMLUtil, yesterday, might be helpful to someone I met at the NetBeans booth at Sun Tech Days in Johannesburg, a few weeks ago. He wanted to create a NetBeans plugin that would generate language-specific client stubs from a WSDL file. The...
http://blogs.sun.com/geertjan/entry/org_openide_xml_xmlutil
crawl-001
refinedweb
626
71.24
We are about to switch to a new forum software. Until then we have removed the registration on this forum. I recently had this discussion on stack overflow and a user pointed me out that maybe i am leaving the openGL context in a different state each run, and that maybe i can switch openGL context. wich made me look in...
https://forum.processing.org/two/discussion/22449/switching-opengl-context
CC-MAIN-2019-35
refinedweb
566
66.78
This module extends SQLAlchemy and provides additional DDL [1] support. Extensions to SQLAlchemy for altering existing tables. At the moment, this isn’t so much based off of ANSI as much as things that just happen to work with multiple databases. Extends ANSI SQL dropper for column dropping (ALTER TABLE DROP COLUMN). D...
http://readthedocs.org/docs/sqlalchemy-migrate/en/v0.7.2/api.html#sqlite-d
crawl-003
refinedweb
2,883
52.15
On Tue, 2009-06-23 at 15:53 -0700, Jeremy Fitzhardinge wrote:> On 06/23/09 15:41, Benjamin Herrenschmidt wrote:> >> Do you have any other cases in mind where it would be helpful?> >> > >> > Well, it might be for virtual device discovery etc... but don't bother> > now. We might talk about it at KS for those interested. ...
https://lkml.org/lkml/2009/6/23/699
CC-MAIN-2016-44
refinedweb
248
60.45
Porting GuideThis chapter lists and describes compiler and/or linker errors and other problems that can occur when porting existing code to Digital Mars C++. What's in This Chapter - General porting issues. - Porting issues pertaining to code written with Microsoft Visual C++. - Porting issues pertaining to code writte...
http://www.digitalmars.com/ctg/ctgPorting.html
CC-MAIN-2015-14
refinedweb
5,170
56.25
I was using only html emails which worked from my Rails 3.1.4 app, but I decided to add text only emails to make them multipart and now the email arrives blank. I also started using Sendgrid's Heroku addon - not sure if that is part of it. When I look in my heroku logs, I can see that both views, the .erb and .html.erb...
http://m.dlxedu.com/m/askdetail/3/9adb140be91d9a2613fa2c39a5ec5cd9.html
CC-MAIN-2019-04
refinedweb
290
75.3
6. Source Files and Namespaces A Visual Basic .NET program consists of one or more source files. When a program is compiled, all of the source files are processed together; thus, source files can depend on each other, possibly in a circular fashion, without any forward-declaration requirement. The textual order of decl...
http://msdn.microsoft.com/en-us/library/aa711883(v=vs.71).aspx
CC-MAIN-2014-15
refinedweb
235
55.84
Fundamental concepts of plugin infrastructuresAugust 7th, 2012 at 5:31 pm I have always been fascinated by the idea of plugins – user-developed modules that are not part of the core application, but that nevertheless allow extending the application’s capabilities. Many applications above a certain size allow some level...
http://eli.thegreenplace.net/2012/08/07/fundamental-concepts-of-plugin-infrastructures/
CC-MAIN-2014-15
refinedweb
3,122
55.54
gelfclient 0.0.3 A UDP client for sending message in the Graylog Extended Log Format (GELF) gelfclient Python client for sending UDP messages in Graylog Extended Log Format (GELF). Messages are zlib compressed, and support the GELF chunked encoding. Since messages are sent with UDP, the log method should return quickly...
https://pypi.python.org/pypi/gelfclient
CC-MAIN-2015-48
refinedweb
228
54.83
Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo! Not eligible to see or edit group visibility for this bug. View Bug Activity | Format For Printing | XML | Clone This Bug This is the request for ebuild for Zope-2.7.0 as it is now the latest STABLE release. Reproducible: Always Steps to Reproduce: *** B...
http://bugs.gentoo.org/41508
crawl-002
refinedweb
5,003
67.35
A histogram is commonly used to plot frequency distributions from a given dataset. Whenever we have numerical data, we use histograms to give an approximate distribution of that data. It shows how often a given value occurs in a given dataset. Matplotlib 2D Histogram is used to study the frequency variation of a given ...
https://www.pythonpool.com/matplotlib-2d-histogram/
CC-MAIN-2021-43
refinedweb
1,029
67.35
I’m still trying to figure out imports in 1.3. I’m having trouble accessing my Meteor.methods after removing insecure. File structure: App client/ main.js server/ main.js imports/ api/ methods/ methods.js ui/ myview.jsx My Meteor.call() in myview.jsx does not seem to work and I get an access denied. I tried importing t...
https://forums.meteor.com/t/how-to-import-meteor-method-file/21427
CC-MAIN-2022-33
refinedweb
127
57.23
This is the second in my new series on Getting Started With Silverlight (please see the first article for information on the series and where to get the software you need). [updated11/8] Don’t Start with Xaml… Until recently, just about every introduction to Silverlight started out by talking about Xaml; the markup lan...
https://jesseliberty.com/2009/11/06/designer-v-xaml-v-code/
CC-MAIN-2021-25
refinedweb
2,291
64.51
Marcelo Tosatti wrote:> The void pointer case in here its being done math on without any problem. What is the> problem with void pointer math There is a problem regarding the C standard. The semantics of 'void *' are well definedand only allow for limited use. Basically, you can cast any pointer to and from 'void *',bu...
http://lkml.org/lkml/2004/4/15/250
CC-MAIN-2016-36
refinedweb
186
73.37
Shane Henderson's Blog covering JobBurner.com, starting and running a business, software development, technology, and the North Dallas .NET Users Group Giovanni Gallucci over at QuesoCompuestoTV came over for a visit a few days ago and interviewed me about the architecture and technology behind JobBurner.com. We discus...
http://weblogs.asp.net/shenderson/
crawl-002
refinedweb
1,580
65.42
Elasticsearch Django app Project Description Elasticsearch for Django This is a lightweight Django app for people who are using Elasticsearch with Django, and want to manage their indexes. NB the master branch is now based on ES5.x. If you are using ES2.x, please switch to the ES2 branch (released on PyPI as 2.x) Searc...
https://pypi.org/project/elasticsearch-django/
CC-MAIN-2018-09
refinedweb
1,500
52.09
Hey, Scripting Guy! I would like to write a script, with a number of sequential actions, that can continue where it left off after a reboot. How can I do that? -- GS Hey, GS. By the way, what are you doing at 10:00 AM Eastern Daylight Time today? Nothing? Great; then we’ll see you at the Orange County Convention Center...
https://blogs.technet.microsoft.com/heyscriptingguy/2008/06/11/hey-scripting-guy-how-can-i-get-a-script-to-pick-up-where-it-left-off-after-a-reboot/
CC-MAIN-2018-13
refinedweb
1,690
72.16
Generics Generics were introduced in the JDK 5.0 as a language enhancement. Generics are heavily used Java Collection Framework interface. Generics can be used to define methods, classes and interfaces that can operate with different data types. Why Use Generics - Generics provide compile-time safety - Removes unnecess...
https://java-book.peruzal.com/generic/genericsmd.html
CC-MAIN-2018-22
refinedweb
514
51.99
This is my interface mac address To search for the substring from the lines of string i use the search method. This is the pattern pattern = r"([0-9a-fA-F]{2}:){5}[0-9a-fA-F]{2}" And in order to return the substring only use the group() method. # this is an example on how to get the mac address using regex. from subpro...
https://cyruslab.net/2019/11/18/pythonregex-to-find-mac-address/
CC-MAIN-2022-27
refinedweb
278
60.14
Hi everyone, I've got to shift the beta release until tomorrow evening. Advertising I got pretty far moving the code out of the Zope 3 tree, but the app namespace is just too large for right now and I don't want to let my script run without me sitting next to it in case it goes berserk on the repository. 56 packages to...
https://www.mail-archive.com/zope3-dev@zope.org/msg08372.html
CC-MAIN-2017-17
refinedweb
184
79.4
Performance is always very important. By using a Component-preload.js file in your custom developed Fiori App (“Build your own Fiori App in the cloud”) startup and runtime performance can be improved. Probably you saw already “negatively” the Component-preload.js file as failed http request in your custom developed Fio...
https://blogs.sap.com/2015/04/27/performance-improvement-with-component-preloadjs/
CC-MAIN-2021-17
refinedweb
1,608
68.26
Hide Forgot Description of problem: 1) Printing to cups printer available on the network. 2) Printjob is sent and prints 3)the gnome notification printer icon appears 4)clicking on the applet brings up the status window. 5)Printjob physically completes on the remote printer but the status window never updates the print...
https://bugzilla.redhat.com/show_bug.cgi?id=134292
CC-MAIN-2019-18
refinedweb
3,040
66.33
. mclass wrote:Having had a Wemo Insight switch fall into my hands, I have searched the Indigo forums for means to integrate the device with Indigo - without success Searching further, I have come across a script that I have successfully deployed (with some minor changes) as a series of action groups to turn the Wemo o...
https://forums.indigodomo.com/viewtopic.php?t=11979&p=164228
CC-MAIN-2019-13
refinedweb
1,184
57.67
Ok, so I just made this account because I'm super stuck. Basically I need to create a math quiz that takes a users input (1 through 12), have it spit out a question, i.e What is 5 x 12? however if the user enters 5, it must randomly generate a question asking the user his 5x tables. i.e What is 5x3? What is 5x7? and so...
https://www.daniweb.com/programming/software-development/threads/476401/java-multiplication-quiz
CC-MAIN-2021-31
refinedweb
288
61.63
Hi, I recently had a friends son ( that is learning java on his own) ask me to create a simple sample urban slang translator, and since its been a few years since Ive messed around with java I am running into a problem. If my memory serves me correct I remember spending hours on a project only to realize all the proble...
http://www.javaprogrammingforums.com/whats-wrong-my-code/10118-creating-slang-translator.html
CC-MAIN-2015-27
refinedweb
235
72.05
Running a program on Pythonista and Sublime Text.) You are most likely running the script on your mac on Python 2.7 and on the iPad on Python 3.5 (Pythonistas default). With Python 3.0 the Python 2.x - set Pythonista to Python 2.7 in the settings golbally - or just for one instance by long pressing the play button - or...
https://forum.omz-software.com/topic/4112/running-a-program-on-pythonista-and-sublime-text
CC-MAIN-2021-39
refinedweb
459
73.37
Glossary Item Box This is a step-by-step guide to the process of reverse mapping database views. They differ from the regular tables and that is why an additional step has to be performed during the mapping.All examples in the article are based on the Northwind database and a project of type Class library. The project ...
http://www.telerik.com/help/openaccess-classic/openaccess-tasks-mapping-views.html
CC-MAIN-2017-17
refinedweb
473
74.39
The move command in Unix shell script: abc = /dir1/dir2 def = /dir3/dir4 mv $abc/file.txt $def This is throwing error when executing the Unix shell script We encourage you to read our updated PRIVACY POLICY and COOKIE POLICY. The move command in Unix shell script: abc = /dir1/dir2 def = /dir3/dir4 mv $abc/file.txt $def...
https://it.toolbox.com/question/the-move-command-in-unix-is-throwing-error-when-executing-unix-shell-script-020313
CC-MAIN-2020-24
refinedweb
692
74.19
Quant Basics 8: Bootstrapping and Response Surface In the last section we investigated how the strategies we’ve selected from our train-test cluster were distributed in the parameter plot. We saw that they form a dense cluster in that plot which indicates that the PnL’s we see are not a result of overfitting since we w...
http://aaaquants.com/2017/09/20/quant-basics-8-bootstrapping-and-response-surface/
CC-MAIN-2019-39
refinedweb
445
57.57
I have this program in Java to read a database written in a .txt format (file name is "info.txt"). It has the values record number, name, age, state, and salary class written in it. I've named the array to read that database as "ven[]". The program will load that text-file database into that array to display on the scr...
http://forums.codeguru.com/printthread.php?t=536229&pp=15&page=1
CC-MAIN-2018-05
refinedweb
478
70.09
Alright, So I thought to myself Boy wouldn't it be great if all of the objects stored a pointer to the sprite that I'd like to have them render with? Sounds fantastic to me! Thus I made this little file looking something like this //Spritelist.h #pragma once #include "Sprite.h" namespace SpriteList { static Sprite Play...
http://www.gamedev.net/topic/637789-a-little-confusion-with-rendering-a-sprite/
CC-MAIN-2016-26
refinedweb
431
57.06
04 August 2009 12:06 [Source: ICIS news] LONDON (ICIS news)--Yuzhny ammonia shipments reached 118,258 tonnes in July, up 31,000 tonnes from the 86,909 tonnes exported in the previous month, customs data showed on Tuesday. Exports of Russian ammonia totalled 100,277 tonnes, up from 86,909 tonnes in June, while Ukrainian...
http://www.icis.com/Articles/2009/08/04/9237021/yuzhny-ammonia-exports-up-31000-tonnes-in-july.html
CC-MAIN-2013-48
refinedweb
139
58.32
in my project i need to read sensor data which is transmitted and received on RFID interfaced to the pc through rs232.this data i have to make use in my mysql database.so i wanted to know how i read my port using vb6 and then update it to database.i created the database using wampserver. i got no prior experience of hi...
http://www.dreamincode.net/forums/topic/293273-com-port-reading/page__pid__1709828__st__0
CC-MAIN-2016-22
refinedweb
148
73.98
set_needs_display() explained Hello everybody I try to get to know pythonistas ui-module. I would like to code the ui manually, so far I refuse editors, because I think I'd miss some learning. And I need some. Please :) Anyway, my try is a "Merrills" -game. The board is the ui.View. I'm struggling to put the players pi...
https://forum.omz-software.com/topic/3813/set_needs_display-explained/6
CC-MAIN-2019-39
refinedweb
963
72.02
Having had to switch gears from JS to AS to solve a database integration problem, I could use some help getting specific XMP out of my AI files via AppleScript. Extracted this from the InDesign forums... doesn't work for illustrator (gives error "expected expression but found property") tell links set InhouseClient to ...
http://forums.adobe.com/message/4611619
CC-MAIN-2014-15
refinedweb
1,311
68.81
NUMA(3) Linux Programmer's Manual NUMA(3) numa - NUMA policy library #include <numa.h> cc ... -lnuma int numa_available(void); int numa_max_possible_node(void); int numa_num_possible_nodes(); int numa_max_node(void); int numa_num_configured_nodes(); struct bitmask *numa_get_mems_allowed(void); int numa_num_configured_c...
https://man7.org/linux/man-pages/man3/numa.3.html
CC-MAIN-2020-40
refinedweb
3,795
56.66
Back in the October 2007 issue of MSDN Magazine, we published an article on the beginning stages of what has become the Task Parallel Library (TPL) that's part of the Parallel Extensions to the .NET Framework. While the core of the library and the principles behind it have remained the same, as with any piece of softwa...
http://blogs.msdn.com/pfxteam/archive/2007/11/29/6558543.aspx
crawl-002
refinedweb
3,011
63.8
CodePlexProject Hosting for Open Source Software I'm going to need a web service for an Orchard site soon, but the access to that web service should be controlled, i.e. client would be required to authorize themselves. How would you go? I thought about WCF, but besides it being non-trivial to use in Orchard it also see...
https://orchard.codeplex.com/discussions/353559
CC-MAIN-2017-04
refinedweb
3,027
59.19
Contents So, what's the agenda? So why MVC when ASP.Net behind code was so good? Problem number 1:- UNIT Testing Problem 2 :- The reality of separation of code and UI Our HERO MVC (Model, view and controller) Pre-requisite for MVC Lab1:- Creating a simple hello world ASP.NET MVC Application Video demonstration for Lab ...
http://www.dotnetspark.com/MNPpP/kb/kb/kb/kb/4804-learn-mvc-model-view-controller-step-by.aspx
CC-MAIN-2014-49
refinedweb
2,343
72.76
import "github.com/sqp/godock/widgets/confmenu" Package confmenu provides a menu widget for the GUI. Only contains save and close buttons but can embed more widgets (as a box). var IconSize = gtk.ICON_SIZE_SMALL_TOOLBAR IconSize defines the default icon size. Controller defines methods used on the main widget / data so...
https://godoc.org/github.com/sqp/godock/widgets/confmenu
CC-MAIN-2019-35
refinedweb
122
62.04
Update pubspec.yaml It's often useful to provide sync (convenient) and async (concurrent) versions of the same API. dart:io does this with many APIs including Process.run and Process.runSync. Since the sync and async versions do the same thing, much of the logic is the same, with just a few small bits differing in thei...
https://dart.googlesource.com/when/+/e59714e7b06e62eeef0c48e91c58d288c26c87fe
CC-MAIN-2021-04
refinedweb
274
51.44
about the content download facility development using WCF with one of my clients, I proposed the solution of defining operation contracts with a Stream return type from WCF services and consuming it in client application. However the client’s requirement was to make use of the WCF REST service for file downloading e.g...
https://www.dotnetcurry.com/wcf/723/download-files-using-wcf-rest-endpoints
CC-MAIN-2018-39
refinedweb
488
54.73
Barcode Software CAM DESIGN HANDBOOK in Software Compose 2d Data Matrix barcode in Software CAM DESIGN HANDBOOK A. Increase by a factor of 2 B. Increase by a factor of 2 C. Decrease by a factor of 2 D. Decrease by a factor of 2 E. Remain constant because the average length of each segment will generate, create barcodes...
http://www.businessrefinery.com/yc3/431/76/
CC-MAIN-2021-49
refinedweb
1,575
55.84
Testing Creating a battery of good unit test cases is an important part of ensuring the quality of your application over its lifecycle. To aid developers with their testing efforts, GWT provides integration with the popular JUnit unit testing framework and Emma code coverage tool. GWT allows JUnit test cases to run in ...
https://www.gwtproject.org/doc/latest/DevGuideTesting.html
CC-MAIN-2022-21
refinedweb
2,972
56.45
A couple of weeks back I had spent some time setting up several VSAN Stretched Clusters in my lab for some testing and although it was extremely easy to setup using the vSphere Web Client, I still prefer to stand up the environment completely automated 🙂 In looking to automate the VSAN Stretched Cluster configuration,...
https://www.virtuallyghetto.com/2015/10/automating-full-configuration-of-a-vsan-stretched-cluster-using-rvc.html
CC-MAIN-2017-47
refinedweb
478
54.97