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 |
|---|---|---|---|---|---|
The Home For MSBee Blogging
After working on the DDCPX team and in the Developer Solutions group for over a year, I’ve switched to a new team in Microsoft. Consequently, this means I’ll no longer be working on the MSBee project. This was a difficult decision considering how much I’ve enjoyed developing MSBee and the po... | http://blogs.msdn.com/clichten/default.aspx | crawl-002 | refinedweb | 2,437 | 63.9 |
This new standard distribution provides numerous improvements of performance for
model setup and simulation in general. Particularly noteworthy features include:
- New command line switches for nrngui or nrniv.
-h prints a summary of command line options
-c "statement" causes execution of the hoc command "statement" o... | https://www.neuron.yale.edu/phpBB2/viewtopic.php?f=22&t=920&sid=dca0e4b3f58ff8879258f7a33da8dd69 | CC-MAIN-2021-21 | refinedweb | 490 | 57.37 |
Hi all,
First-timer and first post. I have been given a task of convert large data files to/from a self-defined format. In the "xml" form, the format for each record is:
<power> <name> </name> <level> </level> <kind> </kind> <source> </source> <flavor> </flavor> <type> </type> <keywords> </keywords> <action> </action> ... | https://www.daniweb.com/programming/software-development/threads/140743/handling-text-files-and-applying-defined-template | CC-MAIN-2017-34 | refinedweb | 489 | 61.56 |
Submitted by Florian R. on.
Possible frameworks
There is huge number of possible frameworks, language extensions and libraries. Most of are building upon Pthreads, which is the abbreviation for POSIX Threads. PThreads is the available API of POSIX-conformant operating systems like Linux and therefore the obvious door t... | https://software.intel.com/en-us/node/393182 | CC-MAIN-2016-30 | refinedweb | 3,821 | 53.51 |
On Thursday 16 October 2008, Fernando Apesteguía wrote: >2008/10/16 Steve Repo <scmuser gmail com>: >> On Thu, Oct 16, 2008 at 1:31 PM, David Hláčik <david hlacik eu> wrote: >>> Hi, ATI finally released drivers working with xorg 1.5 shipped in Fedora. >>> >>> What really makes me angry is ,that ATI ignored Fedora, and ... | https://www.redhat.com/archives/fedora-list/2008-October/msg01601.html | CC-MAIN-2018-09 | refinedweb | 561 | 74.59 |
Quick Flex 3 question...
If I extend UIComponent to create a custom component and I simply create a new ComboBox object in createChildren method and add it on the display list, why won't it be sized as per the default mechanism of Combo Box. Sample code given below. If I take this code, the Combo Box is not visible. If... | https://forums.adobe.com/thread/704589 | CC-MAIN-2017-30 | refinedweb | 344 | 57.47 |
Hello people my program is supposed to be a tool designed to find palindromes. For those that do not know what a palindrome is... it is basically a word phrase or sentence, that reads the same backwards and forwards.. An example is the word wow. w o w. If you spell it backwards, it is still w o w. Another example is Ma... | http://www.javaprogrammingforums.com/whats-wrong-my-code/9863-stringindexoutofbounds-exception.html | CC-MAIN-2015-40 | refinedweb | 313 | 67.65 |
AngularJS, a JavaScript framework developed by a Googler and supported by Google has become quite a buzz word in past few months. More and more developers are using it and thus the community has grown significantly. Not only they love it, but they can’t stop praising it :)
The reason is very simple. AngularJS rocks \m/... | http://viralpatel.net/blogs/angularjs-introduction-hello-world-tutorial/ | CC-MAIN-2016-40 | refinedweb | 2,368 | 67.65 |
I don't know what I'm doing wrong.
This is the start of my QStack.cpp file. More funcitons follow, but the post would get too long.
#include "stdafx.h" #include "QStack.h" #include <iostream> using namespace std; struct Tstruct { int value; Tstruct * next; }; struct TStack { int value; TStack *next; }; void StackInit(T... | https://techqa.club/v/q/header-file-function-declaration-issues-c3RhY2tvdmVyZmxvd3w1NTY4ODM4OQ== | CC-MAIN-2021-17 | refinedweb | 644 | 73.07 |
This is part 4 of a series of blog posts looking at the security of the UK Government's web infrastructure.
Over the last few days, I've shown that hundreds of websites run by branches of the UK state are in a perilous state of disrepair. There are multiple sites with hugely embarrassing XSS flaws, running ancient and ... | https://shkspr.mobi/blog/2014/03/the-unsecured-state-part-4-uk-government-websites-spewing-spam/ | CC-MAIN-2017-04 | refinedweb | 1,388 | 62.27 |
MICC 0.1.3
An implementation of the Birman-Margalit-Menasco Theorem, to be used in a experimental, exploratory manner.
The curve complex is a simplicial complex composed of vertices representing equivalency classes of isotopic simple closed curves on a surface of fixed genus and of edges drawn between vertices if class... | https://pypi.python.org/pypi/MICC/0.1.3 | CC-MAIN-2015-35 | refinedweb | 399 | 50.36 |
For Day 16, the challenge is to rearrange characters according to a given "dance" a billion times and find where they end up. My Python solution is below:
import string with open("input.txt", "r") as o: commands = o.read().split(",") order = list(string.ascii_lowercase[:16]) def dance(order, commands): order = order[:]... | https://blog.jscott.me/advent-of-code-day-16/ | CC-MAIN-2018-43 | refinedweb | 258 | 64.61 |
mIP - 100% C# Managed TCP/IP Stack for the .NET Micro Framework
- Posted: Aug 17, 2012 at 6:00AM
- 9,006 views
![if gt IE 8]> <![endif]>
Today's Hardware Friday post isn't about a price of hardware (I know, imagine that!). Instead it's a project that gives you the tools to talk to, and add advanced networking features,... | https://channel9.msdn.com/coding4fun/blog/mIP-100-C-Managed-TCPIP-Stack-for-the-NET-Micro-Framework | CC-MAIN-2016-07 | refinedweb | 774 | 53.41 |
in reply to
Unicode nightmare
Rhesa, thanks for the Unicode::Guess module. I thought I'd poured over all the Encode namespace, but I missed that one.
ikegami, thanks for letting me know what I'm in for. I had guessed that worst case scenario I was going to be doing a lot of eval's for thrown errors when using the wrong... | http://www.perlmonks.org/?node_id=564194 | CC-MAIN-2014-52 | refinedweb | 124 | 71.14 |
For two years now I have not programmed much in Java except for my work on Hydra benchmark. One of the main reasons for that was a seduction of functional programming languages and Python that is simply more enjoyable to program.
It is hard to go back to Java and have to write all that boilerplate code (public class, s... | http://it.toolbox.com/blogs/lim/i-might-look-again-at-java-8-54805 | CC-MAIN-2015-22 | refinedweb | 148 | 52.7 |
Only an idea, a type of GState for ui elements
Not really same as GState, more like overriding the default attributes of the creation of the various ui elements. So if you could say something like ui.Button.GState.width = 120, then every subsequent call to ui.Button() the width of the uiButton created would be 120. And... | https://forum.omz-software.com/topic/1845/only-an-idea-a-type-of-gstate-for-ui-elements | CC-MAIN-2021-49 | refinedweb | 864 | 81.02 |
20 February 2012 05:53 [Source: ICIS news]By Rachel Yang
SINGAPORE (ICIS)--China took its first step towards freeing up more funds this year, via a 50-basis point cut in the banks’ reserve requirement, to promote economic growth now that inflation has started to taper off, analysts said on Monday.
More such measures ar... | http://www.icis.com/Articles/2012/02/20/9533700/china-moves-to-ease-credit-crunch-more-bank-reserve-cuts-seen.html | CC-MAIN-2013-48 | refinedweb | 337 | 56.49 |
I have a problem with my if statement, because it is always returning True.
I have a form where the user can change his profile information. Now I want when he tries to enter an email address that already exists to display an error message, but also when he does not change his current email address, but he changes his ... | https://codedump.io/share/XwsOataFz1Zw/1/if-statement-always-returning-true-in-django | CC-MAIN-2016-50 | refinedweb | 201 | 52.15 |
Many older devs in .NET will know exactly what I'm talking about when I mention P/Invoke; a lot of newer devs, however, will very likely not. This is not because they've never been trained in it, or their college/university had gaps in their education; it's simply because there's really not much call for it to be used ... | https://mobile.codeguru.com/columns/dotnet/pinvoke-refresher.html | CC-MAIN-2019-09 | refinedweb | 2,355 | 62.48 |
Manage an HTTP/2 Connection with AVS. This page provides instructions for creating and maintaining an HTTP/2 connection with AVS.
- Key Terms and Concepts
- Prerequisites
- Base URLs
- Creating an HTTP/2 Connection
- Maintaining an HTTP/2 Connection
- Next Steps
- Resources
Key Terms and Concepts
- Frame: The basic pro... | https://developer.amazon.com/en-US/docs/alexa/alexa-voice-service/manage-http2-connection.html | CC-MAIN-2020-16 | refinedweb | 1,382 | 52.19 |
Am Dienstag, den 18.10.2005, 09:00 +0100 schrieb Jochen Voss: > Dear Stelian, > > On Tue, Oct 18, 2005 at 07:37:19AM +0200, Stelian Pop wrote: > > A modified and both technicaly and aestheticaly correct patch was > > already merged in the latest stable kernel. But it requires a modified X > > input driver in order to w... | https://lists.debian.org/debian-powerpc/2005/10/msg00235.html | CC-MAIN-2015-48 | refinedweb | 459 | 69.68 |
#include <inlinenoteprovider.h>
Detailed Description
A source of inline notes for a document.
InlineNoteProvider is a object that can be queried for inline notes in the view. It emits signals when the notes change and should be queried again.
- See also
- InlineNoteInterface
- Since
- 5.50
Definition at line 41 of file... | https://api.kde.org/frameworks/ktexteditor/html/classKTextEditor_1_1InlineNoteProvider.html | CC-MAIN-2019-13 | refinedweb | 510 | 60.61 |
More topics to be added soon
A Class looks like
public class Person{
String name;
int age;
public void displayMsg(){
System.out.println("Im " + name );
System.out.println("Im " + age + " years old");
}
}
public class UsePerson{
public static void main(String[] args) {
// Create an object of type Person and referred by ... | http://fresh2refresh.com/java-tutorial/java-class-and-object/ | CC-MAIN-2014-49 | refinedweb | 204 | 68.47 |
XamlReader.Namespace Property
.NET Framework (current version)
Namespace: System.Xaml
When implemented in a derived class, gets the XAML namespace information from the current node.
Assembly: System.Xaml (in System.Xaml.dll)
The intended design of this API is to return a non-null result only if the NodeType of the curr... | https://msdn.microsoft.com/en-us/library/system.xaml.xamlreader.namespace.aspx | CC-MAIN-2018-13 | refinedweb | 141 | 57.98 |
SiPy Sigfox Antenna link quality
I am doing testing and i also have a Atmel Sigfox dev kit.
doing a test today sending data every 20 seconds( where i live the sigfox signal is not everywhere) on my way to work. i saw on my back end that the atmel device was able to send around 15 messages and my Sipy only 2.
is there a... | https://forum.pycom.io/topic/684/sipy-sigfox-antenna-link-quality | CC-MAIN-2018-09 | refinedweb | 641 | 63.19 |
Recently I wrote a blog post on API testing in Python, but I only talked about GET requests there. In this tutorial we are going to look at POST and PUT requests and how to provide data for it.
Most of the API’s require you to provide access token which normally goes in header and in case of POST and PUT we would need ... | http://93days.me/python-api-testing-beyond-the-get-request/ | CC-MAIN-2021-39 | refinedweb | 558 | 57.37 |
On Mon, Oct 14, 2019 at 11:54 PM Stephen Boyd <swboyd@chromium.org> wrote:> Quoting Andy Shevchenko (2019-10-14 10:50:06)> >c> > client drivers> >> > static inline // perhaps no> > const void *i2c_device_get_match_data(struct i2c_client *client, const> > struct i2c_device_id *id)> > {> > if (id)> > return (const void *... | https://lkml.org/lkml/2019/10/15/232 | CC-MAIN-2020-45 | refinedweb | 131 | 67.35 |
*
Printing Arrays
john don
Greenhorn
Joined: May 01, 2008
Posts: 2
posted
May 03, 2008 16:02:00
0
I've been looking online seeing if i could find out myself.. no luck though
. I need to figure out how i can print each element. I started it but not sure if it looks right. And really just unsure how i could print it out... | http://www.coderanch.com/t/410322/java/java/Printing-Arrays | CC-MAIN-2014-52 | refinedweb | 1,000 | 75.61 |
Automating Microsoft Office Applications
WEBINAR:
On-Demand
Full Text Search: The Key to Better Natural Language Queries for NoSQL in Node.js
Introduction
This tutorial helps you to learn the basics of automation. With this code, you can control PowerPoint from your application. You can open PowerPoint programmatically... | https://www.codeguru.com/cpp/com-tech/activex/tutorials/article.php/c5569/Automating-Microsoft-Office-Applications.htm | CC-MAIN-2018-13 | refinedweb | 1,084 | 51.14 |
Re: Pass by reference or by value?
- From: Thomas Jollans <thomas@xxxxxxxxxxx>
- Date: Fri, 17 Aug 2007 01:20:02 +0200
On Thursday 16 August 2007, Robert Dailey wrote:
Hi,.
Very short answer:
Think of normal objects as always-pointers. There are no references. param = 5
sets the local variable "param" (be that of imagi... | http://coding.derkeiler.com/Archive/Python/comp.lang.python/2007-08/msg01934.html | crawl-002 | refinedweb | 205 | 83.25 |
I'd do something like this:
self.view.run_command("expand_selection", {"to":"scope"})
text = self.view.substr(self.view.sel()[0])
self.view.run_command("show_overlay", {"overlay":"goto","show_files": True, "text": text})
...except I can't get self.view.run_command("show_overlay") to actually show an overlay. Maybe Jon... | https://forum.sublimetext.com/t/open-file-from-code/1278/4 | CC-MAIN-2016-40 | refinedweb | 236 | 55.2 |
in reply to
Re: I dislike object-oriented programming in general
in thread I dislike object-oriented programming in general
And lastly, OOP != Java/C#/C++
I deliberately tried to steer away from any particular programming language, but if you received the expression that I'm talking about those three, my apologies. The... | http://www.perlmonks.org/?node_id=645753 | CC-MAIN-2014-42 | refinedweb | 1,377 | 61.16 |
app 0.0.3
app: ^0.0.3 copied to clipboard
A quick way to import the Layout (for UI design), Find (for state management), and Login (for stateful login) packages.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub pub add app
This will add a line like this to your package's pubspec.... | https://pub.dev/packages/app/install | CC-MAIN-2021-17 | refinedweb | 107 | 74.49 |
I am trying to add a class on hover to animate my class using keyframes. I have the whole thing working on jsfiddle but it doesn't add a class on my webite that has the exact same code. Do you need to include something in your header file to use javascript? Sorry if I sound like a huge noob. I am.
$(".sponsorDescriptio... | https://codedump.io/share/BQR2MnRmrItw/1/why-is-my-add-class-on-hover-working-on-jsfiddle-but-not-on-my-website-am-i-missing-something-in-my-header | CC-MAIN-2017-13 | refinedweb | 168 | 65.52 |
A set of utility components for altering the user experience between breakpoints
react-with-breakpoints
Utility React component for altering the visual experience of responsive and lean webpages.
🔧 Install
npm install react-with-breakpoints # or use yarn yarn add react-with-breakpoints
👈 Usage
NOTE: If you'd like to ... | https://reactjsexample.com/a-set-of-utility-components-for-altering-the-user-experience-between-breakpoints/ | CC-MAIN-2020-29 | refinedweb | 469 | 65.42 |
How to create Threads in C#
In C#, a multi-threading system is built upon the Thread class, which encapsulates the execution of threads. This class contains several methods and properties which helps in managing and creating threads and this class is defined under
System.Threading namespace. The
System.Threading namesp... | https://www.geeksforgeeks.org/how-to-create-threads-in-c-sharp/ | CC-MAIN-2019-35 | refinedweb | 487 | 65.93 |
??? How does one do ASM hacking in C? Aren't those two different languages?
Well yes and no because while yes indeed those are two different languages that aren't code-compatible, C translates to ASM and that's the important bit.
This guide is all about revolutionizing hacking, smearing my knowledge all over your face ... | http://feuniverse.us/t/guide-doc-asm-hacking-in-c/3351/3 | CC-MAIN-2018-47 | refinedweb | 10,489 | 71.95 |
These are chat archives for nextflow-io/nextflow
-with-docker [image]from within the script?
Process A produces something on STDOUT, I need a value from there (actually an S3 https:// address) - how do I do that?
Process A:
output: stdout into s3_url
Process B:
input: val stdout from s3_url script: proper_s3_url = grep... | https://gitter.im/nextflow-io/nextflow/archives/2018/07/24 | CC-MAIN-2019-51 | refinedweb | 555 | 57.27 |
One of the basic requirements of a web app is the ability to serve static files.
Serving static files from a LoopBack application is very simple - just call the
app.static(urlPath, rootDir[, options]) method. The variables in the API are
explained below.
app: An instance of a LoopBack application.
urlPath: The path whe... | https://loopback.io/doc/en/lb4/Serving-static-files.html | CC-MAIN-2022-21 | refinedweb | 271 | 51.65 |
Build error:undefined reference to ...GuilhermeMachado Nov 13, 2017 6:54 AM
Hi guys, im new to programing and psoc. On my project i cant acess to other funcions in my header files.
i have my main:
#include <project.h>
#include <./ble.h>
void InitSystem(){
CyGlobalIntEnable; /* Enable global interrupts. */
CyBle_Start(e... | https://community.cypress.com/thread/31532 | CC-MAIN-2018-43 | refinedweb | 246 | 70.09 |
Custom init.gz
I know that, but my point is actually, how is it supposed to be used ? I didn’t look too far, but if we want to improve this, the toolchain should be documented ;)
Gilou,
The src/buildroot files you’re seeing are only provided as an opensource tool to build your own initrd.gz (init.gz) file. When a user ... | https://forums.fogproject.org/topic/2085/custom-init-gz/28 | CC-MAIN-2019-35 | refinedweb | 2,167 | 71.95 |
Introduction
A few weeks back I wrote about Fluentsecurty and the small bug it had which made it not work in VB.Net. Yesterday Kristoffer Ahl (The man behind the Fluentsecurity project) sent me a PM via twitter.
I’ve added your changes. Don’t know how to test it properly though, without adding a VB.NET test project. Se... | http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/when-is-a-lambdaexpression-a/ | CC-MAIN-2015-14 | refinedweb | 448 | 51.24 |
The key functions of the server are:
When a client connection is established, the client/server can:
The server is written in Python (with one small section of C code to handle initialising the serial port and the low level read/write details).
Python is a simple, yet powerful.
The Python interpreter is easily extended... | https://luv.asn.au/overheads/realworld/server.html | CC-MAIN-2017-26 | refinedweb | 508 | 52.7 |
Rechercher une page de manuel
ualarm
Langue: en
Version: 2003-07-24 (CentOS - 06/07/09)
Section: 3 (Bibliothèques de fonctions)
NAMEualarm - schedule signal after given number of microseconds
SYNOPSIS
/* BSD version */ #include <unistd.h> unsigned int ualarm(unsigned int usecs, unsigned int interval); /* SUSv2 version ... | http://www.linuxcertif.com/man/3/ualarm/181269/ | CC-MAIN-2022-40 | refinedweb | 268 | 50.23 |
In this article, we’ll learn about operator overloading in Python with examples.
We all know what are operators (+, -, <=). In python, operators work for built in classes, but some operator behaves differently with different types. For example ‘+’ operator can add two numbers and also can concatenate two strings.
Progr... | https://proprogramming.org/operator-overloading-python/ | CC-MAIN-2018-43 | refinedweb | 401 | 54.02 |
Fabulous Adventures In Coding
Eric Lippert is a principal developer on the C# compiler team. Learn more about Eric.
"The code is more what you'd call guidelines than actual rules" - truer words were never spoken. It's important when writing code to understand what are vague "guidelines" that should be followed but can ... | http://blogs.msdn.com/b/ericlippert/archive/2011/02/28/guidelines-and-rules-for-gethashcode.aspx?PageIndex=2 | CC-MAIN-2015-40 | refinedweb | 3,103 | 62.58 |
Over the Christmas break, I have been working on several new apps for Google Glass. One of those apps includes viewing real-time OBDII data from my truck using an OBDII bluetooth adapter and my Google Glass. To do that, I am using the Bluetooth Supper Mini OBD 2 / Mini OBD II adapter which I got from Amazon for $20.00.... | http://www.prodigyproductionsllc.com/articles/programming/obdii-data-logger-in-python-for-torque/ | CC-MAIN-2017-04 | refinedweb | 1,331 | 69.52 |
Hi everyone,
I am a developer on a PyGTK application for Earth Science research and education called SEATREE ( ) and we are trying to integrate some pylab plots.
I can successfully create and use a pylab frame/window inside of our GTK application using the following sequence (note that all of this is called AFTER the ... | https://discourse.matplotlib.org/t/integrating-plots-with-existing-pygtk-application/8647 | CC-MAIN-2022-21 | refinedweb | 502 | 56.66 |
note ikegami <blockquote><p><i>It handles namespace prefixes exactly as I wanted it to</i></blockquote> <p>So? All I did was identify the features others might have to add to suit their needs. <p>It would be totally useless to me, for example, since the prefix isn't uniform across the documents I deal with. In fact, I'... | http://www.perlmonks.org/?displaytype=xml;node_id=894062 | CC-MAIN-2016-22 | refinedweb | 183 | 66.13 |
.
Back to topBack to top
Introduction
Here's the source code for the
using control structure he created:
/** * From the book, Beginning Scala, by David Pollak. */ object Control { def using[A <: { def close(): Unit }, B](param: A)(f: A => B): B = try { f(param) } finally { param.close() } }
This is a clever bit of code... | http://alvinalexander.com/scala/using-control-structure-beginning-scala-david-pollak | CC-MAIN-2017-30 | refinedweb | 592 | 64.2 |
If you are a beginner, then this article is for you. As a beginner, you might face problems in setting a proper path for python. In today’s tutorial, we will learn how to set a default path for python whenever we install python into our system.
Introduction
Unlike most operating systems such as Unix, Windows does not i... | https://www.pythonpool.com/default-python-path/ | CC-MAIN-2021-43 | refinedweb | 1,245 | 75.61 |
Use themes
Specify a theme
Import themes
Download themes
Create themes
Metadata.xml file
Create an extension file (MXP file) for a Flex theme
Add additional themes
Using styles
Apply an external or embedded style to an application
Create CSS files
Use the CSS editor
Add View states and transitions
Support for Flex 3 vi... | http://help.adobe.com/en_US/flashbuilder/using/WSe4e4b720da9dedb5-1a92eab212e75b9d8b2-7fe7.html | CC-MAIN-2016-44 | refinedweb | 3,346 | 64.61 |
Google Web Toolkit Now 100% Open Source 173.": (Score:2, Informative)
Sorry.."
Re: (Score:2)
Eh, no it's not. The 'box' is the set of standard notions that are currently accepted as the way to do things. 'Thinking outside the box' means to step outside current notions and use a new way to solve the problem, usually inv... | http://developers.slashdot.org/story/06/12/12/1724252/google-web-toolkit-now-100-open-source | CC-MAIN-2015-18 | refinedweb | 2,687 | 71.44 |
4.30: Different Coordinate Systems
- Page ID
- 14474
def leftTopCoordsOfBox(boxx, boxy): # Convert board coordinates to pixel coordinates left = boxx * (BOXSIZE + GAPSIZE) + XMARGIN top = boxy * (BOXSIZE + GAPSIZE) + YMARGIN return (left, top)
You should be familiar with Cartesian Coordinate systems. (If you’d like a r... | https://eng.libretexts.org/Bookshelves/Computer_Science/Book%3A_Making_Games_with_Python_and_Pygame_(Sweigart)/04%3A_Memory_Puzzle/4.30%3A_Different_Coordinate_Systems | CC-MAIN-2021-10 | refinedweb | 263 | 51.48 |
.
(For more resources related to this topic, see here.)
One of the examples of Akka actor is handling request response in a web server. A web server typically handles millions of requests per second. These requests must be handled concurrently to cater to the user requests. One way is to have a pool of threads and let ... | https://www.packtpub.com/books/content/introduction-akka | CC-MAIN-2017-22 | refinedweb | 2,512 | 56.86 |
Matplotlib Tutorial: Python Plotting
Humans are very visual creatures: we understand things better when we see things visualized. However, the step to presenting analyses, results or insights can be a bottleneck: you might not even know where to start or you might have already a right format in mind, but then questions... | https://www.datacamp.com/community/tutorials/matplotlib-tutorial-python | CC-MAIN-2018-30 | refinedweb | 3,885 | 66.98 |
Kind PolymorphismEdit this page on GitHub
Normally type parameters in Scala are partitioned into kinds. First-level types are types of values. Higher-kinded types are type constructors
such as
List or
Map. The kind of a type is indicated by the top type of which it is a subtype. Normal types are subtypes of
Any,
covari... | https://dotty.epfl.ch/docs/reference/other-new-features/kind-polymorphism.html | CC-MAIN-2019-35 | refinedweb | 441 | 62.07 |
The Release Candidate of Internet Explorer 9, available now at in 40 languages, reflects our unique approach to building the best experience of the Web on Windows. IE9 also reflects a more open and transparent approach with its regular_2<< feedback, 😉
In this video you can see some of these changes that resulted from ... | https://blogs.msdn.microsoft.com/ie/2011/02/10/acting-on-feedback-ie9-release-candidate-available-for-download/ | CC-MAIN-2017-30 | refinedweb | 32,237 | 73.17 |
Category Archives: .NET
PowerShell: Getting Started with Win32 API
Blog on Request!
Someone asked me to delve in to Win32 API use in PowerShell. Personally I don’t feel that I’m the best person to explain this, but I’ve done it a few times now so I think I have a decent handle on it.
Let me just start off by saying Win... | http://jrich523.wordpress.com/category/net/ | CC-MAIN-2014-10 | refinedweb | 2,616 | 70.94 |
To use the MPI library you must include
header files which contain definitions and
declarations
that are needed by the MPI library routines.
In Fortran 90 you can use the mpi module.
The following line must appear at the top of any source
code file that will make an MPI call.
INCLUDE 'mpif.h'
USE mpi
#include "mpi.h"
T... | http://www.nersc.gov/nusers/help/tutorials/mpi/intro/init.php | crawl-001 | refinedweb | 438 | 61.16 |
IO inside
From HaskellWiki
Revision as of 07:27, like rand() or getchar() in C, which return different results on each call, are simply impossible to write in Haskell. Moreover, Haskell functions can't have side effects, which means that they can't effect any changes to the "real world", like changing files, writing to... | https://wiki.haskell.org/index.php?title=IO_inside&diff=20763&oldid=20644 | CC-MAIN-2017-09 | refinedweb | 3,970 | 55.58 |
Dancer::Template - template wrapper for Dancer
This module is the wrapper that provides support for different template engines.
The default engine used by Dancer::Template is Dancer::Template::Simple. If you want to change the engine used, you have to edit the template configuration variable.
The template configuration... | http://search.cpan.org/~yanick/Dancer-1.3119/lib/Dancer/Template.pm | CC-MAIN-2014-23 | refinedweb | 145 | 65.83 |
Discover more resources for these services: Notification Hubs
Discover more resources: Tutorials and Resources Samples Reference
This topic shows you how to use Windows Azure Notification Hubs to send push notifications to a Windows Store application. In this tutorial you create a blank Windows Store app that receives ... | https://www.windowsazure.com/en-us/documentation/articles/notification-hubs-windows-store-dotnet-get-started/ | CC-MAIN-2014-10 | refinedweb | 910 | 50.33 |
How to have tracked FBX Avatars in vizconnect using 3DSMax and Mixamo’s Auto Rigging
The Autobiped script was created by Ofer Zelichover and Dan Babcock and it is freely released to Mixamo customers
The script will convert any character rigged using Mixamo auto-rigger into a Biped system in 3dsMax
If going from Fuse ju... | http://kb.worldviz.com/articles/3298?utm_source=rss&utm_medium=rss&utm_campaign=how-to-have-tracked-fbx-avatars-in-vizconnect-using-3dsmax-and-mixamos-auto-rigging | CC-MAIN-2020-29 | refinedweb | 368 | 55.47 |
I was quite pleased with yesterday's simple Bash script to “de-cache” Dart packages for deployment to my simple GitHub pages site. It seemed a nice, concise solution to a problem in need of a bit of automation. I was almost proud. And then Kasper Lund told me about
pub deploy.
In my defense, I did know of
pub deploy, b... | https://japhr.blogspot.com/2013/07/getting-started-with-dart-pub-deploy.html | CC-MAIN-2017-47 | refinedweb | 561 | 60.51 |
How to send a parameter with checkbox in JSF in order to getlara khoury Dec 11, 2006 6:26 AM
I have an object of type Group. Each group has an ID, name & description. I want to list the groups and add a checkbox next to each one. In the form, I have a button Add, when it is clicked, I should be able to get first all th... | https://developer.jboss.org/thread/133537 | CC-MAIN-2018-13 | refinedweb | 631 | 52.19 |
The XML FAQ
Maintained by Peter Flynn
D. Developers and Implementors (including WebMasters and server operators)
D.1 Where's the spec?
D.2 What are these terms DTDless, valid, and well-formed?
D.3 Which should I use in my DTD, attributes or elements?
D.4 What else has changed between SGML and XML?
D.5 What's a namespac... | http://www.oreillynet.com/faqs/list.csp?id_subject=23&source_category=D.%20Developers%20and%20Implementors%20(including%20WebMasters%20and%20server%20operators) | CC-MAIN-2014-35 | refinedweb | 194 | 87.31 |
Build and Understand Express Middleware through Examples
If you’ve done any significant Node development in the past seven or eight years, you’ve probably used Express to build a web server at some point. While you can create a server in Node without using a library, it doesn’t give you a lot out of the box and can be ... | https://developer.okta.com/blog/2018/09/13/build-and-understand-express-middleware-through-examples | CC-MAIN-2018-51 | refinedweb | 1,728 | 57.77 |
When.
The code that I'm using for the test is this one:
// include the library code: #include <LiquidCrystal.h> // initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11, 10, 9, 8, 7); #define INDIALPIN 3 #define PULSEPIN 2 boolean inDialPinLastState; boolean pulsPinLastState; byte count... | https://www.hackster.io/talofer99/taking-a-rotary-dial-phone-into-the-future-c974b2 | CC-MAIN-2020-16 | refinedweb | 709 | 72.36 |
SVG2/Authoring Guide
From SVG
Notes for Editing the SVG 2 Specification
Parts of this page originated from Cameron's SVG2/Specification_authoring_guide.
Goal
A clearly written SVG 2.0 specification that also happens to look good.
One can look at other specification for inspiration:
These specifications use variations o... | http://www.w3.org/Graphics/SVG/WG/wiki/SVG2/Authoring_Guide | CC-MAIN-2013-20 | refinedweb | 2,675 | 50.84 |
JavaScript and XML : Page 3 | JavaScript: The Definitive Guide, Fifth Edition
[previous] [next]
JavaScript and XML
21.1.4 XML Documents from Data Islands
Microsoft has extended HTML with an
<xml> tag that creates an XML data island within the surrounding "sea" of HTML markup. When IE encounters this
<xml> tag, it treat... | http://www.webreference.com/programming/javascript/definitive2/3.html | CC-MAIN-2016-36 | refinedweb | 458 | 56.18 |
Last call issues list for xquery (up to message 2004Mar/0246).
This document identifies the status of Last Call issues on XQuery 1.0: An XML Query Language as of April 4, 2005.
The XQuery 1.0 Language has been defined jointly by the XML Query Working Group and the XSL Working Group (both part of the XML Activity).
The ... | http://www.w3.org/2005/04/xquery-issues.html | CC-MAIN-2021-39 | refinedweb | 54,419 | 55.64 |
One of the really neat things about the XML specification is not just that it makes its design goals explicit (I gave a twist to this idea in the Schematron standard by mentioning various non-goals too) but that the goals were really well chosen.
A decade ago, Tim Bray wrote up his Annotated version of the XML spec, wh... | http://www.oreillynet.com/xml/blog/2008/01/the_design_goals_of_xml_1.html | crawl-002 | refinedweb | 4,119 | 57.5 |
Arduino Forum
>
Forum 2005-2010 (read only)
>
General
>
Exhibition
>
Arduino Helicopter Autopilot
Print
Go Down
Pages:
[1]
2
3
...
5
Topic: Arduino Helicopter Autopilot
(Read 22933 times)
previous topic
-
next topic
edsimmons
Guest
Arduino Helicopter Autopilot
Dec 20, 2008, 01:36 am
Hi all,
This is my first post on the... | http://forum.arduino.cc/index.php?topic=8315.msg66719 | CC-MAIN-2017-30 | refinedweb | 2,809 | 65.66 |
Hello! I need help seeing what I’m missing here. I have this boot file which runs fine and outputs the expected value to console when app reloads / initializes:
function requestUserName({ store }) { console.log(store.getters['auth/requestUserName']); } export default requestUserName;
However, when I call that function ... | https://forum.quasar-framework.org/topic/4685/trouble-accessing-data-from-boot-file/1 | CC-MAIN-2021-31 | refinedweb | 159 | 58.18 |
I wanted to extend StringBuilder with Chars property like :
StringBuilder = public class mapped to …
private
method get_Chars(aIndex: Int32): Char;
method set_Chars(aIndex: Int32;value: Char ): Char;
public
…
property Chars[aIndex: Int32]: Char read get_Chars write set_Chars; default;
to access chars directly like for ... | https://talk.remobjects.com/t/stringbuilder-add-default-property-to-use-for-array-accessors/1930 | CC-MAIN-2020-50 | refinedweb | 130 | 50.97 |
nvme-io-passthru − Submit an arbitrary io command, return results
nvme−io−passthru <device> [−−opcode=<opcode> | −o <opcode>]
[−−flags=<flags> | −f <flags>] [−rsvd=<rsvd> | −R <rsvd>]
[−−namespace−id=<nsid> | −nsid <nsid>]
[−−cdw2=<cdw2>] [−−cdw3=<cdw3>] [−−cdw10=<cdw10>]
[−−cdw11=<cdw11>] [−−cdw12=<cdw12>] [−−cdw13=<c... | http://man.sourcentral.org/f23/1+nvme-io-passthru | CC-MAIN-2017-43 | refinedweb | 503 | 60.14 |
A dialog box ("dialog" for short) is any box, or window, on the screen that you have a dialog with. You can decide to pop up some dialog boxes j to enter information in, or make choices about how a program works. "Other dialogs appear automatically to give you simple messages (such as "Your disk is full") and ask you w... | http://ecomputernotes.com/java/swing/showoptiondialog-java | CC-MAIN-2020-05 | refinedweb | 187 | 56.96 |
I am trying to construct a dispatch the following way:
def run_nn(type=None):
print type, 'nn'
return
def run_svm(type=None):
print type, 'svm'
return
action = {'nn' : run_nn( type=None),
'svm' : run_svm(type=None),}
action.get('nn',type='foo')
foo nn
TypeError: get() takes no keyword arguments
run_nn()
run_svm()
You'r... | https://codedump.io/share/HqlPBaWtpukf/1/how-to-pass-parameters-in-a-python-dispatch-table | CC-MAIN-2017-30 | refinedweb | 268 | 63.8 |
@JamesMontemagno Hi!
I've a problem with your connectivity plugin.
I write this code:
if(CrossConnectivity.Current.IsConnected == false){
await DisplayAlert("Connessione", "Connessione non presente", "Ok");
return;
}
else if(CrossConnectivity.Current.IsReachable(entryIpServer.Text).Result == false) {
await DisplayAlert... | https://forums.xamarin.com/discussion/36993/connectivity-plugin | CC-MAIN-2017-34 | refinedweb | 1,377 | 59.19 |
Object Swapping, Part 7: How Do You Call It?
We've talked about why swapping is important, and about how to use it to implement other operations such as assignment. We shall now look more closely at how to use it.
More Insights
White Papers
- Top 8 Considerations To Enable and Simplify Mobility
- Consolidation: The Fou... | http://www.drdobbs.com/cpp/object-swapping-part-7-how-do-you-call-i/232900925 | CC-MAIN-2014-42 | refinedweb | 758 | 58.15 |
Hi there I'm planning to put AI into my game so after some research I got something similar to what I want but it's still very buggy. The AI seems to only want to face the target's ass, so when I do a 180 turn with my player the AI spins around the player at the same distance. It's hard to explain without running it yo... | https://answers.unity.com/questions/529658/problems-with-simple-ai-script.html | CC-MAIN-2020-05 | refinedweb | 1,011 | 61.46 |
765 15460 [details]
repro project
### Overview
In a Forms Android app, the WindowSoftInputMode Activity attribute is ignored because it gets reset to AdjustPan after base.Create() is called. This seems to only happen when using FormsAppCompatActivity.
### Steps to Reproduce
1. Run the attached repro project
2. Click th... | https://xamarin.github.io/bugzilla-archives/39/39765/bug.html | CC-MAIN-2019-47 | refinedweb | 959 | 50.12 |
Opened 8 years ago
Closed 7 years ago
#4534 closed (fixed)
ifchanged could use an else tag
Description
I want to group items with like values for ballot_id together. I thought ifchanged would be my savior, so I tried to write
<tr bgcolor=" {% ifchanged match.ballot_id %} {% cycle F8D6F8,E2AFE2 as ballotcolor %} {% else... | https://code.djangoproject.com/ticket/4534 | CC-MAIN-2015-35 | refinedweb | 601 | 55.98 |
How to prepare a cross platform visual studio project for MVVM
- Posted in:
- mvvm
- windows phone
- windows rt
- .net
In a previous blog post I explained how to configure a visual studio project structure for cross platform application development, using a PCL project for most of our app logic. In this article I will ... | http://bloggiovannimodica.azurewebsites.net/post/how-to-prepare-a-cross-platform-visual-studio-project-for-mvvm | CC-MAIN-2019-22 | refinedweb | 1,816 | 65.12 |
This guide will help you understand how to transition from React Router to file-system based routes with Next.js. Using
next/link and
next/router will allow you to:
First, uninstall React Router. You'll be migrating to the built-in routing with Next.js.
npm uninstall react-router-dom
The
Link component for performing c... | https://nextjs.org/docs/migrating/from-react-router | CC-MAIN-2022-40 | refinedweb | 544 | 58.99 |
Python Directory and Files Management
A directory is a collection of files or sub-directories where you can store and manage a large number of data. Python provides os module to work with directories.
Contents
- 1 What are the functions provided by os module?
- 2 How to Get Current Directory in Python?
- 3 How to Chang... | https://www.programming-techniques.com/2019/04/python-directory-and-files-management.html | CC-MAIN-2020-45 | refinedweb | 434 | 69.58 |
AddUser.aspx File
.NET Framework 1.1
When the logon page cannot find the e-mail name in the Users.xml file, it redirects the request to the Add User page. When the user clicks the Add User button, the user name and password are added to the file.
To implement the Add User page
- Import the necessary namespaces.
- Creat... | http://msdn.microsoft.com/en-us/library/w1ctaca0(v=vs.71).aspx | CC-MAIN-2013-20 | refinedweb | 382 | 67.76 |
this comment and of the Validate() method.
You can approach the implementation of NHibernate from many angles, however 2 are most common. The first is from a Greenfield perspective, where there is no database yet and you will be able to use Domain Driven Design (DDD) and the SchemaExport NHibernate capability to creat... | https://www.thebestcsharpprogrammerintheworld.com/2013/01/21/nhibernate-schemavalidator-testconfigurationhelper/ | CC-MAIN-2020-29 | refinedweb | 752 | 55.95 |
How do you create different variable names while in a loop?
Accepted Answer
Sure you can; it's called a dictionary:
d = {} for x in range(1, 10): d["string{0}".format(x)] = "Hello"
>>> d["string5"] 'Hello' >>> d {'string1': 'Hello', 'string2': 'Hello', 'string3': 'Hello', 'string4': 'Hello', 'string5': 'Hello', 'string... | https://ask4knowledgebase.com/questions/6181935/how-do-you-create-different-variable-names-while-in-a-loop- | CC-MAIN-2021-10 | refinedweb | 349 | 71.78 |
A local connection with a Buffer, which is used to connect multiple Ports to that Buffer. More...
#include <rtt/BufferConnection.hpp>
A local connection with a Buffer, which is used to connect multiple Ports to that Buffer.
Definition at line 53 of file BufferConnection.hpp.
The cleanup of BufferConnection does nothing... | http://www.orocos.org/stable/documentation/rtt/v1.12.x/api/html/classRTT_1_1BufferConnection.html | CC-MAIN-2018-51 | refinedweb | 190 | 51.44 |
XLIFF Mapping
IMPORTANT: This page/table is currently being progressively moved to XLIFF 1.2 Mapping and XLIFF 2.0 Mapping.
This page will be cleaned up when all the text is moved.
Notes:
- When posting emails about this topic, please refer to Issue 55
- The namespace prefix 'TBD' has been replaced with 'itsx'.
- The '... | http://www.w3.org/International/its/wiki/XLIFF_Mapping | CC-MAIN-2016-22 | refinedweb | 235 | 58.69 |
!
On Mon, 16 Jul 2001, John Byrne wrote:
> "David L. Nicol" wrote:
> A problem with the MOSIX home-node paradigm is that if the home node
> goes away, a remote process has to die because context gets lost.
No. It is because the kernel-part of the process does not migrate with
the user-part of the process. On the firts ... | https://sourceforge.net/p/ssic-linux/mailman/ssic-linux-devel/?viewmonth=200107&viewday=17 | CC-MAIN-2017-47 | refinedweb | 1,167 | 64.2 |
Investors in Sony Corp (Symbol: SNE) saw new options become available today, for the May 15th expiration. At Stock Options Channel, our YieldBoost formula has looked up and down the SNE options chain for the new May 15th contracts and identified one put and one call contract of particular interest.
The put contract at ... | https://www.nasdaq.com/articles/sne-may-15th-options-begin-trading-2020-03-23 | CC-MAIN-2020-16 | refinedweb | 346 | 74.19 |
Send multiple messages to a socket
#include <sys/types.h> #include <sys/socket.h> int sendmmsg( int s, struct mmsghdr * mmsg, unsigned int vlen, unsigned int flags );
The sendmmsg() function transmits multiple messages to another socket. You can use send() only when the socket is in a connected state; you can use sendm... | http://www.qnx.com/developers/docs/7.0.0/com.qnx.doc.neutrino.lib_ref/topic/s/sendmmsg.html | CC-MAIN-2018-22 | refinedweb | 151 | 65.32 |
)
The first step is to update your server:
sudo apt-get update
Then install your Apache2 web server:
sudo apt-get install apache2
Create your CGI directory
This is where all script you wish to execute will go
sudo mkdir /var/www/cgi-bin
The next step tells Apache which directories it can execute in and how to handle a ... | http://tech.queryhome.com/8537/configuraion-to-run-pyhton-script-on-ubuntu | CC-MAIN-2017-30 | refinedweb | 430 | 56.55 |
X.
Profile Javascript for IOS
Debug Javascript for Android
a) XCode 4.1+
b) JDK 1.5+
c) Phonegap for IOS
a) Download Xun Bug
b) Extract Xun Bug
3.How to Use for IOS?
a) Eclipse 3.6+
b) ADT 16.0.1
b) Html and Javascript Editor
I suggest to use JSEclipse
I tested pass in eclipse 3.6 + ADT 16.0.1 + android-sdk-windows 2.3... | http://sourceforge.net/p/xunbug/wiki/Home/ | CC-MAIN-2014-23 | refinedweb | 283 | 71.41 |
Code should execute sequentially if run in a Jupyter notebook
- See the set up page to install Jupyter, Python and all necessary libraries
- Please direct feedback to contact@quantecon.org or the discourse forum
Overview¶
In an earlier lecture, we learned some foundations of object-oriented programming.
The objectives ... | https://lectures.quantecon.org/py/python_oop.html | CC-MAIN-2019-35 | refinedweb | 3,289 | 58.58 |
Code with Salesforce Languages
Learning Objectives
- Identify the benefits of Lightning components.
- Describe how Visualforce is used in Lightning Experience.
- Outline the ways Apex is used to support Lightning components and Visualforce.
Get to Know Your Options
There are three core programmatic technologies to lear... | https://trailhead.salesforce.com/en/content/learn/modules/platform_dev_basics/platform_dev_basics_code | CC-MAIN-2019-04 | refinedweb | 1,114 | 65.83 |
#include <coordSysAPI.h>
UsdShadeCoordSysAPI provides a way to designate, name, and discover coordinate systems.
Coordinate systems are implicitly established by UsdGeomXformable prims, using their local space. That coordinate system may be bound (i.e., named) from another prim. The binding is encoded as a single-targe... | https://www.sidefx.com/docs/hdk/class_usd_shade_coord_sys_a_p_i.html | CC-MAIN-2022-27 | refinedweb | 572 | 58.38 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.