text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
_browseinfoA structure Contains parameters for the SHBrowseForFolder function and receives information about the folder selected by the user. Syntax typedef struct _browseinfoA { HWND hwndOwner; PCIDLIST_ABSOLUTE pidlRoot; LPSTR pszDisplayName; LPCSTR lpszTitle; UINT ulFlags; BFFCALLBACK lpfn; LPARAM lParam; int iImage...
https://docs.microsoft.com/en-us/windows/desktop/api/shlobj_core/ns-shlobj_core-_browseinfoa
CC-MAIN-2018-43
en
refinedweb
Earlier we shared ArrayList example and how to initialize ArrayList in Java. In this post we are sharing how to iterate (loop) ArrayList in Java. There are four ways to loop ArrayList: - For Loop - Advanced for loop - While Loop - Iterator Lets have a look at the below example – I have used all of the mentioned methods...
https://beginnersbook.com/2013/12/how-to-loop-arraylist-in-java/
CC-MAIN-2018-43
en
refinedweb
After the big birthday party, Katie still wanted Shiro to have some more fun. Later, she came up with a game called treasure hunt. Of course, she invited her best friends Kuro and Shiro to play with her. The three friends are very smart so they passed all the challenges very quickly and finally reached the destination....
https://blog.csdn.net/weixin_39792252/article/details/80321706
CC-MAIN-2018-43
en
refinedweb
Managing Ensemble Purging Production Data [Back] Ensemble Management Guides > Managing Ensemble > Purging Production Data Class Reference Search : The [Ensemble] > [Purge Management Data] page allows you to delete outdated entries from the Event Log, message warehouse, business process log, business rule log, and I/O a...
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=EGMG_purge
CC-MAIN-2018-43
en
refinedweb
N00B. I keep getting a segmentation fault when I try to substitute a word with another. I'm using this tutorial as an example but don't seem to get it right: #include <stdio.h> #include <string.h> void REPLACE(char STRING[]) { char *MONTH[] = {"January","February","March","April","May","June","July","August","September...
https://www.daniweb.com/programming/software-development/threads/233970/string-array-substitution
CC-MAIN-2018-43
en
refinedweb
Hello EclipseLink + Modularity on the NetBeans Platform Hello EclipseLink + Modularity on the NetBeans Platform Join the DZone community and get the full member experience.Join For Free Java-based (JDBC) data connectivity to SaaS, NoSQL, and Big Data. Download Now. There are two interesting things worth noticing here, ...
https://dzone.com/articles/hello-eclipselink-modularity-n
CC-MAIN-2018-43
en
refinedweb
Existing deepwater gas discoveries, mostly in the KG basin, are not viable at the new gas price of .61. (Reuters) India’s natural gas deficit and its reliance on imports will continue as the just-announced gas pricing policy by the Narendra Modi govt with its low rates and lack of roadmap to free pricing may not revita...
https://www.financialexpress.com/economy/indias-gas-deficit-to-continue-on-unimpressive-new-policy/6063/
CC-MAIN-2018-43
en
refinedweb
In the sample program “Degrees” in chapter 5, I know it has something to do with freezeInC = 0, but I don’t understand how the computer knows the variable cel = 0. I’m having trouble wrapping my head around how we took the return value of FahrenheitFromCelsius() and assigned it to the freezeInF variable of type float. ...
https://forums.bignerdranch.com/t/return/5614
CC-MAIN-2018-43
en
refinedweb
Move NotificationService calls to Sidekiq What does this MR do?What does this MR do? There are quite a few places where we call methods on NotificationService from Unicorn. These can be very expensive: #43106 (comment 64018144) This does not make them less expensive (that will come in another MR), but does make a relat...
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18535
CC-MAIN-2018-43
en
refinedweb
Connect Using the SAP HANA .NET Core Interface You will learn - How to install the .NET Core SDK - How to create and debug a .NET Core application that queries an SAP HANA database Prerequisites - You have completed the first 3 tutorials in this mission. .NET Core is a free and open source software framework for Micros...
https://developers.sap.com/tutorials/hana-clients-dot-net-core.html
CC-MAIN-2020-40
en
refinedweb
ARDBCDeleteEntry Description This function deletes a single entry in an external data source. The plug-in server calls this function when it receives a delete entry request from the BMC Remedy AR System server. The BMC Remedy AR System server send a request when: - An BMC Remedy AR System API program calls the ARDelete...
https://docs.bmc.com/docs/ars91/en/ardbcdeleteentry-609071562.html
CC-MAIN-2020-40
en
refinedweb
- ASP - FTPWebRequest Problem - Report engine JasperReport like - Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2 could not be found" - Events, weak references or other approach advice required - Data Acess aplication block __How to use it on server without MicrosoftVisual Studio 2003 - Looking for examples - Loa...
https://bytes.com/sitemap/f-326-p-57.html
CC-MAIN-2020-40
en
refinedweb
Building a Rich Text Editor with React and Draft.js, Part 2.4: Embedding Images This post is part of the second installment of a multi-part series about building a Rich Text Editor with React and Draft.js. For an introduction to the Draft.js framework with setup instructions, checkout Building a Rich Text Editor with D...
https://medium.com/@siobhanpmahoney/building-a-rich-text-editor-with-react-and-draft-js-part-2-4-persisting-data-to-server-cd68e81c820
CC-MAIN-2020-40
en
refinedweb
Program for Row wise sorting of Matrix In this tutorial, we will learn about the Program for Row wise sorting of Matrix in C++. Firstly we will learn about matrix and its insertion. Then sort the matrix row-wise. Introduction Matrix is a rectangular array of numbers that are arranged in the form of rows and columns. Th...
https://www.codespeedy.com/cpp-program-for-row-wise-sorting-of-matrix/
CC-MAIN-2020-40
en
refinedweb
What is Java? Java is a computing platform for application development and an object-oriented, Class-based and Concurrent programming language which means many statements can be executed at the same time instead of sequentially executing it. Java can run on all platforms and free to access. The following are important ...
https://www.educba.com/what-is-java/
CC-MAIN-2020-40
en
refinedweb
My domain is: kindect.com I ran this command: sudo ./certbot-auto renew --force-renew --debug It produced this output: sudo ./certbot-auto renew --force-renew --dry-run --debug [root@frozengate ec2-user]# ./certbot-auto renew --force-renew Upgrading certbot-auto 1.5.0 to 1.7.0… Replacing certbot-auto… Creating virtual ...
https://community.letsencrypt.org/t/certbot-auto-renew-upgraded-1-5-0-to-1-7-0-unexpectedly-and-broke-certbot-virtualenv-15-1-0-error/131730
CC-MAIN-2020-40
en
refinedweb
tl;dr In this blog post we built a shallow clone of Pentagram's beautiful portfolio site with Gatsby.js. Much page transition. Very headless CMS. So React. Some say "imitation is the sincerest form of flattery." Throughout my career as a designer/developer, I've tried to employ imitation as an educational tool, dissect...
https://dev.to/mattrothenberg/recreating-pentagram-com-a-deep-dive-with-gatsby-js-h75
CC-MAIN-2020-40
en
refinedweb
Normal Distribution in C++ In this tutorial, we will learn about normal distribution and its implementation in C++. Before proceeding further let’s first understand what is a normal distribution. Normal Distribution: - It is a continuous probability distribution. - A continuous random variable X is said to follow the n...
https://www.codespeedy.com/normal-distribution-in-cpp/
CC-MAIN-2020-40
en
refinedweb
Introduction/Overview Very often in projects involving multiple users with complex system integration, it happens that due to some reason BO (Business Object) instance is locked by integration or business user. This causes the update failure. In case you would like to know the business object instance locking status th...
https://blogs.sap.com/2020/07/02/how-to-check-if-bo-instance-is-locked-in-sap-cloud-for-customer-pdi-sdk/
CC-MAIN-2020-40
en
refinedweb
I know there is documentation, however, can someone give a simple example (with steps) for installing/using a python module from the native python library in Splunk? If it is not native please example how to install it into SPL v 6.2.3 Any explanation how to get started with python in Splunk is appreciated. Thank you G...
https://community.splunk.com/t5/Developing-for-Splunk-Enterprise/How-to-use-python-library-in-Splunk/td-p/279688
CC-MAIN-2020-40
en
refinedweb
Try the new System.Text.Json APIs Immo. We also have a video: Getting the new JSON libraryGetting the new JSON library - If you’re targeting .NET Core. Install the latest version of the .NET Core 3.0 preview. This gives you the new JSON library and the ASP.NET Core integration. -. The future of JSON in .NET Core 3.0The...
https://devblogs.microsoft.com/dotnet/try-the-new-system-text-json-apis/comment-page-2/
CC-MAIN-2020-40
en
refinedweb
direct.task¶ This package contains the Python interface to the task system, which manages scheduled functions that are executed at designated intervals. The global task manager object can be imported as a singleton: from direct.task.TaskManagerGlobal import taskMgr For more information about the task system, consult th...
https://docs.panda3d.org/1.10/python/reference/direct.task
CC-MAIN-2020-40
en
refinedweb
Friendly modelling API PyMC3 allows you to write down models using an intuitive syntax to describe a data generating process. Cutting edge algorithms and model building blocks Fit your model using gradient-based MCMC algorithms like NUTS, using ADVI for fast approximate inference — including minibatch-ADVI for scaling ...
https://docs.pymc.io/
CC-MAIN-2020-40
en
refinedweb
Fully customizable and extensible action sheet controller written in Swift XLActionController XLActionController is an extensible library to quickly create any custom action sheet controller. Examples The action sheet controllers shown above were entirely created using XLActionController and are included in the Example...
https://iosexample.com/fully-customizable-and-extensible-action-sheet-controller-written-in-swift/
CC-MAIN-2020-40
en
refinedweb
I recently learned that a delegate is not a pointer to ONE function, but to a LIST of functions (called "invocation list"). I would like to know if there is any difference between the methods in the list: Is one of them, or are several of them, somehow special? Are some of them stored somewhere else than in the invocat...
https://codedump.io/share/CfDKJz5oD5Sg/1/are-all-methods-in-a-delegate-treated-equally-or-are-some-of-them-special
CC-MAIN-2017-30
en
refinedweb
I am having a trouble in dealing with react components. My problem is already been answered over stackoverflow in several question but am unable to resolve my problem with them thats why I am posting question again. my app-client.js file var React = require("react"); var ReactDom = require("react-dom"); var Router = re...
https://codedump.io/share/kEWRB6hIuG3z/1/working-with-react-components-reactjs
CC-MAIN-2017-30
en
refinedweb
Java, J2EE & SOA Certification Training - 37k Enrolled Learners - Weekend - Live Class Java Collections support two types of iterators, first one is fail fast and the second is fail safe. These play a vital role when it comes to exception handling in Java. In this article on ‘Fail Fast And Fail Safe Iterators’, we will...
https://www.edureka.co/blog/fail-fast-and-fail-safe-iterators/
CC-MAIN-2020-16
en
refinedweb
#include <log_event.h> Class representing an incident, an occurance out of the ordinary, that happened on the master. The event is used to inform the slave that something out of the ordinary happened on the master that might cause the database to be in an inconsistent state. Its the derived class of Incident_event Prim...
https://dev.mysql.com/doc/dev/mysql-server/latest/classIncident__log__event.html
CC-MAIN-2020-16
en
refinedweb
(This is more a question to Sascha Weinreuter than a general OpenAPI question) Let's say I want to reuse (inject) the XPathLanguage into some custom language... 1) Is it possible? 2) It seems that XPathLanguage can provide completion for element and attribute names from a given (queried) document. How do I tell the lan...
https://intellij-support.jetbrains.com/hc/en-us/community/posts/206896195-Reusing-XPathLanguage
CC-MAIN-2020-16
en
refinedweb
Help please with keyDown Observer I am trying to get the charsor keyCodevalue when a key is pressed. So return which key was pressed. I see the info["event"]NSEvent but can’t get anywhere from there. I tried to get an idea from the developer site to no avail. Is there an example file or some other help. Please. Thanks....
https://forum.robofont.com/topic/327/help-please-with-keydown-observer
CC-MAIN-2020-16
en
refinedweb
[Solved] Not all properties from ListModel are being made available to delegate Hi. I currently have a ListView with a ListModel that uses a Loader for the delegate. in the Loader I have the following: onLoaded: { item.modelData = model } Every Component that the delegate can use as its source has the modelData propert...
https://forum.qt.io/topic/56157/solved-not-all-properties-from-listmodel-are-being-made-available-to-delegate/2
CC-MAIN-2020-16
en
refinedweb
The EPiServer CMS Change Log System (referred to simply as ”Change Log” in the rest of this tech note) is a facility where changes to an EPiServer CMS site can be logged. For example, all changes to pages, files and directories are currently logged in the Change Log to support the Mirroring and OnlineCenter features in...
https://world.episerver.com/documentation/Items/Tech-Notes/EPiServer-CMS-6/EPiServer-CMS-60/Change-Log/
CC-MAIN-2020-16
en
refinedweb
binding via Code-behind As we saw in the previous data binding examples, defining a binding by using XAML is very easy, but for certain cases, you may want to do it from Code-behind instead. This is pretty easy as well and offers the exact same possibilities as when you're using XAML. Let's try the "Hello, bound world...
https://wpf-tutorial.com/lo/502/data-binding/data-binding-via-code-behind/
CC-MAIN-2020-16
en
refinedweb
So I'm new at all of this programming jazz and I could really use some help. The assignment has already been turned in, I would just like to figure this out before we move in class. Teacher isn't in town so I can't ask him for the moment. Could really use your help. Thanks. So this is the assignment... A prime number i...
https://cboard.cprogramming.com/cplusplus-programming/154442-help-finding-only-prime-numbers-loops.html
CC-MAIN-2017-47
en
refinedweb
is most likely that you have practice more for the Java 8 specific topics since they are relatively new topics in the exam. They might test you with difference combination of syntax and ask you to choose the correct answers. Here is the 9 questions for OCAJP 8 exam that will be useful for your OCAJP Java Certification...
https://javabeat.net/ocajp-lambda-practice-questions/
CC-MAIN-2017-47
en
refinedweb
Okay I have made a c++ console application to take user input and append it to a text file and then read it back. I am using the win32 version of Dev c++ #include <iostream> #include <fstream> #include <string> using namespace std; int main(){ int choice; cout << "What do you want to do?\n"; cout << "1) Write To File\n...
https://www.daniweb.com/programming/software-development/threads/83851/why-does-my-code-not-take-my-input
CC-MAIN-2017-47
en
refinedweb
Along. Given an XML Schema that complies with the XML Schema definition language (XSD) standard, you can generate a strongly typed DataSet using the XSD.exe tool provided with the .NET Framework SDK. The following code shows the syntax for generating a DataSet using this tool. xsd.exe /d /l:CS XSDSchemaFileName.xsd /n:...
http://www.dotnetspark.com/kb/68-typed-dataset.aspx
CC-MAIN-2017-47
en
refinedweb
Backward Compatibility Latest Release Notes You can check the latest Release Notes here. Q2 2015 - GridViewToggleButtonAutomationPeer does not implement TogglePattern. Q1 SP 2015 Introduced Telerik.Windows.Controls.GridView.Export.dll - it contains logic for exporting RadGridView to xlsx and pdf formats eliminating the...
https://docs.telerik.com/devtools/silverlight/controls/radgridview/changes-and-backward-compatibility/backward-compatibility
CC-MAIN-2017-47
en
refinedweb
Results 1 to 6 of 6 Thread: C++ pointers? - Join Date - Aug 2011 - 38 C++ pointers? /* Counts up from 0 to 100 using pointers. */ #include <iostream> using namespace std; int main() { int *i , j[10] , x; double *f , g[10]; i = j; f = g; for( x = 0; x < 10; x++) cout << i+x << ' ' << f+x << '\n'; return 0; } I get an ou...
http://www.linuxforums.org/forum/programming-scripting/182690-c-pointers.html
CC-MAIN-2017-47
en
refinedweb
Quake and DarkPlaces rcon client.Suppor such games like Xonotic, Nexuiz and other Darkplaces and Quakes rcon [1] protocol and client implementation. Works with such games like Xonotic, Nexuiz, Warsow and other games with Quakes rcon. Features - Support old Quake rcon and new Darkplaces secure rcon protocols. - Support ...
https://pypi.org/project/xrcon/
CC-MAIN-2017-47
en
refinedweb
I have installed MacVim but I cannot figure out how to do some formatting things. The screen shot below shows: Here is what I would like to do: The default color of my terminal is green. I would like the de How do I get rid of the default "CakePHP: the rapid development php framework" link that shows up on the top left...
http://bighow.org/tags/Default/1
CC-MAIN-2017-47
en
refinedweb
Why I'm Switching from React to Cycle.js — SitePoint: npm install @cycle/dom @cycle/run xstream --save This will install @cycle/dom, @cycle/xstream-run, and xstream. We are also going to need babel, browserify and mkdirp so let’s install them: npm install babel-cli babel-preset-es2015 babel-register babelify browserify...
http://brianyang.com/why-im-switching-from-react-to-cycle-js-sitepoint/
CC-MAIN-2017-47
en
refinedweb
PAM_GETENV(3) Linux-PAM Manual PAM_GETENV(3) pam_getenv - get a PAM environment variable #include <security/pam_appl.h> const char *pam_getenv(pam_handle_t *pamh, const char *name); The pam_getenv function searches the PAM environment list as associated with the handle pamh for an item that matches the string pointed t...
http://man7.org/linux/man-pages/man3/pam_getenv.3.html
CC-MAIN-2017-47
en
refinedweb
This is one of the 100 recipes of the IPython Cookbook, the definitive guide to high-performance scientific computing and data science in Python. Here, we conduct a brief analytical study of a famous nonlinear differential system: the Lotka-Volterra equations, also known as predator-prey equations. This simple model de...
http://nbviewer.jupyter.org/github/ipython-books/cookbook-code/blob/master/notebooks/chapter15_symbolic/07_lotka.ipynb
CC-MAIN-2017-47
en
refinedweb
This code is needlessly abstract. It can be replaced with a few ifs in NetworkResourceLoader. Created attachment 237349 [details] patch Created attachment 237350 [details] fix cmake build Comment on attachment 237350 [details] fix cmake build View in context: > Source/WebKit2/NetworkProcess/NetworkResourceLoader.cpp:38...
https://bugs.webkit.org/show_bug.cgi?id=136370
CC-MAIN-2020-05
en
refinedweb
Raspberry Pi Cluster Node – 02 Packaging common functionality This post builds on the first step to create a Raspberry Pi Cluster node to package the common functionality that will be shared between master and clients. Packaging common functionality With the Raspberry Pi Cluster project there will be a number of things...
https://chewett.co.uk/blog/881/raspberry-pi-cluster-node-02-packaging-common-functionality/
CC-MAIN-2020-05
en
refinedweb
A grid's column collection. Namespace: DevExpress.Mobile.DataGrid Assembly: DevExpress.Mobile.Grid.v18.2.dll public class GridColumnCollection : ObservableCollection<GridColumn> Public Class GridColumnCollection Inherits ObservableCollection(Of GridColumn) Implements This documentation topic describes legacy technology...
https://docs.devexpress.com/Xamarin/DevExpress.Mobile.DataGrid.GridColumnCollection
CC-MAIN-2020-05
en
refinedweb
More than a decade ago, the Internet’s overlords bet that entrepreneurs would jump at the chance to customize their Web addresses. As it turns out, not so much.. Cyrus Namazi, the vice president of domain-name services and industry engagement at ICANN, acknowledged that demand for new top-level domains won’t eclipse th...
https://www.theatlantic.com/technology/archive/2016/12/how-search-engines-are-killing-clever-urls/510785/
CC-MAIN-2020-05
en
refinedweb
screen_create_window_type() Create a new window of a specified type. Synopsis: #include <screen/screen.h> int screen_create_window_type(screen_window_t *pwin, screen_context_t ctx, int type) Since: BlackBerry 10.0.0 Arguments: - pwin An address where the function can store the handle to the newly created native window....
https://developer.blackberry.com/native/reference/core/com.qnx.doc.screen.lib_ref/topic/screen_create_window_type.html
CC-MAIN-2020-05
en
refinedweb
Back to: ASP.NET Web API Tutorials For Begineers and Professionals Token-Based Authentication in Web API In this article, I am going to discuss how to implement Token Based Authentication in Web API to secure the server resources with an example. Please read our previous article where we discussed how to implement Clie...
https://dotnettutorials.net/lesson/token-based-authentication-web-api/
CC-MAIN-2020-05
en
refinedweb
Back to: ASP.NET Core Tutorials For Beginners and Professionals Tag Helpers in ASP.NET Core MVC In this article, I am going to discuss Tag Helpers in ASP.NET Core MVC Application with some examples. Tag helpers are one of the new features introduced in ASP.NET Core MVC. Please read our previous article, where we discus...
https://dotnettutorials.net/lesson/tag-helpers-in-asp-net-core-mvc/
CC-MAIN-2020-05
en
refinedweb
I'm having trouble reading and writing a dynamically allocated array of structs to a file. I think it has to do with the way I'm allocating memory, because if I statically allocate them (i.e. vector vectout[3]) then it seems to work better, but I still get a debug assertion error with something about an invalid heap. W...
https://cboard.cprogramming.com/cplusplus-programming/78833-file-i-o-problem-dynamically-allocated-struct-array.html
CC-MAIN-2017-43
en
refinedweb
Opened 4 years ago Closed 4 years ago #8888 closed bug (fixed) Document Coercible in user's guide Description As far as I can tell, there is no discussion of Coercible in the User's Guide. Although the interface to coerce is essentially a vanilla API, the generation of Coercible instances is a language feature, and I b...
https://ghc.haskell.org/trac/ghc/ticket/8888
CC-MAIN-2017-43
en
refinedweb
this is my sample code: --- from SQLObject import * conn = MySQLConnection(user='abc', db='abook', passwd='def') class Person(SQLObject): _connection = conn firstName = StringCol() lastName = StringCol() #Person.createTable() p1 = Person.new(firstName="Frodo", lastName="Baggins") p2 = Person(firstName="Bilbo", lastNam...
https://sourceforge.net/p/sqlobject/mailman/sqlobject-discuss/?viewmonth=200408&viewday=18
CC-MAIN-2017-43
en
refinedweb
Spec: Feature: Cart Total namespace MvcMusicStore.InterfaceTests.Features { Given I have the Home Page open [Given(@"I have the Home Page [Given(@"I select a genre from the left")] public void GivenISelectAGenreFromTheLeft() { NextPage = CurrentPage.SelectGenre(Default.Genre.Name); } All page objects extend the PageBas...
http://blogs.lessthandot.com/index.php/EnterpriseDev/application-lifecycle-management/using-specflow-to/
CC-MAIN-2017-43
en
refinedweb
I have some pages that utilize page specific inline scripts to initialize JavaScript variables for some JQuery UI functions. I have noticed that if I include these inline scripts in my templates they are not evaluated. I came across this similar question but I still do not understand why the script elements are not aut...
https://developer.jboss.org/thread/242064
CC-MAIN-2017-43
en
refinedweb
Exposing management operationsScott Stark Aug 2, 2007 1:39 AM while its straightforward to express the properties that correspond to managed properties from the deployment attachment, its not so for the managed operations. Take the case of the datasource root managed object attachment. This contains the properties, but...
https://developer.jboss.org/thread/96559
CC-MAIN-2017-43
en
refinedweb
Our next step on the libc bringup adventure is an important one: we need to define the standard types. In order to implement the standard types in an extensible manner, we need to support different type definitions on different platforms. Today we'll look into the implementation of two headers: stddef.h and stdint.h. N...
https://embeddedartistry.com/blog/2017/4/11/libc-defining-standard-types-for-your-platform
CC-MAIN-2017-43
en
refinedweb
Are you sure? This action might not be possible to undo. Are you sure you want to continue? By SUDIPTA DE Effects – Taxes. . Investment and Financing Decision.Issues in Dividend Policy Earnings to be Distributed – High Vs. Low Payout. Objective – Maximize Shareholders Return. Relevance Vs. Irrelevance Walter's Model Go...
https://www.scribd.com/presentation/131008209/Dividend-Theory
CC-MAIN-2017-43
en
refinedweb
After my last video I received a bunch of messages asking me to cover Java Arrays. So in this video I go over everything you’d ever want to know about Java Arrays. I show you how to create arrays, numerous ways to populate them, tricks involving multidimensional arrays, the enhanced for loop, Array library methods and ...
http://www.newthinktank.com/2012/01/java-video-tutorial-9/
CC-MAIN-2017-43
en
refinedweb
mongo-memoize 0.0.4 A Python decorator library for caching function results in MongoDB A Python decorator library for instantly caching function results in MongoDB. Basic Usage from mongo_memoize import memoize @memoize() def func(): ... Customization You can specify custom serializer and key_generator. serializer is u...
https://pypi.python.org/pypi/mongo-memoize/0.0.4
CC-MAIN-2017-43
en
refinedweb
异步赠书:10月Python畅销书升级   【线路图】人工智能到底学什么?!   程序员9月书讯   节后荐书:Python、PyQt5、Kotlin(评论送书) >>IMAGE。 " " If using a dark background within the editing area and syntax highlighting " turn on this option as well set background=dark " Vim5 and later versions support syntax highlighting. Uncommenting the " following enables syntax h...
http://blog.csdn.net/yafeng_jiang/article/details/7400956
CC-MAIN-2017-43
en
refinedweb
Query Notifications in ADO.NET 2.0 Bob Beauchemin DevelopMentor April 2005 Updated June 2005 Applies to: ADO.NET 2.0 Summary: Learn how to use the new notification technologies in ADO.NET 2.0 and SQL Server 2005 to handle ad-hoc data refreshes. (14 printed pages) Contents Introduction SqlDependency Provides a Solution ...
http://msdn.microsoft.com/library/ms379594
crawl-003
en
refinedweb
Info | Community | Development | myReactOS | #include <mtypes.h> We define a struct for each attribute group to make pushing and popping attributes easy. Also it's a good organization. These will eventually live in the driver or elsewhere. Mesa rendering context. This is the central context data structure for Mesa. Alm...
http://doxygen.reactos.org/d8/d8b/struct____GLcontextRec.html
crawl-003
en
refinedweb
App::CamelPKI::Controller::CA::Template::Base - Base class for all template controllers in Camel-PKI A template controller is an entry point into Camel-PKI : it consists of the code that responds to the JSON-RPC requests for issuing or revoking certificates. Other user-initiated Certification Authority operations in Ca...
http://search.cpan.org/dist/App-CamelPKI/lib/App/CamelPKI/Controller/CA/Template/Base.pm
crawl-003
en
refinedweb
LROUND(3) BSD Programmer's Manual LROUND(3) llround, llroundf, lround, lroundf - convert to nearest integral value #include <math.h> long long llround(double x); long long llroundf(float x); long lround(double x); long lroundf(float x); The lround() function returns the integer nearest to its argument x, rounding away ...
http://mirbsd.mirsolutions.de/htman/sparc/man3/lround.htm
crawl-003
en
refinedweb
LRINT(3) BSD Programmer's Manual LRINT(3) llrint, llrintf, lrint, lrintf - convert to integer libm #include <math.h> long long llrint(double x); long long llrintf(float x); long lrint(double x); long lrintf(float x); The lrint() function returns the integer nearest to its argument x ac- cording to the current rounding ...
http://mirbsd.mirsolutions.de/htman/sparc/man3/lrint.htm
crawl-003
en
refinedweb
Strange results adding two doubles First, I am really new to Java. So, thanks for any help. Second, I put this in this forum because I didn't see a "N00bs Post Here" forum. I am trying to do this excercise from a book. What happens is that instead of adding the monthlyRate and tax variables, total ends up bein the two ...
http://www.java.net/forum/topic/general-programming-help/strange-results-adding-two-doubles-0
crawl-003
en
refinedweb
), using a newly created local namespace and the original global namespace. (Usually, the suite contains only function definitions.) When the class's suite finishes execution, its execution frame is discarded but its local namespace is saved..
http://docs.python.org/release/2.2.2/ref/class.html
crawl-003
en
refinedweb
: These controls are made by two parts, that are: The controls are also composed by Parts, States and Transitions and their purposes are: 2. Browser Integration The purpose is to allow a perfect interaction between the Silverlight application and the Browser, by considering it as being a first class citizen, with the c...
http://weblogs.asp.net/nunogodinho/archive/2008/09/25/live-webcast-discovering-silverlight-2-0-developing-ria-solutions-advanced-topics-part-2-of-5.aspx
crawl-003
en
refinedweb
#include <NOX_Direction_NonlinearCG.H> Inheritance diagram for NOX::Direction::NonlinearCG:. where These comprise the two most popular choices for orthogonalization. Both reduce to the linear result for linear problems. "Polak-Ribiere" provides an implied restart capability by setting anytime the computed value is less...
http://trilinos.sandia.gov/packages/docs/r7.0/packages/nox/doc/html/classNOX_1_1Direction_1_1NonlinearCG.html
crawl-003
en
refinedweb
use MIME::QuotedPrint; $encoded = encode_qp($decoded); $decoded = decode_qp($encoded); The following functions are provided:. If you prefer not to import these routines into your namespace, you can call them as: use MIME::QuotedPrint (); $encoded = MIME::QuotedPrint::encode($decoded); $decoded = MIME::QuotedPrint::deco...
http://www.linuxmanpages.com/man3/MIME::QuotedPrint.3pm.php
crawl-003
en
refinedweb
mitem_current(3) UNIX Programmer's Manual mitem_current(3) mitem_current - set and get current_menu_item #include <menu.h> int set_current_item(MENU *menu, const ITEM *item); ITEM *current_item(const MENU *menu); int set_top_row(MENU *menu, int row); int top_row(const MENU *menu); int item_index(const ITEM *item); The ...
http://mirbsd.mirsolutions.de/htman/sparc/man3/top_row.htm
crawl-003
en
refinedweb
One of the Cocoon BuiltInLogicsheets. This XSP Logicsheet is designed to be used in parallel with the FormValidatorAction. See FormValidationUsingCocoon for additional background information. The namespace for this logicsheet is The following sections describe the purpose of each element. Descriptor The descriptor elem...
http://wiki.apache.org/cocoon/XSPFormValidator
crawl-003
en
refinedweb
Localization Module Table of contents Description. Features - Efficient implementation by making intensive use of caching. - Pluggable Translation Bundle types, allowing developers to create and use new types of translations. At the moment Bundles defined in wiki documents (a.k.a. Document Translation Bundles) and in ....
https://extensions.xwiki.org/xwiki/bin/view/Extension/Localization/
CC-MAIN-2019-04
en
refinedweb
Pop Searches: photoshop office 2007 PC Security You are here: Brothersoft.com > Windows > Office Tools > Other Office Tools > Advertisement Advertisement view larger (1) Advertisement import headers | free download ibrower | google goggles for | import rwz file | play free mobile | free cell phone | best free x | acer ...
http://www.brothersoft.com/opal-import-multiple-vcards-to-outlook-507929.html
CC-MAIN-2019-04
en
refinedweb
Gradient Descent October 6, 2015 Leave a comment I ported the Gradient Descent code from Octave to Python. The base Octave code is the one from Andrew Ng’s Machine Learning MOOC. I mistakenly believed that the Octave code for matrix multiplication will directly translate in Python. But the Octave code is this Octave co...
https://branetheory.org/2015/10/06/gradient-descent/
CC-MAIN-2019-04
en
refinedweb
Perhaps one of the reasons C++ has been so popular is its ability to serve small, large, and massive projects well. You can write a few classes for a small prototype or research project, and as the project grows and people are added, C++ will allow you to scale the application into modules that have varying degrees of ...
https://flylib.com/books/en/2.131.1/3738_introduction.html
CC-MAIN-2019-04
en
refinedweb
ASP.NET site navigation provides several Web server controls that display a navigation structure on a Web page: the SiteMapPath, TreeView, and Menu controls .These Web server controls use the ASP.NET default site-map provider, or the XmlSiteMapProvider class, to read site-map information from the XML-formatted Web.site...
http://msdn.microsoft.com/en-us/library/ms178431.aspx
crawl-002
en
refinedweb
This post explains the how, what, and why of the PeerHopCount attribute provided by Peer Channel in the .NET Framework 3.0 Why would I need PeerHopCount? Peer Channel’s basic flooding model involves distributing each message sent by any member of a mesh to all other members of that mesh. This is ideal in situations whe...
http://blogs.msdn.com/peerchan/archive/2006/10/04/The-PeerHopCount-Attribute_3A00_-Controlling-Message-Distribution.aspx
crawl-002
en
refinedweb
The journey of an agile programmer... Our Yeah, I know. Typemock Isolator is great for unit testing against API’s that are hard to mock, but this last iteration, I found a new use for Typemock Isolator. I worked with our test team to develop a set of integration tests that are run by MSTest and simulate running our com...
http://blogs.msdn.com/francischeung/
crawl-002
en
refinedweb
Yesterday, Volta was made publicly available for the first time. It is an experimental project in the early stages of development. The team decided to release an early technology preview so that developers everywhere can help guide the project through experience and feedback. We want your feedback. The first release pr...
http://blogs.msdn.com/wesdyer/archive/2007/12/06/volta-and-you.aspx
crawl-002
en
refinedweb
Today I'll talk about multiple dispatch, a programming language feature that increases flexibility of method calls and eliminates the need for awkward pattern constructions, at the cost of some additional complexity in the dispatch algorithm. Those who have read the Gang of Four's seminal Design Patterns may recall the...
http://blogs.msdn.com/devdev/archive/2005/08/29/457798.aspx
crawl-002
en
refinedweb
That's what one of my web focused customers asked recently. I thought about it and I came to the conclusion, that Visual Studio 2008 provides a great balance between higher productivity and risk mitigation. Read more at: Visual Studio 2005 or 2008? What's more risk? As Tim announced last week, Silverlight 1.0 Release C...
http://blogs.msdn.com/craeblog/default.aspx
crawl-002
en
refinedweb
Debugging from an ASP.NET Engineer. Posts are from customer issues and things I feel may be useful. I wanted to start a conversation with everyone on the thoughts around Cloud Computing. I have been using Azure for a while now and I have found some interesting things out about it. Before I start talking about those thi...
http://blogs.msdn.com/tom/
crawl-002
en
refinedweb
Introduction and Goals The Central Role of Active Directory in Identity and Access Management Overview of Authentication and Authorization End States for Integrating Windows and UNIX For More Information Many organizations today include computers running both UNIX and Microsoft® Windows® operating systems in their netw...
http://technet.microsoft.com/en-us/library/bb463152.aspx
crawl-002
en
refinedweb
This chapter focuses on using the Microsoft Application Center 2000 (Application Center) event and health monitoring features, as well as creating custom monitors to meet your specific monitoring needs. Application Center continuously records and displays information about the functional state of your cluster and its m...
http://technet.microsoft.com/en-us/library/bb734914.aspx
crawl-002
en
refinedweb
NAMEioperm - set port input/output permissions SYNOPSIS#include <unistd.h> /* for libc5 */ #include <sys/io.h> /* for glibc */ int ioperm(unsigned long from, unsigned long num, int turn_on); DESCRIPTIONIoperm sets the port access permission bits for the process for num bytes starting from port address from to the value...
http://linux.about.com/library/cmd/blcmdl2_ioperm.htm
crawl-002
en
refinedweb
Documentation suggestions If you've looked for something in the docs, failed to find it, and then worked out the details yourself, add it here so that others might find it. This is a sort-of documentation wishlist, and topics should be removed from here when they're incorporated in official docs or put elsewhere on the...
http://code.djangoproject.com/wiki/DocumentationSuggestions
crawl-002
en
refinedweb
Google Cloud Big Data and Machine Learning Blog Innovation in data processing and machine learning technology Analyzing BigQuery datasets using BigQuery Interpreter for Apache Zeppelin Posted by Babu Prasad Elumalai, Technical Program Manager, Enterprise Partner Engineering and Alexander Bezzubov, Contributor, PMC Memb...
https://cloud.google.com/blog/big-data/2016/09/analyzing-bigquery-datasets-using-bigquery-interpreter-for-apache-zeppelin
CC-MAIN-2017-34
en
refinedweb
Here a few things I found out after a lot of mucking around: - Tuples that go into the user_options array should look like: ('mysql-root-passwd=', "p", 'MySQL root password for local server [default: None]')The '=' on the first element tells distutils this options should have a value (i.e. it is not a boolean option) -...
http://ilostmynotes.blogspot.com/2009/04/python-distutils-installer-and.html
CC-MAIN-2017-34
en
refinedweb
Spring MVC is perfect for building simple but powerful Java Web applications. It provides a framework which contains a wide range of configurable components depending on what kind of web application you are attempting to build. When you are getting started with Spring MVC it can all sound rather daunting and complicate...
https://blog.udemy.com/spring-mvc-tutorial/
CC-MAIN-2017-34
en
refinedweb
OVERVIEW This is a wrapper library to Doctrine2. It allows you to use the doctrine command-line executable, and create Entities for use within CodeIgniter. Author: Nick Jennings <nick@silverbucket.net> irc#nkj twitter:@hurphendale INSTALLATION You can place the entire checkout in the application/third_party directory, ...
https://bitbucket.org/silverbucket/codeigniter-doctrine2/src
CC-MAIN-2017-34
en
refinedweb
The title basically says it all, but I am specifically interested to know if the following (slightly abusive) macro should be expected to work (with C99 or greater), that is, that it will return a pointer to a valid section of stack allocated memory based on the size of the expression: #include <stdint.h> #define NASTY...
https://codedump.io/share/rNnd3tWp4jMF/1/does-c39s-ternary-conditional-operator-create-a-new-scope
CC-MAIN-2017-34
en
refinedweb
Open CV: First Look! First App! This is the first introduction and code-along tutorial to learn OpenCV in Python. We will be looking at installation and super basic functions of OpenCV. OpenCV History & Facts Short For Open Source Computer vision, is a programming library for Computer Vision functions. It was an Intel ...
https://medium.com/@almutawakel.ali/open-cv-first-look-first-app-c1ffb0e8025f
CC-MAIN-2017-34
en
refinedweb
On Fri, 2011-05-13 at 15:59 +0530, Asankha C. Perera wrote: > Hi Oleg > >> If this is possible, it will be fine. However it seems like this is hard > >> coded in NHttpConnectionBase.createContentDecoder() .. is there an easy > >> way I did not notice to register my own decoder? > > What I was thinking of was something ...
http://mail-archives.apache.org/mod_mbox/hc-dev/201105.mbox/%3C1305282958.31660.19.camel@ubuntu%3E
CC-MAIN-2017-34
en
refinedweb
I have been focusing on teaching developers how to approach the challenges of computational linguistics. An interesting source to work with is Twitter since it is culturally relevant these days, fairly easy to work with from a data feed perspective and it is just so darned cute. Like many cute things, it is not long be...
https://lingpipe-blog.com/2010/11/16/processing-tweets-with-lingpipe-search-and-csv-data-structures/
CC-MAIN-2017-34
en
refinedweb
You can set lifecycle rules for your buckets to manage objects in the buckets. Currently, you can define rules to delete specific objects. Each rule is composed of the following parts: - Rule ID: ID that identifies a rule. The rule IDs cannot be repeated. - Object name prefix: The rule only applies to the objects whose...
https://www.alibabacloud.com/help/doc-detail/32035.htm
CC-MAIN-2017-34
en
refinedweb
You can pass some options to the devtools to balance the processing and memory footprint: import {Controller} from 'cerebral' import Devtools from 'cerebral/devtools' const controller = Controller({ devtools: process.env.NODE_ENV === 'production' ? null : Devtools({ // Connect to Electron debugger (external debugger). ...
http://cerebraljs.com/docs/api/
CC-MAIN-2017-34
en
refinedweb
Intro I’ve been working with React for over four years. During this time, I’ve formed some opinions on how I think applications should be. This is part 3 in the series of such opinionated pieces. What I'll be covering There are a lot of parts to state management. I won't be able to cover them all in one sitting. For th...
https://dev.to/farazamiruddin/opinionated-react-state-management-426a
CC-MAIN-2020-40
en
refinedweb