text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
What does AWS-SDK v3 mean for node.js Lambda? Best practice is about to get easier. Yesterday I found out about @aws-sdk — the Javascript version of the AWS-SDK — is hitting version 3! I’m a bit behind the curve as this has been in developer preview since the end of November. But you’d have to be some sort of mad man t...
https://medium.com/tomincode/what-does-aws-sdk-v3-mean-for-node-js-lambda-67e249e52b53?utm_source=newsletter&utm_medium=email&utm_content=offbynone&utm_campaign=Off-by-none%3A%20Issue%20%2331
CC-MAIN-2019-18
en
refinedweb
Swift for TensorFlow Deep Learning Library Get a taste of protocol-oriented differentiable programming. This repository hosts Swift for TensorFlow's deep learning library, available both as a part of Swift for TensorFlow toolchains and as a Swift package. Usage This library is being automatically integrated in Swift fo...
https://swiftpack.co/package/tensorflow/swift-apis
CC-MAIN-2019-18
en
refinedweb
Apollo Cache A guide to customizing and directly accessing your Apollo cache InMemoryCache apollo-cache-inmemory is the default. import { InMemoryCache } from 'apollo-cache-inmemory'; import { Apollo } from 'apollo-angular'; import { HttpLink } from 'apollo-angular-link-http'; @NgModule({ ... }) class AppModule { const...
https://www.apollographql.com/docs/angular/basics/caching/
CC-MAIN-2019-18
en
refinedweb
Debugging tips Programs are like kids. You're at your home/office playing around, see how your baby grows, does all these nice things you taught it to do, and feel so proud when it succeeds. It reflects you so well, for the better & the worst. True, somethings it misbehave and make you regret that late drunken night it...
https://www.spectory.com/blog/Debugging%20tips
CC-MAIN-2019-18
en
refinedweb
BetweenBetween Between is a library for working with (time) intervals and the relations between them. It takes as a basis the thirteen relations of Allen's Interval Algebra. This is a system for reasoning about (temporal) intervals as described in the paper Maintaining Knowledge about Temporal Intervals. InstallationIn...
https://index.scala-lang.org/philippus/between
CC-MAIN-2022-21
en
refinedweb
I’ve been putting off writing about this for a while now, mostly because it’s such a huge topic. I’m not going to try to give more than a brief introduction to it here – don’t expect to be able to whip up your own LINQ to SQL implementation afterwards – but it’s worth at least having an idea of what happens when you us...
https://codeblog.jonskeet.uk/2011/02/20/reimplementing-linq-to-objects-part-43-out-of-process-queries-with-iqueryable/
CC-MAIN-2020-05
en
refinedweb
Exporting Variations MOSS 2007 had an OOB capability of exporting a publishing page to a .cmp file to enable offline translations scenarios. In case your translation team does an offline translation of the WCM site, the exported .cmp contained the required xmls for translation and you could import the translated xmls b...
https://docs.microsoft.com/en-us/archive/blogs/jojok/exporting-variations
CC-MAIN-2020-05
en
refinedweb
src-d/jgit-spark-connector[web search] README.md engine engine is a library for running scalable data retrieval pipelines that process any number of Git repositories for source code analysis. It is written in Scala and built on top of Apache Spark to enable rapid construction of custom analysis pipelines and processing...
https://jaytaylor.com/notes/node/1534532202000.html
CC-MAIN-2020-05
en
refinedweb
Multi-byte String manipulation functions. More... #include "config.h" #include <stddef.h> #include <ctype.h> #include <stdbool.h> #include <wchar.h> #include <wctype.h> Go to the source code of this file. Multi-byte String manipulationbyte.h. Count the bytes in a (multibyte) character. Definition at line 55 of file mby...
https://neomutt.org/code/mbyte_8h.html
CC-MAIN-2020-05
en
refinedweb
ASP.NET MVC - Passing. 1. public class Record 2. { 3. public int Id { get; set; } 4. public string RecordName { get; set; } 5. public string RecordDetail { get; set; } 6. 7. }. 1. public ActionResult Index() 2. { 3. Record rec = new Record 4. { 5. Id = 101, 6. RecordName = "Bouchers", 7. RecordDetail = "The basic stock...
https://tutorialslink.com/Articles/ASPNET-MVC-Passing-Data-From-Controller-To-View/953
CC-MAIN-2020-05
en
refinedweb
Contextual Menu Actions in the Design ModeEdit online The contextual menu of the Design mode includes the following actions: Go to Definition () - Shows the definition for the current selected component. For references, this action is available by clicking the arrow displayed in its bottom right corner. Open Schema () ...
https://www.oxygenxml.com/doc/versions/21.1/ug-editor/topics/contextual-menu-actions.html
CC-MAIN-2020-05
en
refinedweb
Block until a thread terminates #include <sys/neutrino.h> int ThreadJoin( int tid, void** status ); int ThreadJoin_r( int tid, void** status ); libc Use the -l c option to qcc to link against this library. This library is usually included automatically. The ThreadJoin() and ThreadJoin_r() kernel calls block until the t...
http://www.qnx.com/developers/docs/qnxcar2/topic/com.qnx.doc.neutrino.lib_ref/topic/t/threadjoin.html
CC-MAIN-2020-05
en
refinedweb
Android Developers Docs Reference androidx.test.annotation Kotlin |Java Annotations Beta Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release. UiThreadTest Methods annotated with this annotation will be executed on the application's UI thre...
https://developer.android.com/reference/androidx/test/annotation/package-summary.html?authuser=0
CC-MAIN-2020-05
en
refinedweb
sealed_generator 1.0.1 ᶘ ᵒᴥᵒᶅ SealedCodegen - 'when' operator generator for @sealed classes # Getting started # - Add these dependencies dev_dependencies: build_runner: ^1.0.0 sealed_generator: 1.0.1 - Mark any class you want with @sealed annotation (meta: ^1.1.7) and add part ' import 'package:meta/meta.dart'; part 'r...
https://pub.dev/packages/sealed_generator
CC-MAIN-2020-05
en
refinedweb
28 of file io/CStream.h. #include <mrpt/io/CStream.h> Used in CStream::Seek. Definition at line 32 of file io/CStream.h. Reads from the stream until a ' ' character is found ('' characters are ignored). Definition at line 69 of file CStream.cpp. Method for getting the current cursor position, where 0 is the first byte...
https://docs.mrpt.org/reference/devel/classmrpt_1_1io_1_1_c_stream.html
CC-MAIN-2020-05
en
refinedweb
Hello, I know this is being asked a lot and there is some code out there but It doesn't seem to work for me. It works on one page but doesn't work on the results page with the same search bar. The search bar is in the header that is repeated throughout the site. This is the code I have on the home page.. import {local}...
https://www.wix.com/corvid/forum/community-discussion/search-on-enter-key-press
CC-MAIN-2020-05
en
refinedweb
Home of Joel Cochran and Jim Burnett. The reality of .NET is that with the thousands of classes available, there is simply too much to know. No one can be an expert in everything, so we frequently hit the Search Engines looking for help and solutions to our problems. Hopefully, this blog can help with that. Topics wil...
http://www.csharp411.com/best-c-blogs/
CC-MAIN-2020-05
en
refinedweb
KHTML DOM::CSSException Class ReferenceThis exception is raised when a specific CSS operation is impossible to perform. More... #include <css_stylesheet.h> Detailed DescriptionThis exception is raised when a specific CSS operation is impossible to perform. Definition at line 173 of file css_stylesheet.h. Member Enumera...
https://api.kde.org/3.5-api/kdelibs-apidocs/khtml/html/classDOM_1_1CSSException.html
CC-MAIN-2020-05
en
refinedweb
Django Lookup Dict is a django app that enables you use a django model the Python dict way Project description A django app that allows you to use a djanog model created by the app with a python dict-like operators. Useful for storing configuration variables Hello, world Simple Demo: from django_lookup_dict import Look...
https://pypi.org/project/django_lookup_dict/
CC-MAIN-2020-05
en
refinedweb
How Can I Use Laravel Envoy or Deployer with SemaphoreCI? This article was peer reviewed by Wern Ancheta and Viraj Khatavkar. Thanks to all of SitePoint’s peer reviewers for making SitePoint content the best it can be!. We will be using SemaphoreCI for continuous delivery and Deployer to push our code to the DigitalOce...
https://www.sitepoint.com/how-can-i-use-laravel-envoy-or-deployer-with-semaphoreci/?utm_source=rss
CC-MAIN-2020-05
en
refinedweb
Hide Forgot From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/20020713 Description of problem: The following package in the url is the package. If you go to the jpackage.org site and examine the spec file you will notice they have two packages. ant-optional and ant-optional-full. Th...
https://bugzilla.redhat.com/show_bug.cgi?id=72689
CC-MAIN-2019-09
en
refinedweb
When programs are written, they commonly require the assistance of libraries which contain part of the functionality they require to run. Programs could, in principle, be written without invoking functions from other libraries, but that would dramatically increase the amount of source code for even the simplest program...
https://diego.assencio.com/?index=a500ab0fa6037fc2dc20224e7505b82f
CC-MAIN-2019-09
en
refinedweb
#include <wx/gdicmn.h> A wxRealPoint is a useful data structure for graphics operations. It contains floating point x and y members. See wxPoint for an integer version. Note that the coordinates stored inside a wxRealPoint object may be negative and that wxRealPoint functions do not perform any check against negative v...
https://docs.wxwidgets.org/3.1.0/classwx_real_point.html
CC-MAIN-2019-09
en
refinedweb
Numbers Useful tricks with numbers. Get maximum, minimum, and total of an array of numbers (here integers) let addTwo: (Int, Int) -> Int = { x, y in x + y } let sortedNumbers = copiedNumbers.sorted(by: <) let theMin = sortedNumbers.first! let theMax = sortedNumbers.last! let theTotal = sortedNumbers.reduce(0, addTwo) D...
https://eclecticlight.co/2017/06/28/swift-snippets-4-numbers-dates-unified-log-objective-c/
CC-MAIN-2019-18
en
refinedweb
Hi, after I upgraded to 1.5.1 and getting material design in place, my app is working and looking great in Android. HOWEVER the view when focussing or unfoccusing the keyboard does not work as expected. I have a Grid with icons at the bottom of my ContentPage. So when the keyboard expands the Grid should be sitting on ...
https://forums.xamarin.com/discussion/comment/244852/
CC-MAIN-2019-18
en
refinedweb
The ActivityManager class provides details about activities, services and the containing process of Android. Some methods of the class are meant to be used for debugging or information, so they shouldn't be used to affect any behaviour of your application during the runtime. If your code uses this class, the exception ...
https://ourcodeworld.com/articles/read/898/how-to-resolve-android-studio-error-cannot-resolve-symbol-activity-manager
CC-MAIN-2019-18
en
refinedweb
Controller Stability Analysis The purpose of controller stability analysis is to determine the range of controller gains between lower `K_{cL}` and upper `K_{cU}` limits that lead to a stable controller. $$K_{cL} \le K_c \le K_{cU}$$ The principles of stability analysis presented here are general for any linear time-in...
http://apmonitor.com/pdc/index.php/Main/StabilityAnalysis
CC-MAIN-2019-18
en
refinedweb
D Front End for GCC WWW: No installation instructions: this port has been deleted. The package name of this deleted port was: gdc gdc PKGNAME: gdc ONLY_FOR_ARCHS: i386 amd64 distinfo: There is no distinfo for this port. NOTE: FreshPorts displays only information on required and default dependencies. Optional dependenci...
http://www.freshports.org/lang/gdc/
CC-MAIN-2017-26
en
refinedweb
I am getting a couple of errors when I compile this program and all I seem to be doing today is making them worse. This program is a homework program that I did before and it worked, but my program structure was totally different. I am re-writing it again as a class(we are working about classes , structs, inheiritance ...
https://cboard.cprogramming.com/cplusplus-programming/136264-errors-i-cannot-figure-out.html
CC-MAIN-2017-26
en
refinedweb
Hello, I have a text file that is formatted as such: Volkswagen, 547, 9.78, 2 Mercedes, 985, 45.77, 35 ... I am trying to figure out how use the Scanner to read from the text file and store the information into an ArrayList of objects. ArrayList<Car> cars = new ArrayList<Car>(); I would then like to be able to use each...
https://www.daniweb.com/programming/software-development/threads/207767/scanner-and-arraylist-of-objects
CC-MAIN-2017-26
en
refinedweb
Hi, I need to copy a file from one location say c:\a\abc.txt to c:\b\abc.txt. I used the following below code #include <stdio.h> #include<fstream> int main() { if ( rename("c:\a\abc.txt","c:\b\abc.txt") perror( NULL ); system("pause"); return 0; } when i ran this code, the original file in the folder "a" gets deleted. ...
https://www.daniweb.com/programming/software-development/threads/229164/copying-file-from-one-location-to-another-location-and-should-not-delete-the-original
CC-MAIN-2017-26
en
refinedweb
Connect to Azure Event Hubs to send and receive events. You can perform operations such as send an event to an Event Hub and receive events from an Event Hub. To use any connector, you first need to create a logic app. You can get started by creating a logic app now. Connect to Event Bus Before your logic app can acces...
https://blogs.msdn.microsoft.com/vinaysin/2017/03/25/get-started-with-the-azure-event-hubs-connector/
CC-MAIN-2017-26
en
refinedweb
Get-FsrmEffectiveNamespace Get-FsrmEffectiveNamespace Syntax Detailed Description The Get-FsrmEffectiveNamespace cmdlet gets a list of paths that match the static namespaces in the input list and any namespaces that have a Folder Usage property set that have a value in the input list.. -Namespace<String[]> Specifies an...
https://technet.microsoft.com/en-us/library/jj900614(v=wps.630).aspx
CC-MAIN-2017-26
en
refinedweb
API Usage Tips¶ Below is a list of helpful tips when using the Shotgun API. We have tried to make the API very simple to use with predictable results while remaining a powerful tool to integrate with your pipeline. However, there’s always a couple of things that crop up that our users might not be aware of. Those are t...
http://developer.shotgunsoftware.com/python-api/cookbook/usage_tips.html
CC-MAIN-2017-26
en
refinedweb
06 December 2006 12:04 [Source: ICIS news] TOKYO (ICIS news)--Japanese conglomerate Marubeni Corp is considering building a plant to produce propylene in an oil-rich country as it expects supply to be tight, a company spokesman said on Wednesday. ?xml:namespace> He said the company was yet to decide on the finer detail...
http://www.icis.com/Articles/2006/12/06/1112255/Marubeni-considers-building-new-propylene-plant.html
CC-MAIN-2014-52
en
refinedweb
Hi, I have a C program I wrote for Unix that uses some time libraries such as: #include <sys/time.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/sysinfo.h> and functions like: ascftime() and strptime() to manipulate date strings and formats. I am trying to compile this code under windows (using LLC compi...
http://cboard.cprogramming.com/c-programming/43209-time-libraries-funtions-windows-c-compiling.html
CC-MAIN-2014-52
en
refinedweb
Hi Diego, On Mon, 2006-08-07 at 17:14 +0200, Diego Biurrun wrote: [...] > > > Careful, svn:externals only works for directories, not files. > > Ok... So, we will probably need to have a copy of those two files in the > > repository for some time :( > > Why not put them in libavutil (which is mandatory for MPlayer) then...
http://ffmpeg.org/pipermail/ffmpeg-devel/2006-August/007127.html
CC-MAIN-2014-52
en
refinedweb
31 December 2009 16:23 [Source: ICIS news] HOUSTON (ICIS news)--The US Chemical Safety Board (CSB) has a detailed watch list for 2010 and beyond for improving the safety of the chemical industry. But to tackle those issues in the depth it wants, the CSB may need additional funding help from US legislators. The CSB was ...
http://www.icis.com/Articles/2009/12/31/9321017/outlook-10-us-chem-safety-board-hopes-to-expand-seeks-funding.html
CC-MAIN-2014-52
en
refinedweb
Google Translate on Windows Phone Windows Phone 8 Windows Phone 7.5 This article shows how to use the Google translate web service in Windows Phone applications. Introduction I have been browsing the web to find a free translator service, that I can use. I have finally found a solution and implemented it in Windows Ph...
http://developer.nokia.com/community/wiki/Using_Google_Translate_on_Windows_Phone
CC-MAIN-2014-52
en
refinedweb
Test driven development thrives on a tight feedback loop. However,: describe RecipientInterceptor do it 'overrides to/cc/bcc fields' do Mail.register_interceptor RecipientInterceptor.new(recipient_string) response = deliver_mail expect(response.to).to eq [recipient_string] expect(response.cc).to eq [] expect(response.b...
http://robots.thoughtbot.com/running-specs-from-vim
CC-MAIN-2014-52
en
refinedweb
Type: Posts; User: howardcartter here is the code import javax.vecmath.*; import com.sun.j3d.utils.universe.*; import javax.media.j3d.*; import com.sun.j3d.utils.behaviors.vp.*; import javax.swing.JFrame; import... can someone help me get this obj file working This is the code called "Phong.java" that I am trying to ru...
http://forums.codeguru.com/search.php?s=3693c7c6f62bde52b2ff370c06dbe290&searchid=5796371
CC-MAIN-2014-52
en
refinedweb
10 Jul 01:53 2010 Re: gtkpod 1.0 beta 2 Leandro Lucarella <luca <at> llucax.com.ar> 2010-07-09 23:53:09 GMT 2010-07-09 23:53:09 GMT Leandro Lucarella, el 9 de julio a las 18:42 me escribiste: > I tried to break tm_add_track_to_track_model() using GDB to see how long > took each song to be scanned and it seems to be ins...
http://permalink.gmane.org/gmane.comp.ipod.gtkpod.user/2033
CC-MAIN-2014-52
en
refinedweb
I have successfully embedded the Perl interpreter, and it is working great. The next step is to provide the ability for the user to make calls into my C program to get certain information, take certain actions, etc. I have written an extension using SWIG, and built that into my program as well. After constructing my pe...
http://www.perlmonks.org/?node_id=428832
CC-MAIN-2014-52
en
refinedweb
by Ethan Wilansky March 2007 Summary: System.DirectoryServices.Protocols (S.DS.P), first introduced in the .NET Framework 2.0, is a powerful namespace that brings LDAP programming to managed code developers. This paper provides you with an introduction to programming with S.DS.P by describing common directory managemen...
http://msdn.microsoft.com/en-us/bb332056
CC-MAIN-2014-52
en
refinedweb
Connecting to databases with JDBC Posted on March 1st, 2001 with JDBC It has been estimated that half of all software development involves client/server operations. A great promise of Java has been the ability to build platform-independent client/server database applications. In Java 1.1 this has come to fruition with ...
http://www.codeguru.com/java/tij/tij0169.shtml
CC-MAIN-2014-52
en
refinedweb
Originally posted by Swati Singhal: Hi, I am a lil confused with this question. Appreciate if somebody could clarify. Which of the following constructors must exist in Parent class? public class Child extends Parent{ public Child(int i){ } public Child(int i, int j){ super(i,j); } public void Child(int i, int j, int k)...
http://www.coderanch.com/t/245060/java-programmer-SCJP/certification/Inheritance
CC-MAIN-2014-52
en
refinedweb
Collection classes are used for data storage and manipulate (sort, insert, remove etc) the data. Most of the collection classes implement the same interfaces, and these interfaces may be inherited to create new collection classes on the basis of more specialized data. These collection classes are defined in System.Coll...
http://www.mindstick.com/Articles/62f1e1b7-4f54-4d29-8c59-aa08d1190db1/Collection%20and%20Generic%20Collection%20Classes%20in%20C%20NET
CC-MAIN-2014-52
en
refinedweb
Validator A widget that is used to validate the associated DevExtreme editors against the defined validation rules. Validator widget using every supported library and framework. For more details on working with widgets in these libraries and frameworks, see the Widget Basics topic for jQuery, Angular, AngularJS, Knocko...
https://js.devexpress.com/Documentation/18_2/ApiReference/UI_Widgets/dxValidator/
CC-MAIN-2021-49
en
refinedweb
From: João Abecasis (jpabecasis_at_[hidden]) Date: 2006-04-19 09:21:08 Kevin Wheatley wrote: > João Abecasis wrote: >> What do others think about this? I'd like to hear your comments on the >> approach and implementation, as well as bug reports ;-) > > In general I like the idea as a feature for my own use too. > > Bug...
https://lists.boost.org/boost-build/2006/04/13521.php
CC-MAIN-2021-49
en
refinedweb
How to plot.¶ There exist multiple ways to plot using Oríon. We will start with the most convenient one, the experiment object plot accessor. Accessor experiment.plot¶ Note It only supports single experiment plots. It does not support regrets and averages. It is possible to render most plots directly with the Experimen...
https://orion.readthedocs.io/en/v0.1.16/auto_examples/how-tos/code_1_how_to_plot.html
CC-MAIN-2021-49
en
refinedweb
Learn Python the Hard Way with Pythonista Hi, I’ve bought the book for learning Python and I’m starting to have issues in some exercises when I try to run the scrips in Pythonista. I’m convinced that the problem could be on file structure or the way I put the arguments because in a regular computer the scripts run ok. ...
https://forum.omz-software.com/topic/4614/learn-python-the-hard-way-with-pythonista/12
CC-MAIN-2021-49
en
refinedweb
How to install discord.py on pythonista. This post is deleted!last edited by @ccc I need some assistance on something I am almost done installing all the modules but I am confused on this. It says module "attr" has no attribute 's' Please provide the full error message, not just the last line. Try import attr print(att...
https://forum.omz-software.com/topic/7296/how-to-install-discord-py-on-pythonista
CC-MAIN-2021-49
en
refinedweb
Adding Semantic to Base Types Parameters in Scala Here is another "fun" dive in the complex type system of Scala. This was inspired by Eric Torreborre's post that gives a very good use case for what I am going to show, but I wanted to share another one. I am giving a simple example here, it's a bit naive and there woul...
https://coderwall.com/p/l-plmq/adding-semantic-to-base-types-parameters-in-scala
CC-MAIN-2021-49
en
refinedweb
table of contents NAME¶ CURLOPT_PROXYUSERPWD - user name and password to use for proxy authentication SYNOPSIS¶ #include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXYUSERPWD, char *userpwd); DESCRIPTION¶(3) is used - beware.) Use CURLOPT_PROXYAUTH(3) to specify the authentication method. The appli...
https://manpages.debian.org/bullseye/libcurl4-doc/CURLOPT_PROXYUSERPWD.3.en.html
CC-MAIN-2021-49
en
refinedweb
table of contents NAME¶ storage.conf - Syntax of Container Storage configuration file DESCRIPTION¶ The STORAGE configuration file specifies all of the available container storage options for tools using shared container storage, but in a TOML format that can be more easily modified and versioned. FORMAT¶ The [TOML form...
https://manpages.debian.org/unstable/containers-storage/containers-storage.conf.5.en.html
CC-MAIN-2021-49
en
refinedweb
Checkpointing trials¶ Hint In short, you should use “{experiment.working_dir}/{trial.hash_params}” to set the path of the checkpointing file. When using multi-fidelity algorithms such as Hyperband it is preferable to checkpoint the trials to avoid starting training from scratch when resuming a trial. In this tutorial f...
https://orion.readthedocs.io/en/v0.1.16/auto_tutorials/code_2_hyperband_checkpoint.html
CC-MAIN-2021-49
en
refinedweb
In this question, we will learn how to calculate the Sum of numbers in String Problem Statement In the “Calculate Sum of all Numbers Present in a String” problem we have given a string “s”. This string contains some alphanumeric numbers and some English lowercase characters. Write a program that will calculate all the ...
https://www.tutorialcup.com/interview/string/calculate-sum-of-all-numbers-present-in-a-string.htm
CC-MAIN-2021-49
en
refinedweb
Iterables and iterators Looping is one of the most impressive features of Python. We can find it almost everywhere. We can loop over the built-in types such as dictionary, list, tuple, string or even custom object. For loop syntax is slightly different from many other languages. It does not require any initial value or...
https://blog.j-labs.pl/2019/03/Python-Good-Practices-Part-1-Python-constructs
CC-MAIN-2021-49
en
refinedweb
SET (ObjectScript) Synopsis SET:pc setargument,... S:pc setargument,... where setargument can be: variable=value (variable-list)=value Arguments Description The SET command assigns a value to a variable. It can set a single variable, or set multiple variables using any combination of two syntactic forms. It can assign ...
https://docs.intersystems.com/healthconnectlatest/csp/docbook/stubcanonicalbaseurl/csp/docbook/DocBook.UI.Page.cls?KEY=RCOS_cset
CC-MAIN-2021-49
en
refinedweb
This tutorial will teach you on how to print a “Hello World” text in Java. Before you start, be sure that you already install the JDK (Java Development Kit) and Netbeans IDE(Integrated Development Environment). Printing a line of text is the first step of Java program especially if you are a newbie. The first step is y...
https://itsourcecode.com/free-projects/java-projects/print-hello-world-text-in-java/
CC-MAIN-2021-49
en
refinedweb
We're currently porting our games to Android, and would like to be able to release a universal build for tablets and phones. Is there a way to determine the actual screen size or DPI in order to adjust the size of interface elements accordingly? Answer by Daniel-Brauer · Aug 31, 2011 at 07:44 PM It took a fair bit of r...
https://answers.unity.com/questions/161281/is-there-a-way-to-android-physical-screen-size.html
CC-MAIN-2020-29
en
refinedweb
I'm making a 2d top down shooter like Galaga. I want the projectile to shoot from the ship and move up the screen with a sine wave pattern. This is all I got and I'm only able to move the projectile straight public class Projectile : MonoBehaviour { // Used to control how fast the game object moves public float MoveSpe...
https://answers.unity.com/questions/803434/how-to-make-projectile-to-shoot-in-a-sine-wave-pat.html
CC-MAIN-2020-29
en
refinedweb
Azure SignalR is a fully managed service that makes it easy to add highly-scalable real-time messaging to any application using WebSockets and other protocols. SignalR Service has integrations for ASP.NET and Azure Functions. Other backend apps can use the service's RESTful HTTP API. In this article, we'll look at the ...
https://dev.to/azure/add-real-time-to-your-java-app-with-azure-signalr-service-3p8
CC-MAIN-2020-29
en
refinedweb
Java File class represents the path of directories and files. It provides the methods for renaming, deleting, and obtaining the properties of a file or directory. The File class is the wrapper class for the file name and its directory path. Java File Class The File class is Java’s representation of the file or director...
https://appdividend.com/2019/06/28/java-file-class-tutorial-java-io-file-class-in-java-example/
CC-MAIN-2020-29
en
refinedweb
State machine advent: One event, two possible state transitions (15/24) Mikey Stengel Updated on ・2 min read 24 days to learn statecharts #devadvent (25 Part Series) Conditional logic is everywhere. While state machines reduce conditional logic by eliminating impossible states, there is some conditional logic we want t...
https://dev.to/codingdive/state-machine-advent-one-event-two-possible-state-transitions-15-24-588k
CC-MAIN-2020-10
en
refinedweb
Hide Forgot Description of problem: Attempting to rebuild gcc-python-plugin, I ran into this issue on ppc64 and ppc64le: checking for gcc-plugin.h... not found Test compilation failed with exit code 1 The command was: gcc -c -o config-tests/00001-checking-for-gcc-plugin.h/feature-test.o -I/usr/lib/gcc/ppc64le-redhat-li...
https://partner-bugzilla.redhat.com/show_bug.cgi?id=1596407
CC-MAIN-2020-10
en
refinedweb
- 7.1 Role of a Bootloader - 7.2 Bootloader Challenges - 7.3 A Universal Bootloader: Das U-Boot - 7.4 Porting U-Boot - 7.5 Other Bootloaders - 7.6 Chapter Summary 7.2 Bootloader Challenges Even a simple “Hello World” program written in C requires significant hardware and software resources. The application developer do...
http://www.informit.com/articles/article.aspx?p=674698&seqNum=2
CC-MAIN-2020-10
en
refinedweb
From: Steven Watanabe (steven_at_[hidden]) Date: 2007-12-20 11:13:21 AMDG Ion Gaztañaga <igaztanaga <at> gmail.com> writes: > > Hi all, > > The formal review of the Unordered library started December 7, we have a > few nice reviews, but they are not enough. If you are interested in the > library (and I *know* you are)...
https://lists.boost.org/Archives/boost/2007/12/131817.php
CC-MAIN-2020-10
en
refinedweb
Introduction # Some of the unique concepts in TypeScript describe the shape of JavaScript objects at the type level. One example that is especially unique to TypeScript is the concept of ‘declaration merging’. Understanding this concept will give you an advantage when working with existing JavaScript. It also opens the...
https://www.typescriptlang.org/docs/handbook/declaration-merging.html
CC-MAIN-2020-10
en
refinedweb
Tutorial: Categorize iris flowers using k-means clustering with ML.NET version 15.6 or later with which group each flower belongs to, you choose the unsupervised machine learning task. To divide a data set in groups in such a way that elements in the same group are more similar to each other than to those in other grou...
https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/iris-clustering
CC-MAIN-2020-10
en
refinedweb
public class RecursionCutoffPoint extends java.lang.Object RecursionCutoffPointrepresents one such cut off query composition. When the compilation of the recursive query finishes and the compiled form becomes available, the RecursionCutoffPointhas to be signaled to update parent traces and recipes of the recursive call...
https://www.eclipse.org/viatra/javadoc/releases/incquery-1.1.0/org/eclipse/incquery/runtime/rete/construction/plancompiler/RecursionCutoffPoint.html
CC-MAIN-2020-10
en
refinedweb
libkdegames #include <KgDifficulty> Detailed Description KgDifficulty manages difficulty levels of a game in a standard way. The difficulty can be a type of game (like in KMines: small or big field) or the AI skills (like in Bovo: how deep should the computer search to find the best move) or a combination of both of th...
https://api.kde.org/4.x-api/kdegames-apidocs/libkdegames/html/classKgDifficulty.html
CC-MAIN-2020-10
en
refinedweb
iofunc_pathconf() Support pathconf() requests Synopsis: #include <sys/iofunc.h> int iofunc_pathconf( resmgr_context_t *ctp, io_pathconf_pathconf ) io_pathconf_t structure: -
https://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.lib_ref/topic/i/iofunc_pathconf.html
CC-MAIN-2020-10
en
refinedweb
SYNOPSIS #include <nng/protocol/bus0/bus.h> DESCRIPTION The bus protocol provides for building mesh networks where every peer is connected to every other peer. In this protocol, each message sent by a node is sent to every one of its directly connected peers. All message delivery in this pattern is best-effort, which m...
https://nng.nanomsg.org/man/v1.2.2/nng_bus.7.html
CC-MAIN-2020-10
en
refinedweb
Unit Tests There are many schools of thought on how, what, and when to test. This is a very sensitive subject for many people. As such, I will simply give an overview of the basic tools available for testing and leave it up to you to decide how and when to use them. The Test API Clojure provides built-in support for te...
https://www.oreilly.com/library/view/web-development-with/9781680502152/f_0059.xhtml
CC-MAIN-2020-10
en
refinedweb
Christopher James JepsonMember Content count35 Joined Last visited Community Reputation229 Neutral About Christopher James Jepson - RankMember Raising Money For my Game? Christopher James Jepson replied to BeoGames's topic in Games Business and Law. Raising Money For my Game? Christopher James Jepson replied to BeoGame...
https://www.gamedev.net/profile/208143-subtle-wonders/?tab=topics
CC-MAIN-2018-05
en
refinedweb
What's New in Windows 10 for developers, build 16299 Windows 10 build 16299 (also known as the Fall Creators Update or version 17 collection of new and improved features and guidance of interest to Windows developers in this release. For a full list of new namespaces added to the Windows SDK, see the Windows 10 build 1...
https://docs.microsoft.com/en-us/windows/uwp/whats-new/windows-10-build-16299
CC-MAIN-2018-05
en
refinedweb
Free for PREMIUM members Submit Want to protect your cyber security and still get fast solutions? Ask a secure question today.Go Premium #include <wchar.h> #include <malloc.h> #include <locale.h> #include <stdlib.h> #include <stdio.h> int main() { _wsetlocale(LC_ALL, L"arabic"); const char* text = "Arabic text"; wchar_...
https://www.experts-exchange.com/questions/26414400/when-i-use-this-function-in-c-the-text-have-arbic-it-destroied.html
CC-MAIN-2018-05
en
refinedweb
#include <hallo.h> * Jon Dowland [Thu, Oct 28 2004, 12:33:47PM]: > > In case you don't need to run 3d programs, using nv will be fine for you > > ...provided you have a reasonably modern computer or a small > resolution display. On my AMD K6-2 450mhz, the nv driver is unbearably > slow at 1280x1024. I don't think the C...
https://lists.debian.org/debian-user/2004/10/msg03099.html
CC-MAIN-2018-05
en
refinedweb
NaroCAD 1.0 Released NaroCAD opensource project has reached version 1.0 The most important technological point of view of NaroCAD is that is built on top of C#/.NET and uses OpenCascade 6.3 for all work involved in visualization, modelling. The OCAF like layer is rewritten in C# for maintenance reasons as is pretty har...
https://www.opencascade.com/content/narocad-10-released
CC-MAIN-2018-05
en
refinedweb
#include <sysc/kernel/sc_spawn.h> This templated helper class allows an object to provide the execution semantics for a process via its () operator. An instance of the supplied execution object will be kept to provide the semantics when the process is scheduled for execution. The () operator does not return a value. An...
http://www.cecs.uci.edu/~doemer/risc/v030/html_oopsc/a00198.html
CC-MAIN-2018-05
en
refinedweb
interface for antenna radiation pattern models More... #include "antenna-model.h" interface for antenna radiation pattern models Introspection did not find any typical Config paths. This class provides an interface for the definition of antenna radiation pattern models. This interface is based on the use of spherical c...
https://www.nsnam.org/docs/release/3.27/doxygen/classns3_1_1_antenna_model.html
CC-MAIN-2018-05
en
refinedweb
LeakDB 0.1 LeakDB is a very simple and fast key value store for Python Why ? For the fun o/ Overview LeakDB is a very simple and fast key value store for Python. All data is stored in memory and the persistence is defined by the user. A max queue size can be defined for a auto-flush. API >>> from leakdb import Persiste...
https://pypi.python.org/pypi/LeakDB/0.1
CC-MAIN-2015-40
en
refinedweb
Here's the discussion on this topic in the mailing list: I've checked the behavior of Toolkit.getLockingKeyState()/setLockingState() on Windows XP on RI and found that those methods work weirdly. Here's a simple test demonstrating RI behavior: import java.awt.Toolkit; import java.awt.event.KeyEvent; public class Test ...
https://issues.apache.org/jira/browse/HARMONY-4423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
CC-MAIN-2015-40
en
refinedweb
Details Description Issue Links Activity - All - Work Log - History - Activity - Transitions Refactoring the XmlUpdateRequestHandler to use constant variables that can be reused by the Stax implementation. Adding a stax implementation for the XmlUpdateRequestHandler. Till now I get an error about missing content stream...
https://issues.apache.org/jira/browse/SOLR-133?focusedCommentId=12486195&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
CC-MAIN-2015-40
en
refinedweb
XmlArrayAttribute.ElementName Property Silverlight Gets or sets the XML element name given to the serialized array. Namespace: System.Xml.SerializationNamespace: System.Xml.Serialization information aboutusing namespaces and creating prefixed names in the XML document, see XmlSerializerNamespaces. For a list of the ope...
https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlarrayattribute.elementname(v=vs.95)
CC-MAIN-2015-40
en
refinedweb
ichael Fitzgerald is the author of Learning XSLT. I know what you're up against. You've just inherited a new project at work that requires you to learn XSLT, but you don't have a clue where to start. If that's your problem, this article should give you a leg up over the wall. It will quickly cover five basics of XSLT f...
http://www.xml.com/pub/a/2003/11/26/learnXSLT.html
CC-MAIN-2015-40
en
refinedweb
CodeChef submission 788939 (C++ 4.3.2) plaintext list. Status: WA, problem LUCKY3, contest JAN12. By scientist1642 (scientist1642), 2012-01-11 14:00:43.#include <algorithm>#include <iostream>#include <sstream>#include <string>#include <vector>#include <queue>#include <set>#include <map>#include <cstdio>#include <cstdli...
https://www.codechef.com/viewsolution/788939
CC-MAIN-2015-40
en
refinedweb
Building your own Windows Live Messenger Events Agent - Posted: Mar 08, 2007 at 5:06AM - 1,337 views - 5 comments ![if gt IE 8]> <![endif]> Something went wrong getting user information from Channel 9 Something went wrong getting user information from MSDN Something went wrong getting the Visual Studio Achievements Sum...
https://channel9.msdn.com/coding4fun/articles/Building-your-own-Windows-Live-Messenger-Events-Agent
CC-MAIN-2015-40
en
refinedweb
ChangeProposals/fixedprefixlikexml. An extension specification SHOULD NOT define a new element type Add text like the following: After the following paragraph: In HTML documents, elements in the HTML namespace may have an xmlns attribute specified, if, and only if, it has the exact value "". This does not apply to XML ...
http://www.w3.org/html/wg/wiki/ChangeProposals/fixedprefixlikexml
CC-MAIN-2015-40
en
refinedweb
This is another homework problem. I thought it was easier, and I wouldn't need help, but I keep getting a segmentation fault when running the program. The assignment is to use a recursive function to output the amount of candybars we can buy with a user-inputted amount of money. Each candybar costs $1, and each candyba...
https://www.daniweb.com/programming/software-development/threads/351555/recursive-design-to-input-coupon-and-money-
CC-MAIN-2015-40
en
refinedweb
Event Based Programming in JavaFX Old Song, New World I decided to try my hand at some JavaFX programming to see what the language had to offer. Two of the key features of JavaFX are its ability to bind to data, and its access to all Java libraries. I used that to see how it handles for event-based programming. I built...
https://weblogs.java.net/node/242548/atom/feed
CC-MAIN-2015-40
en
refinedweb
Agenda See also: IRC log <trackbot> Date: 04 May 2010 trackbot, start meeting <trackbot> Meeting: XML Security Working Group Teleconference <trackbot> Date: 04 May 2010 <scribe> Scribe: tlr <esimon2> My phone does not seem to be working; might be chat only for me. <fjh> Privacy Workshop <fjh> fjh: privacy workshop -- p...
http://www.w3.org/2010/05/04-xmlsec-minutes.html
CC-MAIN-2015-40
en
refinedweb
C# Interfaces, what are they and why use them? What is an Interface First. An interface is a contract between itself and any class that implements it. This contract states that any class that implements the interface will implement the interface's properties, methods and/or events. An interface contains no implementati...
https://dzone.com/articles/c-interfaces-what-are-they-and
CC-MAIN-2015-40
en
refinedweb
Mysql & java - JDBC to connect to mysql 5.1 using java. But it shows error about: Class.forName...; String url = "jdbc:mysql://localhost:3306/"; String dbName... on JDBC visit to : java error - JDBC ? import java.sql.*; public class MysqlConnect{ public static void main(String[] args) { System.out.println("MySQL Connec...
http://www.roseindia.net/tutorialhelp/comment/87818
CC-MAIN-2015-40
en
refinedweb
risu wrote: Upon further discussion it is not intended for every connection to call the ReadFile function when it's created. I was kinda afraid of this (are loacal file reads for every connection object neccessarily bad?). Instead they will have a top level Module (not class or form) firing off the overall program. The...
https://channel9.msdn.com/Forums/Coffeehouse/6237-Reading-local-files-Win-APIs-Vs-Framework/2e7f3a768135494d80d69dea0119b7f8
CC-MAIN-2015-40
en
refinedweb
Answered by: Whats wrong with my code? C# using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; using OutLook = Microsoft.Office.Interop.Outlook; namespace Access_Honeywell_...
https://social.msdn.microsoft.com/Forums/vstudio/en-US/a2432f7f-7854-4a68-8011-da9d243bc1f9/whats-wrong-with-my-code-c?forum=csharpgeneral
CC-MAIN-2015-40
en
refinedweb
Is it a terminology issue, or a deeper problem, that we have both When a _foreign element_ has one of the namespaced attributes given by the local name and namespace of the first and second cells of a row from the following table, it must be written using the name given by the third cell from the same row. . . xml:base...
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17745
CC-MAIN-2015-40
en
refinedweb
Tutorial 3: Using Matrices The Matrices tutorial project introduces the concept of matrices and shows how to use them. Matrices are used to transform the coordinates of vertices and to set up cameras and viewports. Path Source location: (SDK root)\Samples\Managed\Direct3D\Tutorials\Tutorial3 Procedure Tutorial 2: Rende...
https://msdn.microsoft.com/en-us/library/bb153260(v=vs.85).aspx
CC-MAIN-2015-40
en
refinedweb
Using IntelliSense with Exchange Web Services Topic Last Modified: 2009-07-15 You can use Microsoft Visual Studio 2005 or Visual Studio 2008 or Visual Studio 2008 IDE. In many ways, it is better to use wsdl.exe to generate proxies than to use the Add Web Reference wizard in Visual Studio 2005 or Visual Studio 2008. or ...
https://msdn.microsoft.com/en-us/library/bb629923(v=exchg.80).aspx
CC-MAIN-2015-40
en
refinedweb