text stringlengths 20 1.01M | url stringlengths 14 1.25k | dump stringlengths 9 15 ⌀ | lang stringclasses 4
values | source stringclasses 4
values |
|---|---|---|---|---|
How.TestFor the purposes of this tutorial,Implementing(); [Co 'testing' domainWithout going into too much detail about test-driven development and NUnit,.
using NUnit.Framework;
namespace TestLibrary
[TestFixture]
public class MyTests
private MyCalculator calc;
[SetUp]
public void SetUp()
calc = new MyCalculator();
[Te... | http://www.c-sharpcorner.com/UploadFile/camurphy/CodeCoverage03072006161928PM/CodeCoverage.aspx | CC-MAIN-2015-18 | en | refinedweb |
Opened 6 years ago
Closed 6 years ago
#10090 closed (duplicate)
small error in example code for looping over hidden form fields
Description
<form action="/contact/" method="POST">
{% for field in form.visible_fields %}
<div class="fieldWrapper">
{# Include the hidden fields in the form #}
{% if forloop.first %}
{% for ... | https://code.djangoproject.com/ticket/10090 | CC-MAIN-2015-18 | en | refinedweb |
Flash Panels – Inspiration, Creation and Implementation
In this article I will explain how Flash Panels fit into the grand scheme of extending Flash MX 2004. We’ll also discuss some of the benefits and pitfalls you may encounter when using Flash Panels in your day to day work.
Through this tutorial, you’ll create your ... | http://www.sitepoint.com/flash-panels/ | CC-MAIN-2015-22 | en | refinedweb |
Dear Professionals...
i created an EJB session bean and deployed it successfully to Websphere 3.5. I created a servlet to access the bean from within Websphere...it worked great. When i created a client application to access the bean, i got the following error:
java.lang.ClassCastException
at com.ibm.ejs.ns.jndi.CNCont... | http://www.theserverside.com/discussions/thread.tss?thread_id=5994 | CC-MAIN-2015-22 | en | refinedweb |
XML-RPC
NOTE: All credit for this code goes to Crast in irc.freenode.net:#django...
This uses SimpleXMLRPCDispatcher which is part of the standard Python lib in 2.4 (And possibly earlier versions).
In discussing ways of handling XML-RPC for Django, I realised I really needed a way to do it without patching Django's cod... | https://code.djangoproject.com/wiki/XML-RPC?version=16 | CC-MAIN-2015-22 | en | refinedweb |
Contents
- Introduction
- A very simple C program
- The program in PowerPC assembly language
- The relocatable object file
- Disassembly and machine code
Introduction.
- gcc translates our C code to assembly code.
- gcc calls GNU as to translate the assembly code to machine code in an ELF relocatable object.
- gcc call... | https://wiki.netbsd.org/examples/elf_executables_for_powerpc/ | CC-MAIN-2015-22 | en | refinedweb |
Using SPMonitoredScope
Last modified: January 16, 2013
Applies to: SharePoint Foundation 2010
In this article
When to Use SPMonitoredScope
How to Use SPMonitoredScope
Where Calculations are Displayed
Other Uses for SPMonitoredScope
Performance Considerations
Best Practices
Limitations
In previous releases of Windows Sh... | https://msdn.microsoft.com/en-us/library/office/ff512758(v=office.14) | CC-MAIN-2015-22 | en | refinedweb |
Troubleshooting and Tips
Note: This document was originally published as "Windows Management Instrumentation: Frequently Asked Questions."
On This Page
Q 1. What is WMI and what can it do for me?
Q 2. On what platforms is WMI available?
Q 3. How can I tell if WMI exposes specific functionality?
Q 4. What can I do if WM... | https://technet.microsoft.com/en-us/library/ee692772(d=printer) | CC-MAIN-2015-22 | en | refinedweb |
For the second installment of my TechRepublic series that highlights various .NET technologies and explains what they are, I am focusing on .NET's data capabilities.
- ActiveX Data Objects .NET (ADO.NET) is a collection of technologies that encompasses basic data connection functionality. Things like the ability to con... | http://www.techrepublic.com/blog/software-engineer/net-data-technologies-overview/ | CC-MAIN-2015-22 | en | refinedweb |
XDoclet is a tool that proclaims the DRY (Don’t Repeat Yourself) principle: you code everything in one file once, as opposed to the practice of modern software development, where information & tokens must be repeated in executable code, configuration files as well as deployment descriptors (of course, this has not been... | https://technology.amis.nl/2004/09/14/struts-xdoclet-webdoclet-and-integration-with-eclipse/ | CC-MAIN-2015-22 | en | refinedweb |
- NAME
- SYNOPSIS
- DESCRIPTION
- ESCAPES
- URL FINDER
- ATTRIBUTES
- ATTRIBUTE PARSING
- TEXT PROCESSORS
- SHORT TAGS
- WHY ANOTHER BBCODE PARSER
- WHY BBCODE?
- TODO
- REQUIREMENTS
- SEE ALSO
- BUGS
- AUTHOR
- CREDITS
NAME".:<a href="%{link}A">%{parse}s</a>', i => '<i>%{parse}s</i>', b => '<b>%{parse}s</b>', noparse ... | https://metacpan.org/pod/Parse::BBCode | CC-MAIN-2015-22 | en | refinedweb |
Template Haskell
From HaskellWiki
Template Haskell is a GHC extension to Haskell that adds compile-time metaprogramming facilities. The original design can be found here:. It is included in GHC since version 6.
This page hopes to be a more central and organized repository of TH related things.
1 What is Template Haskel... | https://wiki.haskell.org/index.php?title=Template_Haskell&direction=next&oldid=55995 | CC-MAIN-2015-22 | en | refinedweb |
Eixo
Final project
fabAcademy final project presentation from Marta Verde on Vimeo.
Processes I used :
Star spin test from Marta Verde on Vimeo.
Structure
3mm laser cutted plywood & transparent methracylate:
Interface Programming
For generating the rotary items, I developed a program in Processing to be able to paramet... | http://archive.fabacademy.org/archives/2016/fablabmadridue/students/280/eixo.html | CC-MAIN-2021-49 | en | refinedweb |
Domino 4.0¶
4.0.4 (November 2019)¶
Changes
Fixed an issue where some execution events tracked by Domino could be logged or presented out of order.
Fixed an issue where Domino executions with Spark integration could create Kubernetes resources in the wrong namespace.
The console output panel for a Domino run will now su... | https://docs.dominodatalab.com/en/4.6.2/release_notes/4-0.html | CC-MAIN-2021-49 | en | refinedweb |
import formats from global area into formats in site
We are currently using version 6.0.3, but are testing 6.7 beta.
We have one site in Cascade Server, but most of our content is
still in the global region. We have a number of XSLT formats in our
site that do an xsl:import of formats in the global region. This
worked ... | https://help-archives.hannonhill.com/discussions/how-do-i/33-import-formats-from-global-area-into-formats-in-site | CC-MAIN-2021-49 | en | refinedweb |
Using the TinEye API to determine if an image is a stock photo
Searching
Now that you’ve signed up and purchased a bundle, you’re ready to start searching. These examples will use the Python library for the TinEye API. The key used is the sandbox key, so you can copy and paste these examples to try them without using u... | https://help.tineye.com/article/182-using-the-tineye-api-to-determine-if-an-image-is-a-stock-photo | CC-MAIN-2021-49 | en | refinedweb |
Angular: Set Base URL Dynamically
Recently one of my Angular projects had a requirement to have multiple instances of websites hosted on the same domain with different base URLs. For example, the application URL is and now you want to create multiple sites with different base URL:
and so on. With the change in base URL... | http://www.projectcodify.com/angular-set-base-url-dynamically | CC-MAIN-2021-49 | en | refinedweb |
</ol>
ol { list-style-type: none; padding: 0; }
const { Observable, Observer, Subject } = rxjs; const logEl = document.getElementById('log'); function log(message) { const li = document.createElement('li'); const text = document.createTextNode(message); li.appendChild(text); logEl.appendChild(li); } const tapRefCount =... | https://codepen.io/bygrace1986/pen/zajeom/ | CC-MAIN-2021-49 | en | refinedweb |
NAME
beep, flash - curses bell and screen flash routines
SYNOPSIS
#include <curses.h>
int beep(void); int flash(void);
DESCRIPTION.
RETURN VALUE
These routines return OK if they succeed in beeping or flashing, ERR otherwise.
EXTENSIONS
SVr4s beep and flash routines always returned OK, so it was not possible to tell whe... | https://linux.fm4dd.com/en/man3/flash.htm | CC-MAIN-2021-49 | en | refinedweb |
What's New In Pylint 1.7¶
- Release
1.7
- Date
2017-04-13
Summary -- Release highlights¶
None yet.
New checkers¶
single-string-used-for-slotscheck was added, which is used whenever a class is using a single string as a slot value. While this is technically not a problem per se, it might trip users when manipulating the... | https://pylint.pycqa.org/en/latest/whatsnew/1.7.html | CC-MAIN-2021-49 | en | refinedweb |
Bindings for the wrecked terminal graphics library
Project description
wrecked_bindings
Python bindings for the wrecked terminal interface library.
Installation
Can be installed through pip
pip install wrecked
Usage
import wrecked # Instantiates the environment. Turns off input echo. top_rect = wrecked.init() # create ... | https://pypi.org/project/wrecked/1.0.10/ | CC-MAIN-2021-49 | en | refinedweb |
DEBSOURCES
Skip Quicknav
sources / dokujclient / 3.9
Dokujclient is both a command line tool to interact with instances of Dokwiki,
and a Java library for [Dokuwiki xmlrpc interface]()
which is also compatible with Android.
Currently tested with:
* Frusterick Manners (dokuwiki-2017-02-19)
* Elenor of Tsort (dokuwiki-20... | https://sources.debian.org/src/dokujclient/3.9.1-1/README.md/ | CC-MAIN-2021-49 | en | refinedweb |
Just finished another Chrome extension
Object attribute lookup in Python
Resources
descriptors
-
-
python 2 docs
-
great insights
-
__mro__ (Method Resolution Order)
-
-
simulate a
__getattribute__ call
-
Definitions
- Everything in Python is an object (i.e. classes, modules, the numbers, the strings, etc)
- A
classis ... | http://www.betterprogramming.com/ | CC-MAIN-2021-49 | en | refinedweb |
Trying out your "Scrape the web" python code sample
I got the error
"ImportError: No module named bs4?"
Hi Hervé,
You need to install the beautifulsoup4 (bs4) python package.
You can do this in the code env section of the administration page.
In your python code env, in "packages to install" you add :
beautifulsoup4
Ad... | https://community.dataiku.com/t5/Using-Dataiku/ImportError-No-module-named-bs4/m-p/15101 | CC-MAIN-2021-49 | en | refinedweb |
preface
- Multithreading is not commonly used in Unity, so the knowledge about it is not particularly thorough
- So this article will briefly talk about the role, limitations and usage of multithreading in Unity
Use of multithreading in Unity
In Unity, in addition to the main thread responsible for UI drawing, there ar... | https://programmer.help/blogs/617badfe35491.html | CC-MAIN-2021-49 | en | refinedweb |
In Python, you'll probably use a tuple to initialize a sequence that shouldn't be modified elsewhere in the program. This is because tuples are immutable.
However, using a tuple may reduce the readability of your code as you cannot describe what each item in the tuple stands for. This is where NamedTuples can come in h... | https://www.freecodecamp.org/news/python-namedtuple-examples-how-to-create-and-work-with-namedtuples/ | CC-MAIN-2021-49 | en | refinedweb |
fabrics wholesaler
shenzhen , guangdong
china
1918,Pacific Commercial And Trading Bldg, JiaBin Road, Luohu District,
Goldentex Industrial And Trading Co.,Ltd can offer our products such as apparel and garments , fabrics , fibre in custom ...
carbon fiber fabric sheets supplier
polyester fabric wholesaler
flax fiber sup... | https://www.textileinfomedia.com/business/china/fabrics | CC-MAIN-2021-49 | en | refinedweb |
Documentation
¶
Overview ¶
The importers package uses go/ast to analyze Go packages or Go files and collect references to types whose package has a package prefix. It is used by the language specific importers to determine the set of wrapper types to be generated.
For example, in the Go file ¶
package javaprogram
impor... | https://pkg.go.dev/github.com/iRezaaa/mobile@v0.0.0-20191126111539-45e4d750f768/internal/importers | CC-MAIN-2021-49 | en | refinedweb |
Velo by Wix: Event handling of Repeater Item
In this post, we consider why we shouldn't nest event handler inside the Repeater loop and how we can escape it.
At first sight, the adding event handling for repeated items looks easy. You just handling events of repeated items inside Repeater loop methods there you have al... | https://shoonia.site/event-handling-of-repeater-item | CC-MAIN-2021-49 | en | refinedweb |
Update 15. January 2018: Jacoco 0.8.0 has been released. No need to build it from the SNAPSHOT version anymore.
Introduction
Test Coverage is a code metric that indicates how many lines of code, as a percent of the total, your tests execute. It can’t tell you anything about the quality of your tests, but it nevertheles... | https://www.rainerhahnekamp.com/en/ignoring-lombok-code-in-jacoco/ | CC-MAIN-2021-49 | en | refinedweb |
Check out these tips and techniques that you can use when attempting to optimize Angular applications. Learn how to use lazy loading, server-side rendering and more.
When an application grows from a couple lines of code to several files or folders of code, then every byte or second saved matters. When an application gr... | https://www.telerik.com/blogs/tips-for-optimizing-your-angular-application | CC-MAIN-2021-49 | en | refinedweb |
kantan.xpathkantan.xpath
I find myself having to scrape websites with some regularity, and Scala always makes the whole process more painful than it really needs to be - the standard XML API is ok, I suppose, but the lack of XPath support (or actually usable XPath-like DSL) is frustrating.
kantan.xpath is a thin wrappe... | https://index.scala-lang.org/nrinaudo/kantan.xpath/kantan.xpath-libra/0.5.2?target=_2.13 | CC-MAIN-2021-49 | en | refinedweb |
reassembles fragmented network-layer packets More...
#include <lp-reassembler.hpp>
reassembles fragmented network-layer packets
Definition at line 43 of file lp-reassembler.hpp.
Definition at line 41 of file lp-reassembler.cpp.
set options for reassembler
Definition at line 140 of file lp-reassembler.hpp.
This is only ... | https://ndnsim.net/2.3/doxygen/classnfd_1_1face_1_1LpReassembler.html | CC-MAIN-2021-49 | en | refinedweb |
In a program of any complexity, you’ll create hundreds or thousands of names, each pointing to a specific object. How does Python keep track of all these names so that they don’t interfere with one another? This course covers Python namespaces, the structures used to organize the symbolic names assigned to objects in a... | https://realpython.com/courses/navigate-namespaces-scope/ | CC-MAIN-2021-49 | en | refinedweb |
Last:
class CodeCoverageExample { def usedMethod(def a) { if (a) { dispatchToPrivateMethod() } else { dispatchToPrivateMethod2() } } def unusedMethod(def a) { if (a) { dispatchToPrivateMethod() } } private def dispatchToPrivateMethod() { 1 } private def dispatchToPrivateMethod2() { 2 } }
It also has one test:
import sp... | https://www.kyleboon.org/blog/2014/04/17/code-coverage-with-groovy/ | CC-MAIN-2021-49 | en | refinedweb |
table of contents
NAME¶
aio_return - get return status of asynchronous I/O operation
SYNOPSIS¶
#include <aio.h>
ssize_t aio_return(struct aiocb *aiocbp);
Link with -lrt.
DESCRIPTION¶.
RETURN VALUE¶
If the asynchronous I/O operation has completed, this function returns the value that would have been returned in case of ... | https://manpages.debian.org/bullseye/manpages-dev/aio_return.3.en.html | CC-MAIN-2021-49 | en | refinedweb |
.
$ cpan -l
You can also use "cpan"'s "-a" switch to create an autobundle file
that "CPAN.pm" understands and can,
},
@INC
);
print join "\n", @files;
If you simply need to check quickly to see if a module is
available, you can check for its documentation. If you can
read the documentation the module is most likely in... | https://www.linuxhowtos.org/manpages/1/perlfaq3.htm | CC-MAIN-2021-49 | en | refinedweb |
There are three aspects to securing WebLogic web services:
Access control security
You can secure the entire web service by restricting access to the URLs that invoke the web service (or its WSDL). This approach automatically secures any backend components used to implement the web service. Alternatively, you can secur... | https://flylib.com/books/en/2.107.1/2874_security.html | CC-MAIN-2019-04 | en | refinedweb |
Load a 3d model
To load a 3d model in your openFrameworks app you have to use the
ofxAssimpModelLoader addon, that already comes with your openFrameworks
installation.
First, you have to include and define
ofxAssimpModelLoader in your
ofApp.h:
#include "ofxAssimpModelLoader.h" ofxAssimpModelLoader yourModel;
Then, in y... | https://openframeworks.cc/zh_cn/learning/05_3d/3d_example_how_to/ | CC-MAIN-2019-04 | en | refinedweb |
Jenkins Best Practices – Practical Continuous Deployment in the Real World — GoDaddy Open Source HQ
Java.
Sc
2 minutes to spare: Apache NiFi on Mac
As a Mac user, I usually run Apache NiFi using one of the two approaches:
- by standing up a Docker container;
- by downloading and installing locally on your Mac;
Running ... | https://semanticreatures.com/ | CC-MAIN-2019-04 | en | refinedweb |
Ask the PRO
LANGUAGES: C#
ASP.NET VERSIONS: 1.0 | 1.1
Get a Rich UI With WinForms
Use a DataReader to enumerate multiple sets of query results.
By Jeff Prosise
Q: I'm interested in using Windows Forms controls to build rich user interfaces in ASP.NET Web pages. I know how to deploy the controls and access their propert... | https://www.itprotoday.com/web-development/get-rich-ui-winforms | CC-MAIN-2019-04 | en | refinedweb |
Cleaning Column Labels
1. Drop extraneous columns
Drop features that aren’t consistent (not present in both datasets) or aren’t relevant to our questions. Use Pandas’ dropfunction.
2. Rename Columns
- Change the “Sales Area” column label in the 2008 dataset to “Cert Region” for consistency.
- Rename all column labels t... | http://tomreads.com/2018/02/22/data-analysis-process-case-study-2-udacity/ | CC-MAIN-2019-04 | en | refinedweb |
XmFrame - The Frame widget class
#include <Xm/Frame.h>
Frame is a very simple manager used to enclose a single work area child in a border drawn by Frame. It uses the Manager class resources for border drawing and performs geometry management so that its size always matches its child's outer size plus the Frame's margi... | http://vaxination.ca/motif/XmFrame_3X.html | CC-MAIN-2019-04 | en | refinedweb |
Practical ASP.NET
Now that you know how to use them (see Part 1 if you don't), it's time to create custom ones.
Last time, we introduced the open source ConventionTests library. If you are new to ConventionTests be sure to check that article out first.
While ConventionTests comes with a number of pre-built supplied con... | https://visualstudiomagazine.com/articles/2015/03/26/conventiontests-part-2-asp-net.aspx | CC-MAIN-2019-04 | en | refinedweb |
Introduction to Quantum Computing¶
With every breakthrough in science there is the potential for new technology. For over twenty years, researchers have done inspiring work in quantum mechanics, transforming it from a theory for understanding nature into a fundamentally new way to engineer computing technology. This fi... | https://pyquil.readthedocs.io/en/v2.2.0/intro.html | CC-MAIN-2019-04 | en | refinedweb |
Builder Pattern – Creational
In this post, I’d like to talk about the Builder Pattern. This pattern is part of the Creational grouping in which other patterns such as Factory and Singleton are also a part of.
For what do we use the Builder Pattern?
Sometimes we might need to have objects that work in the same way, howe... | http://fdiez.org/builder-pattern-creational/?share=google-plus-1 | CC-MAIN-2019-09 | en | refinedweb |
public class CheckedInputStream extends FilterInputStream
Checksum
in
available, close, mark, markSupported, read, reset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
lenis not zero, the method blocks until some input is available; otherwise, no bytes are read and
0is return... | http://www.cs.oberlin.edu/~rhoyle/17f-cs151/jdk1.8/docs/api/java/util/zip/CheckedInputStream.html | CC-MAIN-2019-09 | en | refinedweb |
#include <wx/archive.h>
This is an abstract base class which serves as a common interface to archive output streams such as wxZipOutputStream.
wxArchiveOutputStream::PutNextEntry is used to create a new entry in the output archive, then the entry's data is written to the wxArchiveOutputStream. Another call to PutNextEn... | https://docs.wxwidgets.org/3.1.2/classwx_archive_output_stream.html | CC-MAIN-2019-09 | en | refinedweb |
Note: This section uses sample
.hal
files to illustrate how HIDL language constructs map to C++.
With few exceptions, HIDL interface packages are located in
hardware/interfaces or the
vendor/ directory. The
hardware/interfaces top-level maps directly to the
android.hardware package namespace; the version is a subdirect... | https://source.android.com/devices/architecture/hidl-cpp/packages?hl=ko | CC-MAIN-2019-09 | en | refinedweb |
Board index » python
All times are UTC.*-*-*.com/ ~pinard/pymacs/Pymacs.tar.gz
(Beware: the capital `P' was a lower case `p' in previous announcements.)
Pymacs allows Emacs users to extend Emacs using Python, where they might have traditionally used Emacs LISP. Pymacs runs on systems having sub-processes.
No bugs were ... | http://computer-programming-forum.com/37-python/8d59704436cef063.htm | CC-MAIN-2019-09 | en | refinedweb |
/ruby
$logLevel = Integer(ARGV[0])
ARGV.clear
def logit(level, msg)
if level >= $logLevel
puts 'MSG' + String(level) + ': ' + msg
end
end
def getUser()
logit(2, 'Entering Function getUser()...')
print 'Enter User Name: '
user = gets.chomp
logit(1, 'Leaving Function getUser()...')
return user
end
logit(3, 'Starting Scri... | http://www.dreamsyssoft.com/ruby-scripting-tutorial/functions-tutorial.php | CC-MAIN-2019-09 | en | refinedweb |
Images are a fun part of web development. They look great, and are incredibly important in almost every app or site, but they’re huge and slow. A common technique of late is that of lazy-loading images when they enter the viewport. That saves a lot of time loading your app, and only loads the images you need to see. Th... | https://alligator.io/vuejs/vue-lazy-load-images/ | CC-MAIN-2019-09 | en | refinedweb |
Transferring Data From Cassandra to Couchbase Using Spark
Transferring Data From Cassandra to Couchbase Using Spark
Started off with Cassandra only to realize that Couchbase suits your needs more? This Spark plugin can help you transfer your data to Couchbase quickly and easily.).
There are many NoSQL databases in the ... | https://dzone.com/articles/transferring-data-from-cassandra-to-couchbase-usin | CC-MAIN-2019-09 | en | refinedweb |
How to use TagLib into my Qt c++ Project
Hello,
I'd like to get the additional information of a media file in a qt application i'm building and so i decided to use taglib. Can anyone tell me how to use TagLib in qt from the beginning ? The version I got was 1.6.3.
Thanks
- SGaist Lifetime Qt Champion
@Moderators @mrjj ... | https://forum.qt.io/topic/68142/how-to-use-taglib-into-my-qt-c-project/4 | CC-MAIN-2019-09 | en | refinedweb |
Getting Started with RadPropertyGrid
This tutorial will walk you through the creation of a sample application that contains RadPropertyGrid.
- Assembly References
- Add RadPropertyGrid to Your Project
- Bind RadPropertyGrid to a Single Item
- Bind RadPropertyGrid to a Visual Element
- Key Properties
- Setting a Theme
A... | https://docs.telerik.com/devtools/silverlight/controls/radpropertygrid/getting-started/getting-started | CC-MAIN-2019-09 | en | refinedweb |
Every single day, we’re bombarded by commercials telling us that a particular product will make us happy. Just buy these jeans, drink this soft drink, or drive this car and you’ll be happy and attractive. We can’t promise it will increase your sex appeal, but we have found something that will make you happy about writi... | http://www.linux-mag.com/id/1024/ | CC-MAIN-2019-09 | en | refinedweb |
Instead of the global char output[999] wich is really big, you could allocate a perfectly sized array with calloc - like this in the sort_reverse function:
char *output = calloc(strlen(input_string), sizeof(char));
and in main program:
char *reversed_string = sort_reverse("Whatever"); printf("%s\n", reversed_string); /... | https://bbs.archlinux.org/extern.php?action=feed&tid=160355&type=atom | CC-MAIN-2017-17 | en | refinedweb |
My initial thoughts on the default constructor are that it was called automatically. From what I can see, it seems that this is so but a constructor called automatically doesn't initialize int or char variables for exampe, to Zero as I originally thought. It appears that they initialize the variable with a garbage valu... | https://www.daniweb.com/programming/software-development/threads/433289/default-constructor | CC-MAIN-2017-17 | en | refinedweb |
iSndSysSource3DDoppler Struct Reference
[Sound system]
Extension to the iSndSysSource3D interface, allowing Doppler shift effects. More...
#include <isndsys/ss_source.h>
Detailed Description
Extension to the iSndSysSource3D interface, allowing Doppler shift effects.
The Doppler effect that causes sound sources the chan... | http://www.crystalspace3d.org/docs/online/api-1.4/structiSndSysSource3DDoppler.html | CC-MAIN-2017-17 | en | refinedweb |
Earlier this year, Github released Atom-Shell, the core of its famous open-source editor Atom, and renamed it to Electron for the special occasion.
Electron, unlike other competitors in the category of Node.js-based desktop applications, brings its own twist to this already well-established market by combining the powe... | https://www.toptal.com/javascript/electron-cross-platform-desktop-apps-easy | CC-MAIN-2017-17 | en | refinedweb |
I just want a simple single sign-on for my application and identityserver3 seen to be a good solution. three things i didn't like about it though the consent page, the logout and logged out pages. i manage to disable the consent page by setting these lines to the Clients.cs file
RequireConsent = false,
AllowRememberCon... | https://codedump.io/share/P48awB3Nz7SM/1/how-to-remove-logout-and-loggedout-paged-from-aspnet-identityserver3 | CC-MAIN-2017-17 | en | refinedweb |
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1720/ltp
Modified Files:
ChangeLog
Log Message:
Changes for FEBRUARY 2008
Index: ChangeLog
===================================================================
RCS file: /cvsroot/ltp/ltp/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1... | https://sourceforge.net/p/ltp/mailman/message/18709493/ | CC-MAIN-2017-17 | en | refinedweb |
Preventing passive federation for Web Api under a MVC4 website
I have an ASP.Net MVC4 website that is running passive federation to Azure ACS. This works great for standard http requests from a browser. I have now added some web api services to the same solution but hit issues with acceptance testing.
I have secured my... | http://www.neovolve.com/2013/05/02/preventing-passive-federation-for-web-api-under-a-mvc4-website/ | CC-MAIN-2017-17 | en | refinedweb |
How can I accept custom type query parameter?
public String detail(@QueryParam("request") final MYRequest request) {
jersey.server.model.ModelValidationException: Validation of the application resource model has failed during application initialization.
Take a look at the
@QueryParam documentation, in regards to accept... | https://codedump.io/share/ufwpZ3wzSK0l/1/passing-custom-type-query-parameter | CC-MAIN-2017-17 | en | refinedweb |
Question: What is a testamentary trust
What is a testamentary trust?
Answer to relevant QuestionsMultiple Choice Questions1. Which of the following is not a true statement?a. Testate refers to a person having a valid will.b. The laws of descent convey personal property if an individual dies without a valid will.c. .. .... | http://www.solutioninn.com/what-is-a-testamentary-trust | CC-MAIN-2017-17 | en | refinedweb |
al_utf8_encode man page
al_utf8_encode — Allegro 5 API
Synopsis
#include <allegro5/allegro.h> size_t al_utf8_encode(char s[], int32_t c)
Description
Encode the specified code point to UTF-8 into the buffer
s. The buffer must have enough space to hold the encoding, which takes between 1 and 4 bytes. This routine will re... | https://www.mankier.com/3/al_utf8_encode | CC-MAIN-2017-17 | en | refinedweb |
Vroom! - A Simple DarkRoom/WriteRoom Remake in Tkinter
Fredrik Lundh | August 2007
Room Editors #
Recently, I’ve been using Jeffrey Fuller’s Dark Room editor for a lot of my writing. Dark Room is a Windows remake of the OS X application WriteRoom, and is designed, just as the original, to let you focus on the text you’... | http://effbot.org/zone/vroom.htm | CC-MAIN-2017-17 | en | refinedweb |
Write a C++ program with proper style to estimate the springtime count of deer in a park for 15
consecutive years. The population of any given year depends on the previous year's population
according to the following calculation:
If the lowest winter population was 0oF or colder, the deer population drops by 12%
If the... | http://www.dreamincode.net/forums/topic/25382-hi-im-new-to-c/ | CC-MAIN-2017-17 | en | refinedweb |
Current clang version is 4.0.0-1
Search Criteria
Package Details: include-what-you-use 1:0.7-1
Dependencies (8)
- clang>=3.9 (clang-assert, clang-pypy-stm, clang-svn)
- clang<=3.10 (clang-assert, clang-pypy-stm, clang-svn)
- clang>=3.9 (clang-assert, clang-pypy-stm, clang-svn) (make)
- clang<=3.10 (clang-assert, clang-... | https://aur.archlinux.org/packages/include-what-you-use/ | CC-MAIN-2017-17 | en | refinedweb |
Hello, I'm trying to create an instance of a struct that has no explicit constructor in C#, but in python I always get a TypeError. My test struct in C#: namespace Foo { public struct MyStruct { public int x; } } In python: mystruct = Foo.MyStruct() This gives me "TypeError: no constructor matches given arguments". I g... | https://mail.python.org/pipermail/pythondotnet/2008-October/000852.html | CC-MAIN-2017-17 | en | refinedweb |
ADF 2.1.0 has been released. This is a minor release with some interesting new features are worth to detail. One of them is the new Metadata component, which is the subject of this article.
This post will be a practical guide for the ADF Metadata component, how to install it, use it and configure it.
The purpose of the... | https://community.alfresco.com/docs/DOC-7301-introduction-to-the-new-content-metadata-component | CC-MAIN-2019-04 | en | refinedweb |
Now, we will see how to build a basic neural network using TensorFlow, which predicts handwritten digits. We will use the popular MNIST dataset which has a collection of labeled handwritten images for training.
First, we must import TensorFlow and load the dataset from tensorflow.examples.tutorial.mnist:
import tensorf... | https://www.oreilly.com/library/view/hands-on-reinforcement-learning/9781788836524/c7d5c608-1bfa-4ec9-9ffe-ece177bbc42d.xhtml | CC-MAIN-2019-04 | en | refinedweb |
Subject: Re: [Boost-gil] Preferred line length
From: Mateusz Loskot (mateusz_at_[hidden])
Date: 2018-04-11 20:22:27
On 11 April 2018 at 22:05, Stefan Seefeld <stefan_at_[hidden]> wrote:
> On 04/11/18 15:51, Mateusz Loskot wrote:
>>
>> Can we try to settle the preferred line length in GIL source code?
>>
>> Current styl... | https://lists.boost.org/boost-gil/2018/04/0023.php | CC-MAIN-2019-04 | en | refinedweb |
A couple of days ago, I wrote about creating the RoomEditorApp GitHub repository for the Revit add-in part of my cloud-based real-time round-trip 2D Revit model editing application on any mobile device and promised to discuss its implementation details anon.
Well, the obvious place to start that is by providing an arch... | https://thebuildingcoder.typepad.com/blog/2013/11/roomeditorapp-architecture-and-external-application.html | CC-MAIN-2019-04 | en | refinedweb |
This article describes in detail the steps I took in setting up Elasticsearch as the search provider for Pony Foo. I start by explaining what Elasticsearch is, how you can set it up to make useful searches through the Node.js API client, and how to deploy the solution onto a Debian or Ubuntu environment.
A while back I... | http://www.shellsec.com/news/23892.html | CC-MAIN-2017-13 | en | refinedweb |
This is your resource to discuss support topics with your peers, and learn from each other.
09-29-2009 09:39 AM
I want to show the Label Field in Red color. How to change the Font Color in Blackberry?
Thanks for any help.
Solved! Go to Solution.
09-29-2009 09:42 AM
Did you even bother to search the forum ?
Anyway.. try... | https://supportforums.blackberry.com/t5/Java-Development/How-to-Change-the-Font-Color/m-p/344061/highlight/true | CC-MAIN-2017-13 | en | refinedweb |
Difference between revisions of "Talk:Dm-crypt"
Revision as of 07:23, 20 January 2014
Contents
Cleanup and Clarification)
Splitting sections into separate pages
Does anyone else feel that 11,305 words is too long for a single article? I'd like to propose splitting this article across multiple pages. If MediaWiki's Subp... | https://wiki.archlinux.org/index.php?title=Talk:Dm-crypt&diff=293686&oldid=277159 | CC-MAIN-2017-13 | en | refinedweb |
Opened 7 years ago
Closed 7 years ago
#13029 closed (invalid)
Exception Value is empty with a HTMLParser.HTMLParseError
Description
In the settings.DEBUG Traceback page is the Exception Value empty if a HTMLParser.HTMLParseError was raised.
e.g.: Put this in a view:
from HTMLParser import HTMLParseError raise HTMLParse... | https://code.djangoproject.com/ticket/13029 | CC-MAIN-2017-13 | en | refinedweb |
#include <deal.II/base/polynomial.h>
Legendre polynomials of arbitrary degree. Constructing a Legendre polynomial of degree
p, the roots will be computed by the Gauss formula of the respective number of points and a representation of the polynomial by its roots.
Definition at line 389 of file polynomial.h.
Constructor ... | https://www.dealii.org/developer/doxygen/deal.II/classPolynomials_1_1Legendre.html | CC-MAIN-2017-13 | en | refinedweb |
Welcome to MIX! Following suit with many Microsoft web technologies, here’s our product announcement…..It’s been a long time coming – a year, in fact, since I presented a sneak peak of the Microsoft Virtual Earth Silverlight (VESL) Map Control at MIX 2008. Now, here we are a year later at MIX 2009 releasing the Microso... | https://blogs.msdn.microsoft.com/virtualearth/2009/03/18/introducing-the-virtual-earth-silverlight-map-control/ | CC-MAIN-2017-13 | en | refinedweb |
Get-DAEntryPoint
Get-DAEntryPoint
Syntax
Detailed Description
The Get-DAEntrypoint cmdlet displays the settings for an entry point, including the entry point name, the global load balancing IP address, and a list of entry point for which the entry point information should be retrieved.
-Name<String>
Specifies the name ... | https://technet.microsoft.com/en-us/library/hh918439(v=wps.620).aspx | CC-MAIN-2017-13 | en | refinedweb |
How to import contacts to Thunderbird
Many users would like import their contats from mobile phone to their Thunderbird. We prepared this easy instructions for you, how you can import contacts with PhoneCopy.com to your Thunderbird. List of support mobile phones find here
Next help and advices are on page How to
How to... | https://www.phonecopy.com/en/pages/how_to_import_contacts_to_thunderbird | CC-MAIN-2017-13 | en | refinedweb |
A new set of Windows Azure enhancements were released today, one of which is support for ASP.Net Web API backend on Mobile Services. Prior to this update, all backend services were written in NodeJS which is a fantastic platform, but it can feel a bit alien to a lot of .Net developers to develop server-side code in Jav... | http://geoffwebbercross.blogspot.co.uk/2014_02_01_archive.html | CC-MAIN-2017-13 | en | refinedweb |
Exploring the Code of the Survey Development Suite
- Survey Repository
- Survey Development Studio
- PocketSurvey
- Moving On
Chapter 3: Exploring the Code of the Survey Development Suite
At this point you're probably pretty eager to get into the code. We've covered the basics of what the Survey Development Suite does ... | http://www.informit.com/articles/article.aspx?p=174096&seqNum=4 | CC-MAIN-2017-13 | en | refinedweb |
java.lang.Object
org.ref_send.promise.Eventualorg.ref_send.promise.Eventual
public class Eventual
The eventual operator.
This class decorates an event loop with methods implementing the core eventual control flow statements needed for defensive programming. The primary aim of these new control flow statements is preven... | http://waterken.sourceforge.net/javadoc/org/ref_send/promise/Eventual.html | CC-MAIN-2017-13 | en | refinedweb |
In the previous post I explained about configuring Flask-SocketIO, Nginx and Gunicorn. This post includes integrating Flask-SocketIO library to display notifications to users in real time.
Flask Config
For development we use the default web server that ships with Flask. For this, Flask-SocketIO fallsback to long-pollin... | http://blog.fossasia.org/flask-socketio-notifications/ | CC-MAIN-2017-13 | en | refinedweb |
If you are reading this in the future then it's possible that the state
of the art has changed. We recommend you start by reading the perlootut
document in the latest stable release of Perl, rather than this
version.
By default, Perl's built-in OO system is very minimal, leaving you to
do most of the work. This minima... | http://linuxhowtos.org/manpages/1/perlootut.htm | CC-MAIN-2017-13 | en | refinedweb |
A
highly specialized feature of SQL Server 2008, managed user-defined
aggregates (UDAs) provide the capability to aggregate column data based
on user-defined criteria built in to .NET code. You can now extend the
(somewhat small) list of aggregate functions usable inside SQL Server to
include those you custom-define.
T... | http://mscerts.programming4.us/sql_server/sql%20server%202008%20%20%20developing%20custom%20managed%20database%20objects%20(part%205)%20-%20developing%20managed%20user-defined%20aggregates.aspx | CC-MAIN-2014-49 | en | refinedweb |
basic_filebuf::close
Closes a file.
close calls fclose(fp). If that function returns a nonzero value, the function returns a null pointer. Otherwise, it returns this to indicate that the file was successfully closed.
For a wide stream, if any insertions have occurred since the stream was opened, or since the last call ... | http://msdn.microsoft.com/en-us/library/2eaet6xc(v=vs.80) | CC-MAIN-2014-49 | en | refinedweb |
10 September 2012 04:22 [Source: ICIS news]
?xml:namespace>
Honam bought two cargoes for delivery to Daesan at a premium of $18.50/tonne (€14.43/tonne) to
Honam previously purchased two cargoes totalling 50,000 tonnes for delivery in the second half of October. The naphtha cargoes fetched a premium of around $11/tonne ... | http://www.icis.com/Articles/2012/09/10/9593948/s.koreas-honam-buys-75000-tonnes-naphtha-for-second-half-oct.html | CC-MAIN-2014-49 | en | refinedweb |
Not applicable
App performance
Want to get the best possible performance out of your Cascades application? The first thing to do is make sure that your application complies with the following performance check list.
While there are many things that you can do to increase the performance of your application, these are t... | http://developer.blackberry.com/native/documentation/cascades/best_practices/performance/performance.html | CC-MAIN-2014-49 | en | refinedweb |
Tricks and Tips with NIO part V: SSL and NIO, friend or foe?
Over the last couple of months, I was investigating how I can add SSL support in GlassFish without having to redesign its HTTP Connector called Grizzly. I have to admit that everytime I’ve looked at the example included with the JDK, I was feeling like trying... | http://jfarcand.wordpress.com/2006/09/21/tricks-and-tips-with-nio-part-v-ssl-and-nio-friend-or-foe/ | CC-MAIN-2014-49 | en | refinedweb |
23 October 2009 17:17 [Source: ICIS news]
By Nigel Davis
LONDON (ICIS news)--If you have sought direction from the first flush of third-quarter financial results from the sector majors or, recently, from chemicals markets themselves, then you may not have been disappointed.
The talk has been of recovery, although globa... | http://www.icis.com/Articles/2009/10/23/9257741/INSIGHT-Dont-expect-much-from-US-and-Europe.html | CC-MAIN-2014-49 | en | refinedweb |
Talk:How to start a grassroots group
From OLPC
"OLPC xxx" namespace usage
There are many pages and categories in the pattern of "OLPC country", which is perhaps best read as "OLPC volunteers in country", although sometimes it may be confused as being more narrowly defined as the local chapter organized with the name "O... | http://wiki.laptop.org/go/Talk:How_to_start_a_grassroots_group | CC-MAIN-2014-49 | en | refinedweb |
12 March 2010 09:13 [Source: ICIS news]
LONDON (ICIS news)--LyondellBasell successfully restarted its 210,000 tonne/year polypropylene (PP) plant at Carrington in the UK on Friday after several failed attempts, a company source said.
The restart was delayed for 12 days following a planned, month-long maintenance shutdo... | http://www.icis.com/Articles/2010/03/12/9342151/lyondellbasell-restarts-carrington-uk-polypropylene-unit.html | CC-MAIN-2014-49 | en | refinedweb |
I was introduced to the open-source performance testing tool Gatling a few months ago by Dustin Barnes and fell in love with it. It has an easy to use DSL, and even though I don’t know a lick of Scala, I was able to figure out how to use it. It creates pretty awesome graphics and takes care of a lot of work for you beh... | http://java.dzone.com/articles/neo4j-and-gatling-sitting-tree | CC-MAIN-2014-49 | en | refinedweb |
.
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; public class Form1 : Form { private ToolStripContainer toolStripContainer1; private ToolStrip toolStrip1; public Form1() { InitializeComponent(); } [STAT... | http://msdn.microsoft.com/en-us/library/system.windows.forms.toolstrip.aspx | CC-MAIN-2014-49 | en | refinedweb |
11 August 2010 05:59 [Source: ICIS news]
By John Richardson
SINGAPORE (ICIS)--China will account for around one-third of global polypropylene (PP) consumption by the middle of this decade, up from the current 25%, as domestic demand continues to grow at more than 10% a year, a consultant said on Wednesday.
Mike Smith, ... | http://www.icis.com/Articles/2010/08/11/9383898/china-to-account-for-one-third-of-global-pp-consumption-by-2015.html | CC-MAIN-2014-49 | en | refinedweb |
I host an entire server to send content between two processes running on the same machine. That's what IPC is for...
So why do people want to use it then?????
Well that's an easy question to answer, they like it, the api is simple and it means they can make REST based web apps inside Electron with an architecture they ... | https://blog.samuelattard.com/using-express-inside-electron/ | CC-MAIN-2021-31 | en | refinedweb |
Turtle is a render engine mostly used for preparing game assets and baking the textures/lights. Although it may be useful for some people, a large part of the industry does not need it.
The problem is, Turtle nodes are very persistent. Once the plugin activated, it creates a couple of locked nodes which you cannot dele... | https://www.ardakutlu.com/maya-tips-tricks-kill-the-turtle/ | CC-MAIN-2021-31 | en | refinedweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.