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 |
|---|---|---|---|---|---|
Holy cow, I wrote a book!
A customer was running into this problem with a shell extension:
I am writing a shell namespace extension.
I need to get data from a COM server,
which requires impersonation via
CoInitializeSecurity with
RPC_C_IMP_LEVEL_IMPERSONATE.
As I am just writing an extension into explorer.exe,
I am not... | http://blogs.msdn.com/b/oldnewthing/archive/2009/12/02/9931183.aspx | CC-MAIN-2014-52 | refinedweb | 108 | 52.56 |
I’m sorry to post about this subject with all the other stuff I’ve been promosing to cover but I just read this and wanted to share my thoughts. I was reading Tim Bray’s post the other day about the OpenOffice conference (). He brought up a point that I’ve been asked about seperately a few times related to the lack of ... | https://blogs.msdn.microsoft.com/brian_jones/2005/10/04/comments-from-tim-bray-on-opendocument/ | CC-MAIN-2016-44 | refinedweb | 8,728 | 59.13 |
Mars Exploration Hackerrank
Suppose there is a spaceship in the space which is crashed on Mars.Let’s say it was of Saifi’s spaceship. He was trying to send sequential messages to Earth for help which are of n Sequential SOS messages.But unfortunately, the message string is hindered by cosmic rays(radiation) during tran... | https://coderinme.com/mars-exploration-hackerrank-problem-solution/ | CC-MAIN-2020-45 | refinedweb | 506 | 67.65 |
. You can also write your own custom backend, see Custom template backend.
About this section
This is an overview of the Django template language’s syntax. For details see the language syntax reference.
A Django template is, and you can implement your own additional context processors, too. should look for template sou... | https://django.readthedocs.io/en/3.2.x/topics/templates.html | CC-MAIN-2022-40 | refinedweb | 329 | 59.3 |
Introduction: Light Reactive Curtain
For the last project of the semester in my Craft and Computing class, we had to make a family of items that fulfilled some need that people have. My team partner and I are all about self expression and so we decided we wanted to make something artistic to help people express themsel... | http://www.instructables.com/id/Light-Reactive-Curtain/ | CC-MAIN-2018-30 | refinedweb | 1,082 | 71.34 |
AOP – Encrypting with AspectJ
Lets say you want to encrypt a field of a class. You might think that this is not a crosscutting concern, but it is. What if throughout and entire solution you need to encrypt random fields in many of your classes. Adding encryption to each of the classes can be a significant burden and br... | https://www.rhyous.com/2012/05/26/aop-encrypting-with-aspectj/ | CC-MAIN-2021-43 | refinedweb | 902 | 58.08 |
Know what changes are in store for PHP V6 and how your scripts will change
Document options requiring JavaScript are not displayed
Help us improve this content
Level: Intermediate
Nathan A. Good (mail@nathanagood.com), Senior Information Engineer, Consultant
06 May 2008.
New PHP V6 features
PHP V6 is currently availab... | http://www.ibm.com/developerworks/opensource/library/os-php-future/ | crawl-001 | refinedweb | 1,304 | 59.84 |
ONTAP Discussions
I'd want to know , how to work load balancing multipul storage with Kubernetes
I have 2 FAS8200 Storage without cluster, and 1 FAS8300 Storage
1 kubernetes master node and 100~ worker nodes
We are going to build a service using a total of 3 storage units.
I am planning to use iscsi, and I am curious h... | https://community.netapp.com/t5/ONTAP-Discussions/K8S-Multi-storage-works-load-balancing/m-p/170111/highlight/true | CC-MAIN-2022-27 | refinedweb | 178 | 54.46 |
Import.
Before I dive into describing the import statements, let me make the distinction between an import and an include. An import statement brings in other namespaces. An include statement brings other declarations into the current namespace.
Let's look at a basic XSD import, such as the one highlighted in red in Li... | http://www.ibm.com/developerworks/xml/library/ws-tip-imports.html | crawl-002 | refinedweb | 1,325 | 65.12 |
> From: Byron DeLaBarre [mailto:byron@...]
> Subject: [PyMOL] color association with state?
> Do any pymolers out there know how to associate the color of=20
> a single object
> with its state?
Sorry, this can't be done with the current versions -- colors are either =
atomic or whole-object properties (with a couple o... | https://sourceforge.net/p/pymol/mailman/pymol-users/?viewmonth=200204&viewday=15 | CC-MAIN-2018-17 | refinedweb | 442 | 59.8 |
Hi there,
as a powershell newby i'm facing following challenge:
I want to list ALL the mails in a mailbox(Inbox,Sent,Deleted,Outbox,Personal Folders,........)
Instead of accessing the different folders (which i got working via mapi namespace,folders,items),
i created a search folder "All Documents" without criteria and... | https://community.spiceworks.com/topic/2113276-scanning-outlook-search-folders | CC-MAIN-2019-04 | refinedweb | 248 | 70.33 |
Project MySQL service
SourceForge.net provides MySQL database services on a opt-in basis.
These database services may be used for a variety of things, including:
- Data storage for dynamic project websites.
- Data storage for demos of the project's software residing in project web space.
- In support of project softwar... | http://sourceforge.net/apps/trac/sourceforge/wiki/Project%20database?version=19 | CC-MAIN-2014-15 | refinedweb | 664 | 56.35 |
Quant Basics 1: Data Sources
Introduction
Welcome to the Quant Basics series. This mini series came from the observation that most people starting in quantitative trading focus almost entirely on the generation of trading signals. While this is important, several other areas in quantitative trading strategy development... | http://aaaquants.com/2017/08/17/hello-world/ | CC-MAIN-2019-39 | refinedweb | 1,429 | 53.31 |
Yasmin Akbar-Husain and Eoin Lane show how to construct an optimistic locking solution that produces transactionally safe EJB code, portable across all application servers. The authors implement the solution in a versioned entity bean for fail-safe concurrent updates. The Optimistic Locking pattern encourages short com... | http://www.theserverside.com/discussions/thread.tss?thread_id=8122 | CC-MAIN-2016-50 | refinedweb | 2,643 | 55.27 |
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 | refinedweb | 1,716 | 56.76 |
Modern-day JavaScript developers love npm. GitHub and the npm registry are a developer’s first choice place for finding a particular package. Open-source modules add to the productivity and efficiency by providing developers with a host of functionalities that you can reuse in your project. It is fair to say that if it... | https://code.tutsplus.com/articles/how-secure-are-your-javascript-open-source-dependencies--cms-31685 | CC-MAIN-2021-17 | refinedweb | 1,519 | 55.24 |
Hi Everybody! I'm very new to Java. I started learning Java about 5 months ago in my high school computer science class, so I'm just a beginner. Earlier in class we were learning about inheritance and the keyword "extends". For example: public class subClass extends superClass. I'm very new to programming, especially o... | http://www.javaprogrammingforums.com/%20whats-wrong-my-code/35526-i-have-problem-class-inheritance-printingthethread.html | CC-MAIN-2014-35 | refinedweb | 516 | 52.66 |
This project plugs Google Gears in Ruby on Rails.
Gears on Rails helps developers to write fully offline functionnal web applications based on Gears without learning a bit of Gears.
Here we provide an demo to show what we have got and illustrate our ideas.
In this page, I am going to show how to make an offline read-on... | http://code.google.com/p/gearsonrails/ | crawl-002 | refinedweb | 723 | 59.19 |
chmod(2) chmod(2)
NAME [Toc] [Back]
chmod(), fchmod() - change file mode access permissions
SYNOPSIS [Toc] [Back]
#include <sys/stat.h>
int chmod(const char *path, mode_t mode);
int fchmod(int fildes, mode_t mode);
DESCRIPTION [Toc] [Back]
The chmod() and fchmod()wise.
S_IRUSR 00400 Read by owner.
S_IWUSR 00200 Write b... | http://nixdoc.net/man-pages/HP-UX/man2/chmod.2.html | CC-MAIN-2015-22 | refinedweb | 725 | 63.29 |
Review Questions for Exam 2
Solutions
This review sheet is intended to give you some practice questions to use in preparing for our first midterm. It is not necessarily complete. The first exam covers the reading assignments, programming projects and class/discussion material through Friday 4/2/10.
1. Re-work all quest... | http://www.cs.utexas.edu/~eberlein/cs303e/mid2ReviewSols.html | CC-MAIN-2015-27 | refinedweb | 926 | 84.78 |
ARDUINO
Shields And Hardware
Infrared Sensors
Supplier: DealExtreme
Supplier Link: (unknown)
Price: (unknown)
A simple three PIN device that is good for binary (on/off) short-range detection between 0-30mm. Uses a POT to adjust the threshold. This came with the Arduino 4WD Robot platform.
Freetronics LCD And Keypad Shi... | https://blog.mbedded.ninja/programming/microcontrollers/arduino/shields-and-hardware/ | CC-MAIN-2020-40 | refinedweb | 292 | 64.61 |
I'm trying to fetch a list of timestamps in MySQL by Python. Once I have the list, I check the time now and check which ones are longer than 15min ago. Onces I have those, I would really like a final total number. This seems more challenging to pull off than I had originally thought.
So, I'm using this to fetch the lis... | https://codedump.io/share/jscTs8VRARls/1/python-foreach-from-a-mysqldb | CC-MAIN-2018-09 | refinedweb | 329 | 61.33 |
If you have already read the article and only want to know what's new, click here. The second update is here.
I already wrote the article Yield Return Could Be Better and I must say that
async/await could be better if a stack-saving mechanism was implemented to do real cooperative threading. I am not saying that the as... | http://www.codeproject.com/Articles/357724/Async-Await-Could-Be-Better?msg=4216661 | CC-MAIN-2015-48 | refinedweb | 4,983 | 60.95 |
I presume I'm just missing something obvious, but maybe its something more serious. The namespace is reasonably new (as is the entire project). Powered by Blogger. Error: unsupported MXML namespace found (‘'). have a peek at this web-site
It so happens that the ToolTip class isn't included in the native Flex component ... | http://gsbook.org/error-could/error-could-not-resolve-to-a-component-implementation.php | CC-MAIN-2018-17 | refinedweb | 801 | 64.61 |
After doing a lot of python GTK+ work on Exaile, I’ve found that it uses glib.idle_add() extensively — and usually with good reason. idle_add is great if you want to ensure that whatever you’re calling is being called on the GUI thread, so that way you don’t have to worry too much about thread interactions as long as y... | http://www.virtualroadside.com/blog/index.php/2012/11/ | CC-MAIN-2018-05 | refinedweb | 310 | 66.07 |
Type: Posts; User: hamee67
Write a java program named ConvertDate that converts a date entered by the user into another form. the users inout will have the form
month day, year
the month will be one of the word january ,...
import java.util.*;
import java.io.*;
public class convertdate{
public static void main(String[]... | http://www.javaprogrammingforums.com/search.php?s=2a718d573c7c30b3f4b0f26a291052ea&searchid=1075359 | CC-MAIN-2014-41 | refinedweb | 110 | 62.48 |
vers
Notes
This section describes the available solvers that can be selected by the ‘method’ parameter. The default method is Brent.
Method Brent uses Brent’s algorithm to find a local minimum. The algorithm uses inverse parabolic interpolation when possible to speed up convergence of the golden section method.
Method ... | http://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.minimize_scalar.html | CC-MAIN-2016-18 | refinedweb | 238 | 58.08 |
Ideally, the hash function will assign each key to a unique bucket, but most hash table designs use an imperfect hash function, which might cause hash collisions where the hash function generates the same index for more than one key. In computing, a hash table (hash map) is a data structure that implements an associati... | http://python.algorithmexamples.com/web/data_structures/hashing/double_hash.html | CC-MAIN-2020-29 | refinedweb | 246 | 51.44 |
Search Criteria
Package Details: python2-exiv2 0.3.2-22
Required by (8)
- jbrout-git
- movietitle
- nautilus-image-tools
- nautilus-pdf-tools
- ojo (requires pyexiv2)
- ojo-bzr (requires pyexiv2)
- phatch (requires pyexiv2) (optional)
- smartshine (requires pyexiv2)
Latest Comments
codebling commented on 2020-02-02 00:... | https://aur.tuna.tsinghua.edu.cn/packages/python2-exiv2/ | CC-MAIN-2020-16 | refinedweb | 341 | 57.87 |
Project Euler 15: Find the number of routes from the top left corner to the bottom right corner in a rectangular grid.
Problem Description.
Determining the number of routes for a square grid (n × n) is the central binomial coefficient or the center number in the 2nth row of Pascal's triangle.
The formula in general for... | http://blog.dreamshire.com/project-euler-15-solution/ | CC-MAIN-2014-35 | refinedweb | 271 | 56.66 |
This documentation is archived and is not being maintained.
Advanced Save Options Dialog Box
Visual Studio 2005
Use this dialog box to select a language encoding scheme and to specify the characters to be inserted at the end of each line. To access this dialog box, open a code file for editing in Visual Studio and choo... | https://msdn.microsoft.com/en-US/library/66d2abf2(v=vs.80).aspx | CC-MAIN-2016-36 | refinedweb | 125 | 58.82 |
Search: Search took 0.02 seconds.
- 30 Jan 2011 11:48 PM
- Replies
- 6
- Views
- 5,277
Anyone have implement the way how to swap the css files which look like switchTheme from BLUE to GRAY?
- 9 Apr 2010 1:09 AM
- Replies
- 7
- Views
- 1,653
Hi~
Would like to ask how to check the target of the click is the ICON?
- 15 De... | http://www.sencha.com/forum/search.php?s=83cc8cab332d1307e2174fba95bf1fc6&searchid=3106434 | CC-MAIN-2013-20 | refinedweb | 433 | 76.11 |
Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
I understand there is GetWidth for GeUserArea.
Is there also a Get... | https://plugincafe.maxon.net/topic/12561/getwidth-for-gedialog/1 | CC-MAIN-2022-27 | refinedweb | 225 | 77.84 |
RTX51 Tiny User's Guide
Technical Support
On-Line Manuals
#include <rtx51tny.h>
char os_wait (
unsigned char event_sel, /* events to wait for */
unsigned char ticks, /* timer ticks to wait */
unsigned int dummy); /* unused argument */
The os_wait function halts the current task and waits for one or several events such ... | http://www.keil.com/support/man/docs/tr51/tr51_os_wait.htm | crawl-002 | refinedweb | 238 | 58.92 |
Hi, after I upgraded to 1.5.1 and getting material design in place, my app is working and looking great in Android. HOWEVER the view when focussing or unfoccusing the keyboard does not work as expected.
I have a Grid with icons at the bottom of my ContentPage. So when the keyboard expands the Grid should be sitting on ... | https://forums.xamarin.com/discussion/comment/244852/ | CC-MAIN-2019-18 | refinedweb | 1,013 | 51.14 |
My requirement is to pass dataframe as input parameter to a scala class which saves the data in json format to hdfs.
The input parameter looks like this:
case class ReportA(
parm1: String,
parm2: String,
parm3: Double,
parm4: Double,
parm5: DataFrame
)
def write(xx: ReportA) = JsObject(
"field1" -> JsString(xx.parm1),
... | https://codedump.io/share/0CFqepskeBrH/1/sparksql-convert-dataframe-to-json | CC-MAIN-2017-43 | refinedweb | 213 | 72.97 |
Openstack Mitaka: can not access dashboard(internal server 500)
Bug Description
Openstack Mitaka on Ubuntu 14.04.
It is a two-node environment installed following the guide:
http://
When I tried to access http://
Apache2 hangs when loading '/usr/share/
It looks like something related to dependency? Please take a look w... | https://bugs.launchpad.net/horizon/+bug/1573488 | CC-MAIN-2019-09 | refinedweb | 1,735 | 59.8 |
WCSSPN(3) Linux Programmer's Manual WCSSPN(3)
wcsspn - advance in a wide-character string, skipping any of a set of wide characters
#include <wchar.h> size_t wcsspn(const wchar_t *wcs, const wchar_t *accept);
The wcsspn() function is the wide-character equivalent of the strspn(3) function. It determines the length of t... | https://www.man7.org/linux/man-pages/man3/wcsspn.3.html | CC-MAIN-2020-29 | refinedweb | 226 | 53.71 |
Musings on Windows, Graphics, and Technology).
If you would like to receive an email when updates are made to this post, please register here
RSS
Questions from a reader:
How does it relate to the managed code APIs?
Direct2D is an unmanaged (native) code API. No part of it is managed.
Will we see a Managed Direct2D, an... | http://blogs.technet.com/thomasolsen/archive/2008/10/29/introducing-the-microsoft-direct2d-api.aspx | crawl-002 | refinedweb | 13,372 | 64.51 |
perlman gods <HR> <P> <H1><A NAME="NAME">NAME</A></H1> <P> perlref - Perl references and nested data structures <P> <HR> <H1><A NAME="DESCRIPTION">DESCRIPTION</A></H1> <P>. [perlman:perlobj] for a detailed explanation.) If that thing happens to be an object, the object is destructed. See [perlman:perlobj|the perlobj m... | http://www.perlmonks.org/index.pl/jacques?displaytype=xml;node_id=396 | CC-MAIN-2016-07 | refinedweb | 3,201 | 50.46 |
I read that the following format comes under parametric polymorphism, but can we classify it in one, either runtime or compile time polymorphism?
public class Stack<T>
{ // items are of type T, which is known when we create the object
T[] items;
int count;
public void Push(T item) {...}
//type of method pop will be dec... | http://www.dlxedu.com/askdetail/3/d0477f4c4fd76e75194c86e504e0fa22.html | CC-MAIN-2018-30 | refinedweb | 256 | 62.78 |
On 05/26/2016 09:40 AM, Michal Privoznik wrote: > I've encountered the following problem (introduced by 6326865e): > > ../../tests/testutils.c: In function 'virtTestRun': > ../../tests/testutils.c:289:5: error: implicit declaration of function 'unsetenv' [-Werror=implicit-function-declaration] > unsetenv("VIR_TEST_MOCK... | https://www.redhat.com/archives/libvir-list/2016-May/msg01976.html | CC-MAIN-2020-50 | refinedweb | 219 | 50.23 |
Red Hat Bugzilla – Bug 998937
[abrt] ypbind-1.37.1-3.fc19: __netlink_free_handle: Process /usr/sbin/ypbind was killed by signal 6 (SIGABRT)
Last modified: 2015-02-17 11:50:43 EST
Description of problem:
The system was booting.
[New LWP 829]
[New LWP 872]
[New LWP 849]
[New LWP 850]
Traceback (most recent call last):
Fi... | https://bugzilla.redhat.com/show_bug.cgi?id=998937 | CC-MAIN-2017-43 | refinedweb | 3,008 | 55.34 |
addu_sis 1.0.0
addu_sis: ^1.0.0 copied to clipboard
A Dart library for accessing AdDU Student Information System (SIS) data. Originally built for AdDU Hub Flutter app.
AdDU Student Information System Node.js Library #
A Dart library for accessing AdDU Student Information System (SIS) data. This library scrapes data usi... | https://pub.dev/packages/addu_sis/versions/1.0.0 | CC-MAIN-2021-17 | refinedweb | 315 | 50.33 |
Settings Managing on Rails Applications
Is it a nightmare to manage global settings in your Rails Apps? I used to have this problem, and I was just tired of it, so I contributed to write a gem! check this out:
MC-Settings
As its README says:
This gem provides an easy and Capistrano-friendly way to manage application co... | http://blog.magmalabs.io/2012/02/27/settings-managing-rails-aplications.html | CC-MAIN-2019-09 | refinedweb | 685 | 50.94 |
- 12 Feb, 2010 2 commits
Fixed Geni XML parse bugs. Added additional checks for absent tags. Fixed bug where the ticket was created using the original string rather than the updated rspec.
- 11 Feb, 2010 6 commits
- 10 Feb, 2010 1 commit
Added component_manager information to links in both versions 0.1 and 2 of the rsp... | https://gitlab.flux.utah.edu/emulab/emulab-devel/-/commits/50d9cc568327e432ef303e2d5fb34cdab2482685/protogeni | CC-MAIN-2021-43 | refinedweb | 236 | 66.84 |
To do some Basic Works of Excel with EPPlus Library, See this.
To do some Basic Works of Excel with EPPlus Library, See this.
Following 4 New Contents are added in this Release:
Following 4 New Contents are added in this Release:
Recently I was looking for an Advance tool through which I can generate complex
Excel Repo... | http://www.codeproject.com/Articles/680421/Create-Read-Edit-Advance-Excel-Report-in?msg=4700683 | CC-MAIN-2014-35 | refinedweb | 1,539 | 51.24 |
gnutls_pubkey_get_key_id — API function
#include <gnutls/abstract.h>
Holds the public key
should be 0 for now
will contain the key ID
holds the size of output_data (and will be replaced by the actual size of parameters)
This function will return a unique ID that depends on the public key parameters. This ID can be used... | http://man.linuxexplore.com/htmlman3/gnutls_pubkey_get_key_id.3.html | CC-MAIN-2019-22 | refinedweb | 101 | 60.04 |
XTAN allows XML software to be written expecting input in one language and then successfully handle inputs written in other (similar) languages. The other languages can be "competitors", other languages written by other people for a similar purpose, or they can be later versions or variant versions of the original lang... | http://www.w3.org/2008/02/xtan/ | CC-MAIN-2013-20 | refinedweb | 386 | 64.2 |
12.6. Object Detection Data Set (Pikachu)¶
There are no small data sets, like MNIST or Fashion-MNIST, in the object detection field. In order to quickly test models, we are going to assemble a small data set. data set on the disk and improve the reading efficiency. If you want to learn more about how to read images, re... | http://d2l.ai/chapter_computer-vision/object-detection-dataset.html | CC-MAIN-2019-18 | refinedweb | 263 | 52.26 |
later iterations of Windows, the .NET Framework began shipping with the operating system; and, life became even easier as a .NET developer. What could possibly improve?
This setup served us well, but Microsoft's burly .NET ecosystem had grown stale. There was one glaring issue in particular — the ecosystem's reliance ... | https://www.telerik.com/blogs/migration-asp-net-core-considerations-strategies | CC-MAIN-2019-51 | refinedweb | 2,421 | 60.11 |
Investors in The Materials Select Sector SPDR Fund (Symbol: XLU) saw new options begin trading today, for the May 22nd expiration. At Stock Options Channel, our YieldBoost formula has looked up and down the XLU options chain for the new May 22nd contracts and identified one put and one call contract of particular inter... | https://www.nasdaq.com/articles/interesting-xlu-put-and-call-options-for-may-22nd-2020-04-02 | CC-MAIN-2021-39 | refinedweb | 371 | 64.61 |
I have been using Ruby for a while now and I find, for bigger projects, it can take up a fair amount of memory. What are some best practices for reducing memory usage in Ruby?
Don't do this:
def method(x) x.split( doesn't matter what the args are ) end
or this:
def method(x) x.gsub( doesn't matter what the args are ) e... | https://codedump.io/share/1XXuGPAxZPzq/1/ruby-memory-management | CC-MAIN-2017-17 | refinedweb | 140 | 85.39 |
The inconsistencies of AWS EKS IAM permissions
AWS EKS is a remarkable product: it manages Kubernetes for you, letting you focussing on creating and deploying applications. However, if you want to manage permissions accordingly to the shared responsibility model, you are in for some wild rides.
Image courtesy of unDraw... | https://rpadovani.com/eks-iam-permissions | CC-MAIN-2022-33 | refinedweb | 1,127 | 50.87 |
Java Language Integrity & Security: Uncovering Bytecodes
Obviously, there is a Java language specification. Although the Microsoft version of java.exe will run only on a Windows platform, the java compiler on UNIX and other platforms must abide by the same Java language specification. Despite the fact that each individ... | https://www.developer.com/design/article.php/10925_3663526_2/Java-Language-Integrity-amp-Security-Uncovering-Bytecodes.htm | CC-MAIN-2017-47 | refinedweb | 837 | 57.06 |
I wanted to test if a key exists in a dictionary before updating the value for the key.
I wrote the following code:
if 'key1' in dict.keys():
print "blah"
else:
print "boo"
in is the intended way to test for the existence of a key in a
dict.
d = dict() for i in xrange(100): key = i % 10 if key in d: d[key] += 1 else: d... | https://codedump.io/share/MNhL8aUY0qEv/1/check-if-a-given-key-already-exists-in-a-dictionary | CC-MAIN-2016-50 | refinedweb | 151 | 79.19 |
API (extension) instance enumerationJon Tara Apr 22, 2015 4:38 PM
I am struggling to understand the intended use and implementation of enumeration of API instances. In particular, I am interested in understanding it in the context of Rhodes native extensions. However, the same code structure is used in (many of) the in... | https://developer.zebra.com/thread/30249 | CC-MAIN-2017-34 | refinedweb | 1,537 | 57.57 |
On the basis of the part of URL that the router will use to track the content that the user is trying to view, React Router provides three different kinds of routers:
Pre-requisite: Before start this article you need to have basic knowledge of React Router.
Memory Router: Memory router keeps the URL changes in memory n... | https://www.geeksforgeeks.org/reactjs-types-of-routers/ | CC-MAIN-2020-50 | refinedweb | 344 | 63.09 |
Hello everyone, I am so close to achieving my goal with this program. I just can't seam to figure out where the for loop goes wrong and "mis-counts" the amount of consonants and vowels. Also, in the else...if statement if anyone has advise to make it so it excludes all characters (like !, -, ...etc) besides vowels that... | http://www.javaprogrammingforums.com/whats-wrong-my-code/7653-counting-vowels-consonants-string.html | CC-MAIN-2016-30 | refinedweb | 284 | 58.58 |
Creation of a matching game with Flash and AS3
Filed Under Actionscript 3, Flash, Game design • 15 Comments
This tutorial was inspired by the one written at chapter 3 in ActionScript 3.0 Game Programming University, but I changed some mechanics because I did not like some choices made by the author.
Anyway, this is not... | http://www.emanueleferonato.com/2008/05/02/creation-of-a-matching-game-with-flash-and-as3/ | crawl-002 | refinedweb | 1,731 | 70.73 |
Clojure: expectations unit testing wrap-up
Join the DZone community and get the full member experience.Join For Free
The previous blog posts on expectations
unit testing syntax cover all of the various ways that expectations can
be used to write tests and what you can expect when your tests fail.
However, there are a f... | https://dzone.com/articles/clojure-expectations-unit | CC-MAIN-2020-45 | refinedweb | 711 | 55.74 |
A Github repo but that I didn’t find interesting or important enough to reproduce here.
Last week we looked at some tweaking and barely any functional changes. This week I looked at my giant list of features I was considering and implemented the most complicated one. It all started with an idea for a monster: the wrait... | https://projectwirehead.home.blog/2019/07/07/roguelike-tutorial-week-3-the-wraith/ | CC-MAIN-2021-04 | refinedweb | 2,352 | 50.63 |
Translation Guidelines¶
Zulip’s has full support for Unicode (and partial support for RTL languages), so you can use your preferred language everywhere in Zulip. We also translate the Zulip UI into more than a dozen major languages, including Spanish, German, Hindi, French, Chinese, Russian, and Japanese, and we’re alw... | https://zulip.readthedocs.io/en/latest/translating/translating.html | CC-MAIN-2019-47 | refinedweb | 737 | 61.87 |
django-pagetimerdjango-pagetimer
Simple but effective endpoint for tracking users' time spent on pages.
backgroundbackground
Often, we have clients ask to see metrics on how long users spent on each page of the application. Tracking that properly in the wild is actually really difficult and comes with a lot of caveats ... | https://libraries.io/pypi/django-pagetimer | CC-MAIN-2018-47 | refinedweb | 533 | 61.77 |
ioctl_tty(2) [bsd man page]
IOCTL_TTY(2) Linux Programmer's Manual IOCTL_TTY(2) NAME
ioctl_tty - ioctls for terminals and serial lines SYNOPSIS
#include <termios.h> int ioctl(int fd, int cmd, ...); DESCRIPTION
The ioctl(2) call for terminals and serial ports accepts many possible command arguments. Most require a third... | https://www.unix.com/man-page/bsd/2/ioctl_tty | CC-MAIN-2022-40 | refinedweb | 1,310 | 65.22 |
Hey guys,
the following code snippet is from my textbook (section about file I/O):
I typed it exactly like it is given in my textbook, but the program wouldn't even let me type in the target's file name.I typed it exactly like it is given in my textbook, but the program wouldn't even let me type in the target's file na... | http://cboard.cprogramming.com/cplusplus-programming/144806-file-i-o-example-book-wont-work-printable-thread.html | CC-MAIN-2015-18 | refinedweb | 230 | 67.55 |
Build a simple python web crawler
pranay749254
Aug 20 '17
What is a Web Crawler?
Web crawler is an internet bot that is used for web indexing in World Wide Web.All types of search engines use web crawler to provide efficient results.Actually it collects all or some specific hyperlinks and HTML content from other websit... | https://practicaldev-herokuapp-com.global.ssl.fastly.net/pranay749254/build-a-simple-python-web-crawler | CC-MAIN-2018-39 | refinedweb | 540 | 61.56 |
New TopicSylvain Leroux Feb 19, 2008 12:25 PM
Hi there,
First a word of warning: I'm new to Seam, EJB3, JSF, Hibernate, and so on... So please forgive me for this
newbie question.
Conversation, as I understand it
I have some trouble with the @End annotation in my stateful session bean (conversation scope). As I have sa... | https://developer.jboss.org/message/661318 | CC-MAIN-2019-30 | refinedweb | 1,792 | 55.64 |
Hey all. I'm trying to get dynamic memory working (im making a quick file-system based database system, and I need the dynamic alloc in there) but it doesnt seem to be working...
Right now im using this code to test (with NetBeans g++):
and this leads to the cmd to instantly crash (no error flag of a bad allocation has... | https://cboard.cprogramming.com/cplusplus-programming/139581-cplusplus-dynamic-arrays.html | CC-MAIN-2017-26 | refinedweb | 179 | 64.98 |
Kotlin does indeed use default arguments and named parameters. This was something I really enjoy in Python but isn’t supported in Java.
For those people who aren’t familiar with the term, named arguments is a feature in a programming language where a developer can specify the name of a parameter and assign it a value w... | https://stonesoupprogramming.com/2017/06/03/kotlin-koans-part-4/ | CC-MAIN-2018-05 | refinedweb | 471 | 65.62 |
# Recovering Data of a Windows To Go Workspace
Read more about this portable version of Windows: how to create and boot it. How to recover data with a Windows To Go drive, or from a drive containing the portable version of the operating system. Windows To Go is a new tool inside Windows 10 that can be used to create a... | https://habr.com/ru/post/553410/ | null | null | 1,444 | 52.19 |
LiveView makes it easy to solve for some of the most common UI challenges with little to no front-end code. It allows us to save JavaScript for the hard stuff––for complex and sophisticated UI changes. In building out a recent admin-facing view that included a table of student cohorts at the Flatiron School, I found my... | https://elixirschool.com/blog/sorting-a-table-with-live-view-live-links/ | CC-MAIN-2021-25 | refinedweb | 1,282 | 55.13 |
Experts Exchange connects you with the people and services you need so you can get back to work. your file is fixed length line file, then it is
Using fseek ( fp, 0, END) go to the end of file,
Then as you know the no of bytes in each line [being a fixed length line file],
again use fseek with a negative value of the s... | https://www.experts-exchange.com/questions/20790045/File-Manipulation.html | CC-MAIN-2018-13 | refinedweb | 630 | 69.82 |
All functions and data in Houdini is represented as nodes. In Houdini Engine, nodes are identified via the HAPI_NodeId. Most things that you can do in Houdini with nodes, you can also do with HAPI. For example, setting parameters on a node. See Parameters.
Given a HAPI_NodeId you can fill a HAPI_NodeInfo struct with a ... | http://www.sidefx.com/docs/hengine3.0/_h_a_p_i__nodes.html | CC-MAIN-2018-51 | refinedweb | 412 | 62.27 |
The Trident Stream class provides a number of methods that modify the content of a
stream. The
Stream.each() method is overloaded to allow the application
of two types of operations: filters and functions.
For a complete list of methods in the Stream class, see the Trident JavaDoc.; } }
Trident functions are similar to... | https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.1/bk_storm-component-guide/content/storm-trident-operations.html | CC-MAIN-2017-47 | refinedweb | 250 | 55.44 |
Execute a file
#include <unistd.h> int execve( const char * path, char * const argv[], char * const envp[] );
This function is declared in <process.h>, which <unistd.h> includes.
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The execve() function replaces ... | http://www.qnx.com/developers/docs/6.5.0SP1.update/com.qnx.doc.neutrino_lib_ref/e/execve.html | CC-MAIN-2022-27 | refinedweb | 192 | 54.22 |
[
]
Navis commented on HIVE-4737:
-----------------------------
If it would be exposed to client, how about make a interface?
> Allow access to MapredContext
> -----------------------------
>
> Key: HIVE-4737
> URL:
> Project: Hive
> Issue Type: Improvement
> Affects Versions: 0.11.0
> Reporter: Nicolas Lalevée
>
> In ... | http://mail-archives.apache.org/mod_mbox/hive-dev/201306.mbox/%3CJIRA.12652909.1371226267542.121311.1371354081165@arcas%3E | CC-MAIN-2018-05 | refinedweb | 116 | 50.02 |
We've been using Magento at work lately, for clients. Its hard sometimes because the clients complain about stuff like "not being able to print shipping labels". Has anyone used magento and if so do you like it?Read more
Hi all I have a script need to snip in to the custom.phtml How do I snip it in correctly? such as I... | https://extraproxies.com/tag/magento/ | CC-MAIN-2021-43 | refinedweb | 473 | 54.63 |
#include "nsIUrlListener.idl" 00040 00041 interface nsIURI; 00042 interface nsIStreamListener; 00043 interface nsIMsgWindow; 00044 00045 [ref] native nsFileSpec(nsFileSpec); 00046 00047 %{C++ 00048 #include "nsFileSpec.h" 00049 %} 00050 00051 [scriptable, uuid(EEF82460-CB69-11d2-8065-006008128C4E)] 00052 interface nsI... | https://sourcecodebrowser.com/lightning-sunbird/0.9plus-pnobinonly/ns_i_mailbox_service_8idl_source.html | CC-MAIN-2017-51 | refinedweb | 181 | 54.12 |
Scripting electronic components with Raspberry Pi Pico and MicroPython
Raspberry Pi Pico is a board from the Raspberry Pi foundation. It's based on RP2040 microcontroller that provides 26 GPIO allowing us to control various electronic components at low cost and very low power consumption. Lets go over some of such comp... | https://rk.edu.pl/en/scripting-electronic-components-raspberry-pi-pico/ | CC-MAIN-2021-21 | refinedweb | 2,523 | 68.6 |
Custom Root Element
I have a page class (PageRadioWide) in which I want to inherit from UiPageFeature but I'm getting the following error:
PageRadioWide.xaml(2,5): error MC3074: The tag 'UiPageFeature' does not exist in XML namespace 'clr-namespace:ACPUi'. Line 2 Position 5.
Can anyone provide some assistance? Thanks i... | http://social.msdn.microsoft.com/forums/en/wpf/thread/863877a3-8041-48dc-ab7e-eec7c6bcecb1/ | crawl-002 | refinedweb | 518 | 59.8 |
Lambda Expressions in Kotlin
Last modified: November 5, 2018
1. Overview
In this article, we’re going to explore Lambdas in the Kotlin language. Keep in mind that lambdas aren’t unique to Kotlin and have been around for many years in many other languages.
Lambdas Expressions are essentially anonymous functions that we ... | https://www.baeldung.com/kotlin-lambda-expressions | CC-MAIN-2019-04 | refinedweb | 1,435 | 52.29 |
The Alpha AXP, part 16: What are the dire consequences of having 32-bit values in non-canonical form?
Raymond
On the Alpha AXP, 32-bit values are typically represented in so-called canonical form. But what happens if you use a non-canonical representation?
Well, it depends on what instruction consumes the non-canonical... | https://devblogs.microsoft.com/oldnewthing/20170829-00/?p=96897 | CC-MAIN-2019-43 | refinedweb | 921 | 54.36 |
Steps to Deploy your Trading Robot to the Cloud
7 min read
I recently helped a newbie Python Developer host his trading robot on the cloud, which made me realize how daunting this process can be for people just starting with the world of programming. It gets even more confusing because of the wide variety of industry t... | https://tradewithpython.com/steps-to-deploy-your-trading-robot-to-the-cloud | CC-MAIN-2022-21 | refinedweb | 1,435 | 71.65 |
django-formfield 0.2
django-formfield
Change Log
- 0.1.3
- Fixed bug when a form’s initial value evaludated to False
- pep8 related fixes
Getting Started
django-formfield is a form field that accepts a django form as its first argument, and validates as well as render’s each form field as expected. Yes a form within a ... | https://pypi.python.org/pypi/django-formfield/ | CC-MAIN-2015-27 | refinedweb | 433 | 56.35 |
brewer2mpl 1.4.1
Connect colorbrewer2.org color maps to Python and matplotlib
NOTICE
brewer2mpl is now Palettable! brewer2mpl will no longer be updated, but will stay available here for the foreseeable future.
To launch your browser and see a color map at colorbrewer2.org use the colorbrewer2 method:
bmap.colorbrewer2(... | https://pypi.python.org/pypi/brewer2mpl | CC-MAIN-2017-47 | refinedweb | 164 | 50.23 |
Represent a travel containning Point(s) More...
#include <Travel.hpp>
Represent a travel containning Point(s)
Travel class is not only an array containing Point(s) but also a sequence listing of the Point(s).
Definition at line 27 of file Travel.hpp.
Default Constructor.
Definition at line 49 of file Travel.hpp.
Copy C... | http://samchon.github.io/framework/api/cpp/d4/d7b/classsamchon_1_1examples_1_1tsp_1_1Travel.html | CC-MAIN-2022-27 | refinedweb | 237 | 54.08 |
10 hours ago,Frank Hileman wrote
@kettch: Thanks, but in the mydigitallife forum thread, I could not see any namespace that was definitely for immediate mode rendering.
Indeed, there isn't. The only graphics namespace that's available is Windows.Graphics.Imaging which is a simple wrapper for WIC. Well, there's Windows.... | https://channel9.msdn.com/Forums/Coffeehouse/New-Direct2D-wrapper-for-next-version-of-net/f3cfc65291c74695a8cf9f110086669a | CC-MAIN-2015-48 | refinedweb | 142 | 66.94 |
Is addeventlistener at DOM level 2 ? what else is in DOM level 2 and what is the different between DOM level 1 and 2 ?
That's a broad question. Maybe a Google search will provide quicker and more detailed answered.
Web Development, Mobile Apps - Hands-on Training Online - Online Marketing
Give me some elements in DOM l... | http://www.webdeveloper.com/forum/showthread.php?260421-DOM-level-2 | CC-MAIN-2014-10 | refinedweb | 412 | 66.23 |
the following sample code is crashing with this error when I close the application:
QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
import sys
from PyQt4 import QtGui ,QtCore
app = QtGui.QApplication(sys.argv)
data=[]
data.append("one")
model=QtGui.QStringListModel(data)
combobox=QtGu... | https://codedump.io/share/cA9Wj5wzzowR/1/error-in-model-view-implemention-of-gui-in-pyqt | CC-MAIN-2018-22 | refinedweb | 273 | 56.66 |
Up, working on my java skills.
The isDelimiter function is suppose to return true if there is a delimiter in the string and false otherwise. The main is suppose to call this function and count the number of words in the string:
Here is what I came up with:
import java.util.*; public class NumberOfWordsInString { public... | http://www.javaprogrammingforums.com/whats-wrong-my-code/37162-delimiter-function-number-words-string.html | CC-MAIN-2014-35 | refinedweb | 201 | 58.89 |
Freelance need help wsdl fileJobs
You will
create java soap client for 2 services: 1st. one use client certificate for security 2nd. use IP whitelisting (you need to provide a static ip and I'll whitelist it) and username/password for security WSDL and test environment are already deployed. I can also provide working s... | https://www.dk.freelancer.com/job-search/freelance-need-help-wsdl-file/ | CC-MAIN-2018-47 | refinedweb | 443 | 72.26 |
16 May 2008 08:55 [Source: ICIS news]
?xml:namespace>
“So far, we have not been hearing any shipping schedules being affected. As long as the ports are not affected, it will be business as usual,” a broker said.
Demand for chemical tonnage remained lacklustre but is slowly picking up for June nominations.
Another broke... | http://www.icis.com/Articles/2008/05/16/9124313/china-chem-shipping-activity-unaffected-by-quake.html | CC-MAIN-2014-41 | refinedweb | 109 | 65.32 |
30 November 2010 17:35 [Source: ICIS news]
TORONTO (ICIS)--?xml:namespace>
The rate for
Sequentially, Canadian third-quarter economic growth was up 0.3% from the second, following a 0.6% gain in the second quarter from the first, the agency said.
On a monthly basis, however, Canadian GDP growth fell 0.1% in September f... | http://www.icis.com/Articles/2010/11/30/9415348/canadas-economic-growth-slows-to-1.0-in-third-quarter.html | CC-MAIN-2014-52 | refinedweb | 227 | 58.69 |
A hyperclick provider that lets you jump to where variables are defined.
This project was created primarily to assist navigating projects that use many small modules. This project solves some of my problems and I share it in the hope that it solves some of yours.
js-hyperclick is a scanner that integrates with hypercli... | https://github-atom-io-herokuapp-com.global.ssl.fastly.net/packages/js-hyperclick | CC-MAIN-2021-21 | refinedweb | 510 | 65.62 |
:Simple Helloworld.
In this (archived) article we will learn how to start Qt programing using Qt in Carbide.c++. We will create a simple Hello World program which can be written in Qt.
Note: This article is based on Carbide C++ and Qt SDK for Symbian (which may be deprecated later), if you would like to use Qt Creator ... | http://developer.nokia.com/community/wiki/Archived%3ASimple_Helloworld_in_Qt | CC-MAIN-2014-52 | refinedweb | 346 | 62.58 |
Streams FAQ¶
Attention
We are looking for feedback on APIs, operators, documentation, and really anything that will make the end user experience better. Feel free to provide your feedback via email to
users@kafka.apache.org.
General¶
Is Kafka Streams a project separate from Kafka?¶
No, it is not. The Kafka Streams API ... | https://docs.confluent.io/platform/current/streams/faq.html | CC-MAIN-2022-21 | refinedweb | 922 | 56.96 |
Accord.Net makes it easy to add Image Stitching/Panoramas to your application
- Posted: Nov 23, 2011 at 6:00AM
![if gt IE 8]> <![endif]>
I know I'm on a little bit of an "image" kick, but when I saw today's project, though originally published a year ago, I liked how it shows off something that you might think is hard ... | https://channel9.msdn.com/coding4fun/blog/AccordNet-makes-it-easy-to-add-Image-StitchingPanoramas-to-your-application | CC-MAIN-2016-40 | refinedweb | 359 | 64 |
span8
span4
span8
span4
World_Contours.zip
ffs2postgis.fmw
contour-rasterizationpostgis.fmw
rasterizerrunnerpostgis.fmw
Latest (post-release) FME 2009 or FME 2010 is needed to run the attached workspaces!
This scenario shows how to prepare raster tiles from vector data for web mapping platforms. The scenario uses Micro... | https://knowledge.safe.com/articles/606/rasterization-for-web-mapping-platforms.html?smartspace=web-cloud_2 | CC-MAIN-2019-04 | refinedweb | 3,133 | 70.02 |
I'm learning with a book and one of the excercises is to have the computer guess a number of which you think. My problem is that I need to keep altering the range which works for a couple tries then it seemingly forgets the range and goes on its own.
//Computer guesses your number #include <iostream> #include <cstdlib>... | https://www.daniweb.com/programming/software-development/threads/498641/computer-guesses-your-number | CC-MAIN-2017-39 | refinedweb | 123 | 56.79 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.