text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
You have learned how to run an image classification model on ARM microcontroller and the basics of the CMSIS-NN framework. This post shows how you may train and deploy a new model from scratch. Keras was my favorite when came to picking a deep learning framework since its simplicity and elegance, however this time we a...
https://www.dlology.com/blog/how-to-run-deep-learning-model-on-microcontroller-with-cmsis-nn-part-3/
CC-MAIN-2018-43
en
refinedweb
Creating a App using JScript .NET and Windows Forms Working with Windows Forms Controls The sample application includes a number of controls, all of which are easy to work with. When you start the sample application (you can download the sample's source code using the link at the end of this article), the tab strip con...
https://www.developer.com/net/asp/article.php/10917_979251_2/Creating-a-App-using-JScript-NET-and-Windows-Forms.htm
CC-MAIN-2018-43
en
refinedweb
In the last lesson, we mapped out a plan for the structure of our online store application: The application will contain multiple routes. Depending on the route to which the user navigates, the URL in the browser and the child component displayed in the root component (between the <router-outlet> tags) will change. In ...
https://www.learnhowtoprogram.com/javascript/angular-extended/implementing-a-router
CC-MAIN-2018-43
en
refinedweb
A program includes many identifiers defined in different scopes. Sometimes a variable of one scope will "overlap" (i.e., collide) with a variable of the same name in a different scope, possibly creating a naming conflict. Such overlapping can occur at many levels. Identifier overlapping occurs frequently in third-party...
https://www.programming-techniques.com/2011/10/c-tutorial-namespace-in-c.html
CC-MAIN-2018-43
en
refinedweb
Just resurrecting an oldish thread for a moment... I've got the JellyUnit stuff working now so that JUnit tests can be written (and dynamically generated) in Jelly script. So Jelly can be used to create TestSuite and TestCase objects, possibly dynamically using information from beans, XML, SOAP, SQL etc. Then Jelly can...
http://mail-archives.apache.org/mod_mbox/commons-dev/200207.mbox/%3C051801c23198$30dc9e30$9865fea9@spiritsoft.com%3E
CC-MAIN-2016-44
en
refinedweb
committed d On Tuesday 01 Oct 2002 9:53 pm, you wrote: > looks like the change I made to remove 'using namespace std' has broken > some naughty headers. fix is in progress > > Daniel > > On Tuesday 01 Oct 2002 9:06 pm, you wrote: > > On Mon, 30 Sep 2002 20:25:02 +0000 > > > > mark lybarger <mlybarge@insight.rr.com> wro...
http://www.crosswire.org/pipermail/sword-devel/2002-October/016298.html
CC-MAIN-2016-44
en
refinedweb
One of the most common ways of terrain texturing is blending multiple tiled layers. Each layer has an opacity map which defines the extent of texture presence on the terrain. The method works by applying an opacity map to the higher levels, revealing the layers underneath where the opacity map is partially or completel...
http://www.gamedev.net/page/resources/_/technical/graphics-programming-and-theory/advanced-terrain-texture-splatting-r3287?st=0
CC-MAIN-2016-44
en
refinedweb
Fix some Russian strings. Added Basque translation provied by Asier Iturralde Sarasola Ruby parser: don't create an extra scope after "for .. in .. do" When "do" appears as the separator after a "for", "while" or "until" construct, don't improperly make it start its own scope too. Check the VTE library we're loading ac...
https://sourceforge.net/p/geany/git/ci/d807eff73d61de95825d548471e0f00d50a6e6e9/log/
CC-MAIN-2016-44
en
refinedweb
Look no further. The Gadgeteer core library documentation is posted on the Gadgeteer community site at. This covers the namespaces: - Gadgeteer – including the Color, Mainboard, Picture, Program, Socket, StorageDevice and Timer classes. - Gadgeteer.Interfaces – including AnalogInput, AnalogOutput, DigitalInput, Digital...
https://blogs.msdn.microsoft.com/net_gadgeteer/2011/12/20/looking-for-api-reference-docs-for-the-core-gadgeteer-libraries/
CC-MAIN-2016-44
en
refinedweb
namespace BusinessRules.Evolution_Four { /// <summary>Null Object Pattern</summary> /// <remarks> /// <list type="bullet"> /// <item><description>Provides an interface identical to IncomeTaxEngine Object's so that a null /// object can be substituted for a real object</description></item> /// <item><description>Impleme...
http://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=16469&zep=BusinessRules%2F4+-+Evolution+Four%2FNullIncomeTaxEngine.cs&rzp=%2FKB%2Farchitecture%2Fdomainrules%2F%2Fdomainrules_src.zip
CC-MAIN-2016-44
en
refinedweb
For my actions that are going to interact with the User's account, I would like to create a "TheUser" object in addition to adding that object to "ViewData["TheUser"]" as soon as any action on my controller is called. If the User is logged in, it will grab the User's info from the database, if not, "TheUser" object wil...
https://codedump.io/share/D3sgPatLViRm/1/defining-a-user-with-useridentityname-in-controller-constructor
CC-MAIN-2016-44
en
refinedweb
Garrett Cooper <yanegomi at gmail.com> added the comment: My initial analysis was incorrect after talking with the bash(1) folks. test(1) is doing things wrong too: case FILEX: /* XXX work around eaccess(2) false positives for superuser */ if (eaccess(nm, X_OK) != 0) return 0; if (S_ISDIR(s.st_mode) || geteuid() != 0) ...
https://mail.python.org/pipermail/docs/2010-July/000789.html
CC-MAIN-2016-44
en
refinedweb
In this code : class PersonCommand(sublime_plugin.TextCommand): def run(self, edit): self.name = None self.view.window().show_input_panel("Name", "", self.on_done, None, None) print "run: ", self.name def on_done(self, value): self.name = value print "on_done: ", self.name if we enter "Jack" we will get :run: Noneon_do...
https://forum.sublimetext.com/t/problem-self-object-and-on-done-function/7123/1
CC-MAIN-2016-44
en
refinedweb
PropertyItem Class Encapsulates a metadata property to be included in an image file. Not inheritable. Assembly: System.Drawing (in System.Drawing.dll) System.Drawing.Imaging.PropertyItem The data consists of: an identifier, the length (in bytes) of the property, the property type, and a pointer to the property value. A...
https://msdn.microsoft.com/en-us/library/system.drawing.imaging.propertyitem(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb
CC-MAIN-2016-44
en
refinedweb
CodePlexProject Hosting for Open Source Software I'm trying to enforce some code analysis rules against my Silverlight projects based on Prism. I'm running into errors with regard to the Bootstrapper. Specifically, I'm getthing the following errors when trying to test the bootstrapper, Method 'CreateShell' in type 'Tes...
http://compositewpf.codeplex.com/discussions/65538
CC-MAIN-2016-44
en
refinedweb
jQuery Succinctly: Core jQuery Base Concept Behind jQuery While some conceptual variations exist (e.g. functions like $.ajax) in the jQuery API, the central concept behind jQuery is "find something, do something." More specifically, select DOM element(s) from an HTML document and then do something with them using jQuer...
http://code.tutsplus.com/tutorials/core-jquery--net-33755
CC-MAIN-2014-35
en
refinedweb
You cannot redefine a static method by inheritance, but you will often want to provide a test implementation of static methods (which include the 'new' operator). A tool like PowerMock does allow for the redefinition of static methods, but if you don't get along with it, you can still work around the issue: if you're u...
http://en.m.wikibooks.org/wiki/Android/Testing/Unit_Testing/Injecting_Static_Methods
CC-MAIN-2014-35
en
refinedweb
Details of MSFT's Antitrust Lobbying 711 An anonymous sent in linkage to "A new ZDNet article detailing new evidence presented to the judge presiding over the Microsoft anti-trust case. It shows that Microsoft made political contributions during last year's (well, 2000's) elections on a scale never seen before... over ...
http://slashdot.org/story/02/02/13/140248/details-of-msfts-antitrust-lobbying
CC-MAIN-2014-35
en
refinedweb
Claims-aware applications Updated: August 22, 2005 Applies To: Windows Server 2003 R2 Claims are statements (for example, name, identity, key, group, privilege, or capability) made about users — and understood by both partners in an Active Directory Federation Services (ADFS) federation — that are used for authorizatio...
http://technet.microsoft.com/en-us/library/cc783377(d=printer,v=ws.10).aspx
CC-MAIN-2014-35
en
refinedweb
Originally posted by Przemek Malirz: After which line will the object passed to the method getObject() be eligible for garbage collection? public void getObject(Object a) { Object c, b = new Object(); //1 //do something with a c = b; //2 a = c;//3 b = a = null; //4 c = null; } Answers: //1, //2, //3, //4, None of these...
http://www.coderanch.com/t/270115/java-programmer-SCJP/certification/GC-enthuware
CC-MAIN-2014-35
en
refinedweb
[DOM Level 2 Core] and the XPath 1.0 model , special extension functions or variables which are not defined in this specification. interface XPathEvaluator { XPathExpression createExpression(in DOMString expression, in XPathNSResolver resolver) raises(XPathException, DOMException);. createNSResolver lookupNamespacePre...
http://www.w3.org/TR/2002/WD-DOM-Level-3-XPath-20020328/xpath.html
CC-MAIN-2014-35
en
refinedweb
"I work for a software development house that creates business software, maintaining legacy MFC applications," Graf writes. "We recently received an issue where a filter-toggle wouldn't switch back and forth, never changing from its default value. It's was a small utility function, rarely used, so we were a bit surpris...
http://thedailywtf.com/Articles/The-Toggle-that-Wouldnt.aspx
CC-MAIN-2014-35
en
refinedweb
The mesh data is accessed in object mode and intended for compact storage, for more flexible mesh editing from python see bmesh. Blender stores 4 main arrays to define mesh geometry. Each polygon reference a slice in the loop array, this way, polygons do not store vertices or corner data such as UV’s directly, only a r...
http://www.blender.org/documentation/blender_python_api_2_67_1/bpy.types.Mesh.html
CC-MAIN-2014-35
en
refinedweb
10 August 2009 04:51 [Source: ICIS news] SINGAPORE (ICIS news)--Fujian Refining and Petrochemical Co (FREP) has started shipping products from its new aromatics complex at Quanzhou in China’s southern Fujian province, sources close to the company said on Monday. “Some aromatics have been shipped to customers near us as...
http://www.icis.com/Articles/2009/08/10/9238418/chinas-frep-starts-shipping-aroms-to-customers.html
CC-MAIN-2014-35
en
refinedweb
So i found out my next program will need a lot of memory, but want to figure an estimate of how much. I first wanted to make an end_list[10000][100] array for the structure End, but since i only could get it working with [100][100] then i decided to make more structures and arrays but even that doesn't work. So why and...
http://cboard.cprogramming.com/cplusplus-programming/146663-limited-memory-allocation-printable-thread.html
CC-MAIN-2014-35
en
refinedweb
Share code with Add as Link August 06, 2014 Applies to: Windows Phone 8 and Windows Phone Silverlight 8.1 | Windows 8 This topic describes how to share code between multiple projects using Add as Link available in Visual Studio, and how to leverage this technique when building an app to run on Windows Phone 8 and on Wi...
http://msdn.microsoft.com/es-es/library/jj714082
CC-MAIN-2014-35
en
refinedweb
In this article, we discuss several use scenarios for inline assembly, also called inline asm. For beginners, we introduce basic syntax, operand referencing, constraints, and common pitfalls that new users need to be aware of. For intermediate users, we discuss the clobbers list, as well as branching topics that facili...
http://www.ibm.com/developerworks/rational/library/inline-assembly-C-Cpp-guide/index.html
CC-MAIN-2014-35
en
refinedweb
- Fund Type: Unit Trust - Objective: North American Region - Asset Class: Equity - Geographic Focus: North American Region BT Investment Funds - BT American Share Fund+ Add to Watchlist BTSMAGI:AU2.70 AUD -0.00-0.10% As of 00:59:30 ET on 08/15/2014. Snapshot for BT Investment Funds - BT American Share Fund (BTSMAGI) Mu...
http://www.bloomberg.com/quote/BTSMAGI:AU
CC-MAIN-2014-35
en
refinedweb
Creating Simple Animations with Java ME This article explains how to create simple animations with Java ME. The code introduced in this article is compatible with most Java ME devices including Series 40 phones and Nokia Asha software platform 1.0. Nokia Asha Nokia Asha Platform 1.0 Series 40 Introduction The standard ...
http://developer.nokia.com/community/wiki/index.php?title=Creating_Simple_Animations_with_Java_ME&oldid=201386
CC-MAIN-2014-35
en
refinedweb
I'm trying to implement an anisotropic version of GGX in UDK. Here is what the shader looks like: float3 H = normalize(L + V); float NdotL = saturate(dot(N, L)); float NdotV = dot(N, V); float NdotH = dot(N, H); float LdotH = dot(L, H); float HdotX = dot(H, X); float HdotY = dot(H, Y); float NdotH_2 = NdotH * NdotH; fl...
http://www.gamedev.net/topic/638701-anisotropic-specular/?forceDownload=1&_k=880ea6a14ea49e853634fbdc5015a024
CC-MAIN-2014-35
en
refinedweb
Interface class for identity linear operators. More... #include <Thyra_IdentityLinearOpBase.hpp> Interface class for identity linear operators. This interface represents a identity linear operator M of the form: M = I In other words, subclasses define apply() as: y = alpha*M*x + beta*y = alpha * x + beta * y Definition...
http://trilinos.sandia.gov/packages/docs/r11.2/packages/thyra/doc/html/classThyra_1_1IdentityLinearOpBase.html
CC-MAIN-2014-35
en
refinedweb
:) >> What is even better yet is that you can port all of your Windows 8 applications into the phone in a few swift and easy steps. You obviously have never tried this, there is very little compatibility between the two platforms, unfortunately Hi ErikEJ, that's not true at all, let me explain to you. Windows 8 and Wi...
http://blogs.msdn.com/b/msgulfcommunity/archive/2012/11/18/windows-phone-8-sdk-is-this-what-you-were-waiting-for.aspx?Redirected=true
CC-MAIN-2014-35
en
refinedweb
Excel worksheet protection The following example shows how you can protect a worksheet. Note that specifying advanced settings like sheet password is supported only in XLSX and XLS and allowing some objects to be editable is supported only for XLSX file format. using GemBox.Spreadsheet; class Program { static void Main...
https://www.gemboxsoftware.com/spreadsheet/examples/excel-sheet-protection/704
CC-MAIN-2020-50
en
refinedweb
Introduction to Mule 4: Error Handlers. Now, each component declares the type of errors it can throw, so you can identify potential errors at design time. Mule Errors Execution failures are represented with Mule errors that have the following components: A description of the problem. A type that is used to characterize...
https://docs.mulesoft.com/mule-runtime/4.1/intro-error-handlers
CC-MAIN-2020-50
en
refinedweb
useRealTime: a React hook for dealing with real-time applications In the last few months, I found myself building a few applications and features inside existing projects which relied on real-time. That means having stuff being updated in real-time on the screen as time passes. After iterating the code, I came up with ...
https://www.youfoundpiperguy.me/blog/a-React-hook-for-dealing-with-real-time-applications/
CC-MAIN-2020-50
en
refinedweb
ADC_InitSingle_TypeDef Struct Reference Single conversion initialization structure. #include <em_adc.h> Single conversion input.
https://docs.silabs.com/gecko-platform/3.0/emlib/api/efm32zg/struct-a-d-c-init-single-type-def
CC-MAIN-2020-50
en
refinedweb
Hi Simon, On Thu, 11 Mar 2004, Simon Waters wrote: > Care to name the platform? (I'm just curious). This was on NetBSD 1.6. > Better yet can we spot non-preemptive thread library at config time? I don't know (but it should be possible to create an ugly configure test...) The context in which I saw the problem is the Ne...
https://lists.gnu.org/archive/html/bug-gnu-chess/2004-03/msg00034.html
CC-MAIN-2020-50
en
refinedweb
Custom extensions have been an integral part of Fiori Elements Overview pages starting SAPUI5 version 1.48, with the SAP Web IDE version 180927 or higher the extensions can also be created using the Overview Page plugin. Let us take a look a the details. As a prerequisite import this project into your SAP Web IDE full ...
https://blogs.sap.com/2018/11/02/fiori-elements-overview-pages-create-custom-filter-using-web-ide-plugin/
CC-MAIN-2020-50
en
refinedweb
. Errors - Session not created - Session does not exist. - No such window - The windowobject has been discarded, indicating that the tab or window has been closed. - Unexpected alert open - A user prompt, such as window.alert, blocks execution of command until it is dealt with. Examples Python: from selenium import web...
https://developer.cdn.mozilla.net/en-US/docs/Web/WebDriver/Commands/GetElementAttribute
CC-MAIN-2020-50
en
refinedweb
How to translate Angular apps: @angular/localize and xlf How to translate your Angular application - a matter of choice Angular comes with a package called @angular/localize which is Angular's native way of translating your application. But there are also other packages - e.g. ngx-translate which has several advantages...
https://www.codeandweb.com/blog/2020/06/05/how-to-translate-your-angular9-app-with-xlf-files
CC-MAIN-2020-50
en
refinedweb
Interop Routing and Event System for UI5 This is a library for UI5 that allows many instances of UI5 applications to run simultaneously, integrated or independently of each other in sub-containers (side by side, or embedded) Container applications can register their container locations so that any app can navigate to a...
https://blogs.sap.com/2018/06/14/interop-a-system-for-running-multiple-ui5-application-instances-simultaneously/
CC-MAIN-2020-50
en
refinedweb
Hi, how can we simplify a groovy code for several sql request which are not same. i'm querying different table for different data so i have at least 50 sql queries and for each query i set propertis with data retrieved from table. My problem is: i have 50 sql queries. Is there a way to simplify this code. I cannot use ...
https://community.smartbear.com/t5/SoapUI-Open-Source/How-to-simplify-groovy-code-for-several-sql-request-in-different/m-p/189838
CC-MAIN-2020-50
en
refinedweb
IOpipe v0.9.1 Released: An AWS Lambda Analytics and Tracing Agent for Python iopipe-python - Python agent for AWS Lambda tracing & analytics... (more…)Read more » asciimatics – A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations… Read mor...
https://fullstackfeed.com/asciimatics-cross-platform-curses-like-functionality-for-python/
CC-MAIN-2018-13
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. Decisions trees are frequently used to represent workflows or algorithms. They also form a method for non-parametric supervised learning. A tree mapping observations to targe...
http://nbviewer.jupyter.org/github/ipython-books/cookbook-code/blob/master/notebooks/chapter08_ml/06_random_forest.ipynb
CC-MAIN-2018-13
en
refinedweb
0 I'm going to have to include a lengthy bit of code, but its every necessary part for you to see what I need. import random availableCountries = range(20) # <--- Used at games start, player's countries taken from here firstTurnsCountries = [] # <--- Player one's country possesion secondTurnsCountries = [] # <--- Playe...
https://www.daniweb.com/programming/software-development/threads/66261/my-loop-won-t-work-but-i-m-positive-it-should
CC-MAIN-2018-13
en
refinedweb
Hello, I have a pololu maestro 18 channel servo controller . I have written a python code to control the maestro via pc using serial bluetooth HC 05 first of all I have made a library like this code / class Controller : self.PololuCmd = "0xaa" + "0xc" def setTarget(self, chan, target): lsb = target & 0x7f #7 bits for l...
https://forum.pololu.com/t/controlling-two-servos-at-same-time-problem/12282
CC-MAIN-2018-13
en
refinedweb
Member 12 Points Participant 1740 Points Oct 19, 2012 01:48 AM|anil.india|LINK Have you taken reference of yor service in your project? Plz check Member 421 Points Oct 19, 2012 01:51 AM|narendrajarad|LINK Member 12 Points Participant 1740 Points Oct 21, 2012 01:38 AM|anil.india|LINK If references are available then you...
https://forums.asp.net/t/1852481.aspx?Cannot+Use+Web+Service+in+code
CC-MAIN-2018-13
en
refinedweb
. Service class for interacting with the Google Base data API GBASE_ITEM_FEED_URI = '' Path to the customer items feeds on the Google Base server. GBASE_SNIPPET_FEED_URI = '' Path to the snippets feeds on the Google Base server. AUTH_SERVICE_NAME = 'gbase' Authentication service name for Google Base string $_defaultPos...
https://framework.zend.com/apidoc/1.10/_Gdata_Gbase.html
CC-MAIN-2018-13
en
refinedweb
Python SDK for airbrake.io Project Description Airbrake integration for python that quickly and easily plugs into your existing code. import airbrake logger = airbrake.getLogger() try: 1/0 except Exception: logger.exception("Bad math.") airbrake-python is used most effectively through its logging handler, and uses the ...
https://pypi.org/project/airbrake/
CC-MAIN-2018-13
en
refinedweb
Flashcards Preview Burns The flashcards below were created by user Emilybillet on FreezingBlue Flashcards . Quiz iOS Android More What are the different mechanisms of burns? heat : flame, scalding water Chemicals : battery acid, cleaning fluids Electrical : equipment Radiation : sun, equipment Inhalation : smoke What p...
https://www.freezingblue.com/flashcards/print_preview.cgi?cardsetID=299282
CC-MAIN-2018-13
en
refinedweb
#include <Xm/SelectioB.h> Widget XmSelectionBoxGetChild( Widget widget, unsigned char child); XmSelectionBoxGetChild is used to access a component within a SelectionBox. The parameters given to the function are the SelectionBox widget and a value indicating which component to access. NOTE: This routine is obsolete and ...
http://www.makelinux.net/man/3/X/XmSelectionBoxGetChild
CC-MAIN-2015-32
en
refinedweb
Introduction One of the big differences between C# and VB.Net is the fact that VB.Net is case insensitive and C# isn’t. The case-insensitivity of VB.Net is sometimes weird and can lead to unwelcome side effects. Like you will see. Partial classes For example. the following is completely legal in VB.Net Module Module1 S...
http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/how-a-vb-net-programmer/
CC-MAIN-2015-32
en
refinedweb
You can subscribe to this list here. Showing 1 results of 1 On 2/2/11 4:15 PM, Guenter Milde wrote: > On 2011-02-02, Paul Tremblay wrote: >> A simple question (I think). Can someone show me how to use the front >> end tools (or any other method) that allows me to convert an RST file to >> XML so that I get a string? I ...
http://sourceforge.net/p/docutils/mailman/docutils-develop/?viewmonth=201102&viewday=4
CC-MAIN-2015-32
en
refinedweb
Opened 4 years ago Closed 3 years ago #16418 closed Bug (fixed) Class based generic DetailView tries to access non-existant _meta field when get_object has been modified to return a ModelForm Description Summary I used DetailView and subclassed it, then modified get_object to return a ModelForm instance. When it execut...
https://code.djangoproject.com/ticket/16418?cversion=0&cnum_hist=7
CC-MAIN-2015-32
en
refinedweb
The. “Bit banging” is the most basic method of producing sound from an Arduino. Just connect a digital output pin to a small speaker and then rapidly and repeatedly flip the pin between high and low. This is how the Arduino’s tone() statement works. The output pins can even drive a small (4cm or less) 8-ohm speaker con...
http://makezine.com/projects/make-35/advanced-arduino-sound-synthesis/
CC-MAIN-2015-32
en
refinedweb
Large-Scale Linux Configuration Management Before the introduction of LCFG, we were configuring machines using a typical range of techniques, including vendor installs and disk copying (cloning). These were followed by the application of a monolithic script which applied assorted “tweaks” for all the different configur...
http://www.linuxjournal.com/article/3467?page=0,1
CC-MAIN-2015-32
en
refinedweb
Accessing Primary KeysEdit When your primary key is not visible as a class property, the documented way to obtain the primary key values is with EOUtilities.primaryKeyForObject(). This works, but in the case where you have a single non-compound primary key, you need a few more lines of code to pull out this pk value. M...
https://en.m.wikibooks.org/wiki/WebObjects/EOF/Using_EOF/Primary_Keys
CC-MAIN-2015-32
en
refinedweb
Dat.20 (14 reviews) - 01 Jul 2015 20:35:06 GMT - Search in distribution - DateTime::Infinite - Infinite past and future DateTime objects - DateTime::Duration - Duration objects for date math - DateTime::LeapSecond - leap seconds table and utilities - 3 more results from DateTime » SPADKINS/App-Context-0.968 - 09 Jun 20...
https://metacpan.org/search?q=DateTime
CC-MAIN-2015-32
en
refinedweb
POE::Component::IRC::Plugin::Karma - A POE::Component::IRC plugin that keeps track of karma This plugin keeps track of karma ( perl++ or perl-- ) said on IRC and provides an interface to retrieve statistics. The bot will watch for karma in channel messages, privmsgs and ctcp actions. IRC USAGE * thing++ # comment Incre...
https://metacpan.org/search?q=POE-Component-IRC-Plugin-Karma
CC-MAIN-2015-32
en
refinedweb
frosted 1.2.1 A passive Python syntax checker Frosted is a fork of pyflakes that aims at more open contribution from the outside public, a smaller more maintainable code base, and a better Python checker for all. It currently cleanly supports Python 2.6 - 3.4 using pies () to achieve this without ugly hacks and/or py2t...
https://pypi.python.org/pypi/frosted/1.2.1
CC-MAIN-2015-32
en
refinedweb
34 replies on 3 pages. Most recent reply: Jan 5, 2006 5:32 PM by Geek Alot. javax.management.StandardMBean: Because of the compatibility requirement, it's much easier to put things in than to take them out. So don't add anything to the API that you're not sure you need. There's an approach to API design which you see d...
http://www.artima.com/forums/flat.jsp?forum=106&thread=142428&start=0&msRange=15
CC-MAIN-2015-32
en
refinedweb
This namespace holds a enum of various period types like era, year, month, etc.. More... This namespace holds a enum of various period types like era, year, month, etc.. the type that defines a flag that holds a period identifier Special invalid value, should not be used directly. Era i.e. AC, BC in Gregorian and Julia...
http://www.boost.org/doc/libs/1_53_0/libs/locale/doc/html/namespaceboost_1_1locale_1_1period_1_1marks.html
CC-MAIN-2015-32
en
refinedweb
Your answer is better.Thank you Type: Posts; User: curious725 Your answer is better.Thank you Yes,I agree.but what if it is something complicated? like this package handler; import java.io.BufferedInputStream; import java.io.DataInputStream; import java.io.File; import... Maybe I do not understand something. So I've cr...
http://www.javaprogrammingforums.com/search.php?s=110537594739c3f122948b9c14eeef88&searchid=1665239
CC-MAIN-2015-32
en
refinedweb
Details - Type: Bug - Status: Resolved - Priority: Minor - Resolution: Fixed - Affects Version/s: Lucene.Net 2.9.2 - Fix Version/s: Lucene.Net 2.9.4, Lucene.Net 2.9.4g - Component/s: Lucene.Net Core - Labels:None - Environment: Irrelevant Description. Activity - All - Work Log - History - Activity - Transitions Hello D...
https://issues.apache.org/jira/browse/LUCENENET-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033031
CC-MAIN-2015-32
en
refinedweb
Resets cookie configured for reset on user logout. The reset function passed in is called for each cookie configured for reset. If the function failed for any cookie, the last failed status is returned. #include "am_web.h" AM_WEB_EXPORT am_status_t am_web_log no values.
http://docs.oracle.com/cd/E19528-01/819-4676/gcrgi/index.html
CC-MAIN-2015-32
en
refinedweb
After setting up your Android development environment, and Developing an Android Application it’s time to set-up a automatic Android Test environment. The steps to achieve this are: - Choose a test technique. - Creating a test project. - Make the test. - Run the test. I will use the Android application which was develo...
http://wiebe-elsinga.com/blog/automatic-testing-for-android-applications/
CC-MAIN-2015-32
en
refinedweb
W3C Web Services Policy 1.5 - Attachment W3C^? (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. ------------------------------------------------------------------------------- Abstract This specification, Web Services Policy 1.5 - Attachment, defines two general-purpose me...
http://www.w3.org/TR/2007/REC-ws-policy-attach-20070904/ws-policy-attachment.txt
CC-MAIN-2015-32
en
refinedweb
You can subscribe to this list here. Showing 2 results of 2 David Bolen <db3l@...> writes: > Thomas Heller [mailto:theller@...] writes: > >> Can you please upload the example as zip-file somewhere the the bug >> tracker? Either Python (for modulefinder) or py2exe. I promise to look >> into it. > > Crud - while packagin...
http://sourceforge.net/p/py2exe/mailman/py2exe-users/?viewmonth=200508&viewday=4
CC-MAIN-2015-32
en
refinedweb
Scout/HowTo/3.7/Add an icon Contents Add the icon file to the project In the client Plug-In (e.g. tutorialMiniCrm.client.tutorialMiniCrm) add the icon file to the resources/icons folder. Scout supports many different picture formats. You can use a PNG file that has a size of 16*16 pixels. Link your file to your applica...
http://wiki.eclipse.org/Scout/HowTo/3.7/Add_an_icon
CC-MAIN-2015-32
en
refinedweb
A while ago I proposed DaST as a new architectural pattern for building highly dynamic Web 2.0 apps. In short, a web page is rendered as a set of randomly nested rectangles where each rectangle is controlled individually and every combination of rectangles can be partially updated via AJAX. The concept is currently imp...
http://www.codeproject.com/Articles/560364/ASP-NET-DaST-to-wrestle-with-MVC-and-WebForms?fid=1829182&df=90&mpp=50&noise=3&prof=False&sort=Position&view=Normal&spc=Relaxed
CC-MAIN-2015-32
en
refinedweb
Introduction Essentially, the Business Object Model (BOM) is the representation of the domain model in scope for efficient rule processing. It is this representation of the model against which rules are written. BOM elements are the classes, attributes and methods grouped into packages. Natural-language verbalization i...
http://www.ibm.com/developerworks/websphere/bpmjournal/1202_col_rao/1202_rao.html?ca=drs-
CC-MAIN-2015-32
en
refinedweb
Recently, I have been experimenting with different approaches for building vanilla JavaScript apps. And I got the idea to recreate basic React functionality in order to get a similar workflow as in React. This would enable me to keep the benefits of vanilla JavaScript while having the structure of React apps. It would ...
https://dev.to/maturc/recreating-the-react-workflow-in-vanilla-javascript-449c
CC-MAIN-2022-21
en
refinedweb
Hello everyone, I am writing a custom python script to write up a stone map for me. Currently I iterate over all the block instances in the scene and assign them bounding boxes. The only problem is the orientation of the gym interferes with the bounding box measurements. If the gem is rotated 90+ degrees it will measur...
https://discourse.mcneel.com/t/rhino-python-custom-stonemap-tool-measure-block-instances-gemstones/38348
CC-MAIN-2022-21
en
refinedweb
¶ -.1 Changelog - Next: 0.9 Changelog - Up: Home - On this page: - 1.0 Changel 1.0 Changelog¶ 1.0.19. 1.0.18¶Released: July 24, 2017. tests¶ Fixed issue in testing fixtures which was incompatible with a change made as of Python 3.6.2 involving context managers. 1.0.17¶Released: January 17, 2017 orm¶ misc¶ Fixed Python ...
https://docs.sqlalchemy.org/en/14/changelog/changelog_10.html
CC-MAIN-2022-21
en
refinedweb
OVERVIEW In this blog, I will show you, - How to Create the project on the firebase. - how to write/update the data to the real-time database on the firebase. Now, let’s get started and understand how to do it. Firstly let’s create the project on firebase. Creating a project on Firebase Firstly, go to and sign in to g...
https://innovationyourself.com/send-real-time-data-to-firebase/
CC-MAIN-2022-21
en
refinedweb
I am trying to use mp-api and MPR.query(formula=‘Fe2O3’, fields=[…]) to query Fe2O3-related information from the Materials Project. May I ask how to retrieve the icsd_ids and corresponding BibTex Citation? They are displayed in the web app as follows but I didn’t find a relevant keyword to put in ‘fields’. Thanks! Hi, ...
https://matsci.org/t/how-to-get-icsd-ids-via-mp-api/41970
CC-MAIN-2022-21
en
refinedweb
Hi PierPaolo, This function is in libMathCore that is not part of the default library set. You should link with: g++ -g -O -o mycode mycode.o `root-config --libs` -lMathCore Rene Brun Pierpaolo Righini wrote: > Hi Rene, > I tried but unsuccesfully to follow your suggestion for compiling the > Math libraries, for exampl...
https://root.cern.ch/root/roottalk/roottalk06/1163.html
CC-MAIN-2022-21
en
refinedweb
GitHub Copilot is the newest tool developed by GitHub to autocomplete code with the help of OpenAI. Copilot generates smart code suggestions with context, such as docstrings, code comments, function names, or even file names. It then uses all this information to suggest code snippets that developers can easily accept b...
https://blog.logrocket.com/building-github-copilot-app/
CC-MAIN-2022-21
en
refinedweb
Bug #2486 rsc logger seems to have problems with stringstreams Description When running the following program #include <stdio.h> #include <rsc/logging/Logger.h> using namespace std; int main() { rsc::logging::LoggerPtr logger = rsc::logging::Logger::getLogger("testlogger"); stringstream s; for (uint i = 0; i < 5; ++i) ...
https://code.cor-lab.de/issues/2486
CC-MAIN-2022-21
en
refinedweb
Periodic Tasks¶ Introduction¶ celery beat is a scheduler; It kicks off tasks at regular intervals, that are then executed by available worker nodes in the cluster. By default the entries are taken from the beat_schedule setting, but custom stores can also be used, like storing the entries in a SQL database. You have to...
https://docs.celeryq.dev/en/v5.1.2/userguide/periodic-tasks.html
CC-MAIN-2022-21
en
refinedweb
In your tests you might encounter specialized popups, which are generated via Javascript, and which are called ‘user prompts’. These are very basic in functionality, and they come in three variants: an ‘alert’ which only displays an informational message and an ‘OK’ button; a ‘confirm’ which displays an informational m...
https://imalittletester.com/2020/06/10/working-with-user-prompts-in-selenium/?replytocom=105534
CC-MAIN-2022-21
en
refinedweb
Whenever benefits to using a Web API over a native plugin, including: - Reduce app bloat: By design, native plugins bring in additional code to a project, increasing app download size for your users. A Web API, however, is already available. - Increase app performance: Less plugin code leads to better overall performan...
https://ionicframework.com/blog/replacing-native-plugins-with-web-apis/
CC-MAIN-2022-21
en
refinedweb
5 reasons to go with CSS in JS for your next application CSS is awesome, and it’s easy to get started with. But front-end applications have been scaling at a massive, and complex rate that I don’t believe the current CSS architecture is designed for the job. I still believe that the current CSS architecture has a place...
https://linguinecode.com/post/5-reasons-css-in-js
CC-MAIN-2022-21
en
refinedweb
Skolt Sami is one of the languages that is supported by UralicNLP. The goal of this website is to provide free FST transducers for multiple languages, mostly as nightly builds. You can use the Skolt Sami analyzer and generator with UralicNLP Install UralicNLP: pip install uralicNLP python -m uralicNLP.download -l sms U...
https://models.uralicnlp.com/nightly/sms/
CC-MAIN-2022-21
en
refinedweb
Razor Syntax Razor Syntax allows you to embed code (C#) into page views through the use of a few keywords (such as “@”), and then have the C# code be processed and converted at runtime to HTML. In other words, rather than coding static HTML syntax in the page view, a user can code in the view in C# and have the Razor e...
https://www.codecademy.com/learn/learn-asp-net/modules/asp-net-razor-syntax/cheatsheet
CC-MAIN-2022-21
en
refinedweb
Object Selection Based on Color Thresholding HSV (hue, saturation, value) colorspace is a model to represent the colorspace similar to the RGB color model. Since the hue channel models the color type, it is very useful in image processing tasks that need to segment objects based on its color In this example code below ...
https://www.tertiaryinfotech.com/selection-based-on-color/
CC-MAIN-2022-21
en
refinedweb
From!... Just a note: this board was for the QPD not the Bull's eye detector. tcs_daq #!/usr/bin/python # a short script to output low frequency sine wave to EPICS channels import epics import math import time import os import random a =.. Here's the error: Traceback (most recent call last): . Here are some pictures of...
http://nodus.ligo.caltech.edu:8080/TCS_Lab/?new_entries=0&rsort=Subject
CC-MAIN-2022-21
en
refinedweb
Server side rendering #About For server side rendered apps, there will be instances when the access token has expired. In these cases, you need to use the refresh token to get a new access and a new refresh token. However, the refresh token is only sent to one API endpoint - the refresh API. This means that for all oth...
https://supertokens.com/docs/website/usage/server-side-rendering
CC-MAIN-2022-21
en
refinedweb
Written in front: This tutorial refers to the official documentation EdgeX Foundry Hands On Tutorial The tools used are: Ubuntu system (with docker and docker-compose installed), postman tool and MQTTBox tool ( mqtt service construction tutorial) The data is not collected by real sensor devices, but random numbers are ...
https://algorithm.zone/blogs/how-to-write-code-to-upload-data-to-mqtt-cloud-server-through-edgexfoundry.html
CC-MAIN-2022-21
en
refinedweb
Voice Intro Contents - Getting Started - Supported Platforms - Install Instructions - Key Components - Interest Groups Usage Demystified -. Join our discord server to chat with the community or one of our team members when available. Supported Platforms - Windows - UWP - macOS - Linux - Android (for 64-bit support read...
https://doc.photonengine.com/zh-tw/voice/current/getting-started/voice-intro
CC-MAIN-2022-21
en
refinedweb
> 13 Iam facing some another issue now. Iam getting some sort of compilation error it seems. I have ‘Common.java’ class inside ‘base’ package. Its a program for starting firefoxdriver. That, I have kept it in separate package to made it a one time effort and modularity purpose. Iam calling this class file inside the ch...
https://imalittletester.com/2014/06/09/testng-custom-listeners-itestlistener/?like_comment=120&_wpnonce=e3c1012e47
CC-MAIN-2022-21
en
refinedweb
Light-weight packet serializer Project description Packeteer: The packet serializer Packeteer is a light-weight packet serializer capable of translating between raw bytes and custom packet objects; Objects which are easier to understand, display, and work with import socket from packeteer import packets, fields HOST = ...
https://pypi.org/project/packeteer/
CC-MAIN-2022-21
en
refinedweb
HOUSTON -- Is an energy revolution about to be unleashed south of the border? With a handful of other major reforms successfully pushed through, President Enrique Peña Nieto is next moving his nation toward serious consideration of energy sector reforms, as he looks to change the way the state oil monopoly Petróleos Me...
https://www.mayerbrown.com/en/news/2013/07/talk-of-changes-to-mexicos-oil-monopoly-stirs-caut
CC-MAIN-2022-21
en
refinedweb
Lots of our clients (similar to Formulation One, Honeycomb, Intuit, SmugMug, and Snap Inc.) use the Arm-based AWS Graviton2 processor for his or her workloads and luxuriate in higher worth efficiency. Beginning at this time, you may get the identical advantages on your AWS Lambda features. Now you can configure new and...
https://cloudsviewer.com/2021/09/29/aws-lambda-functions-powered-by-aws-graviton2-processor-run-your-functions-on-arm-and-get-up-to-34-better-price-performance/
CC-MAIN-2022-21
en
refinedweb
For realized that there was something fishy with my own dataset, so I fired up jupyter-notebook to gain some more insight in the IP structure of my dataset. My standard tool when dealing with packet analysis in Python is scapy. For visualization the quasi-standard is matplotlib. When dealing with graphs, I found Networ...
https://dmuhs.blog/2018/09/14/visualizing-ip-connections-in-python/
CC-MAIN-2022-21
en
refinedweb
Introduced in React version 16.8 (February 2019), React Hooks adds support for state management and lifecycle events to functional components. Hooks lets you write React applications using only functional components. With Hooks, you get such powerful functionality, you might decide to migrate your codebase. In this blo...
https://gorillalogic.com/blog/how-to-build-your-own-redux-state-management-implementation-based-on-hooks/
CC-MAIN-2022-21
en
refinedweb
Author: Russ Cox Last Updated: March 20, 2018 Discussion: We propose to add awareness of package versions to the Go toolchain, especially the go command. The first half of the blog post Go += Package Versioning presents detailed background for this change. In short, it is long past time to add versions to the working v...
https://go.googlesource.com/proposal/+/master/design/24301-versioned-go.md
CC-MAIN-2019-13
en
refinedweb
Adventures in USRP tuning These days, USRP radios are prevalent in our corner of radio science. Where I'm writing from at MIT Haystack Observatory, we have many USRP flavors in use: N200, B210, B210 mini, and X310. Readers who are otherwise unfamiliar with USRPs may recognize the name from an earlier post on the EISCAT...
http://www.radio-science.net/2017/12/adventures-in-usrp-tuning.html
CC-MAIN-2019-13
en
refinedweb
Local and remote notifications get the user’s attention by displaying an alert, badging your app’s icon, or playing sounds. These interactions occur when your app isn’t running or is in the background. They let users know that your app has relevant information for them to view. Push messaging should be integrated using...
https://developers.woosmap.com/mobile/ios/ios-push-messaging.html
CC-MAIN-2019-13
en
refinedweb
Is your application, server, or service delivering the appropriate speed of need? How do you know? Are you 100-percent certain that your latest feature hasn’t triggered a performance degradation or memory leak? There's only one way to verify - and that's by regularly checking the performance of your app. But which tool...
https://www.blazemeter.com/blog/open-source-load-testing-tools-which-one-should-you-use?utm_source=Blog&utm_medium=BM_blog&utm_campaign=monitoringtools
CC-MAIN-2019-13
en
refinedweb