text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
It is possible to use the serial port to receive commands directly in the Arduino code. We can for example control the GPIO from the serial monitor of a code editor such as the Arduino IDE or PlatformIO. It is also possible to make several development boards or micro-controllers communicate with each other (STM32, ESP3...
https://diyprojects.io/getting-started-arduino-receive-commands-from-the-serial-port-esp32-esp8266-compatible/?amp
CC-MAIN-2022-40
en
refinedweb
Software architects and programmers love low coupling. What is coupling? Why is coupling important? Let’s get started. You will learn - What is coupling? - What are common examples of coupling in software? - How can we reduce the amount of coupling between classes, between components, and the like? Example of Couping L...
https://girishgodage.in/blog/software-design-coupling-with-examples
CC-MAIN-2022-40
en
refinedweb
Originally published on NG-Conf Programming is fun, especially when you love the technology you’re working on. We at Modus Create love the web and web technologies. One of the frameworks that we work with is Angular. When you work with Angular on large scale apps, there comes a set of different challenges and problems ...
https://moduscreate.com/blog/adding-keyboard-navigation-to-angular-lists-using-angular-cdk-listkeymanager/
CC-MAIN-2022-40
en
refinedweb
- 05 Aug, 2019 6 commits - Heinrich Lee Yu authored - Thong Kuah authored Upgrade PostgreSQL versions in CI See merge request gitlab-org/gitlab-ce!31446 - - Marcel Amirault authored MD002 - First header should be level 1 MD006 - Start bullets at beginning of line MD019 - No multiple spaces after header style MD022 - He...
https://foss.heptapod.net/heptapod/heptapod/-/commits/8debde4bb0edc87e269d23fd6aae4d592c8dca8c
CC-MAIN-2022-40
en
refinedweb
table of contents NAME¶ XmSimpleSpinBox — a simple SpinBox widget class SYNOPSIS¶ #include <Xm/SSpinB.h> DESCRIPTION¶. Classes¶ The XmSimpleSpinBox widget inherits behavior and resources from the Core, Composite and XmManager classes. The class pointer is XmSimpleSpinBoxWidgetClass. The class name is XmSimpleSpinBoxWid...
https://manpages.debian.org/bullseye/libmotif-dev/XmSimpleSpinBox.3.en.html
CC-MAIN-2022-40
en
refinedweb
My last post "C++20: The Core Language" presented the new features of the C++20 core language. Today, I continue my journey with an overview of the C++20 library. The image shows you my plan for chrono library from C++11/14 was extended with a calendar and time-zone facility. If you don't know the Chrono library, read ...
https://www.modernescpp.com/index.php/c-20-the-library
CC-MAIN-2022-40
en
refinedweb
SAP Web IDE: App to App Navigation in FLP Sandbox Hi, In this blog I will show how to preview 2 different applications in one FLP sandbox while developing in SAP Web IDE. I will also show an example of how to navigate from one app to another. - Make sure you have 2 (or more) apps in your SAP Web IDE workspace. - In eac...
https://blogs.sap.com/2016/08/14/sap-web-ide-app-to-app-navigation-in-flp-sandbox/
CC-MAIN-2022-40
en
refinedweb
Integration of Ceph and Kubernetes This blog is about the integration of ceph with kubernetes. Kubernetes needs persistent storage for application to to maintain the data even after pod fails or deleted. This storage may be storage devices attached to cluster shared by NFS, storage solutions provided by cloud providers...
https://rdwaykos.medium.com/integration-of-ceph-and-kubernetes-87713c4f8921
CC-MAIN-2022-40
en
refinedweb
Introduction: The Pi Must Go On! Pi-powered RFID Musical Box. An idea is born! This Christmas, my wife and I entered a Hallmark store to let our 1 year old daughter look at the ornaments and trinkets. My wife and daughter were instantly drawn towards a glowing Disney princess castle. In the center of the castle was a p...
https://www.instructables.com/The-Pi-Must-Go-On-Pi-powered-RFID-Musical-Box/
CC-MAIN-2022-40
en
refinedweb
13. Solvers¶ A constraint-based reconstruction and analysis model for biological systems is actually just an application of a class of discrete optimization problems typically solved with linear, mixed integer or quadratic programming techniques. Cobrapy does not implement any algorithm to find solutions to such proble...
https://cobrapy.readthedocs.io/en/latest/solvers.html
CC-MAIN-2022-40
en
refinedweb
Introduction: Let's assume that you need to share files from your AWS S3 bucket(private) without providing AWS access to a user. How would you do that? Well, we have pre-signed URLs that are shortly lived, which can be shared and used to access the content shared. Pre-signed URLs: What is a pre-signed URL? A pre-signed...
https://plainenglish.io/blog/access-files-from-aws-s3-using-pre-signed-urls-in-python
CC-MAIN-2022-40
en
refinedweb
The GY-302 from CJMCU is an I2C board that allows you to measure the amount of light using the BH1750 photodetector. We will use the measured brightness to construct an ambient lighting quality indicator based on European Standard EN 12464-1. It is very easy to integrate the sensor GY-302 in an Arduino project or ESP82...
https://diyprojects.io/bh1750-gy-302-measure-lighting-quality-home-arduino-esp8266-esp32/?amp
CC-MAIN-2022-40
en
refinedweb
Full Text Search (FTS) Using the Go SDK with Couchbase Server You can use the Full Text Search service (FTS) to create queryable full-text indexes in Couchbase Server. Couchbase offers Full-text search support, allowing you to search for documents that contain certain words or phrases. In the Go SDK you can search full...
https://docs.couchbase.com/go-sdk/1.1/full-text-searching-with-sdk.html
CC-MAIN-2019-39
en
refinedweb
Your One-Stop Shop For Everything React Boston 2018 at last year’s inaugural conference: GraphQL was a big player, popping up in a handful of talks throughout the weekend, as was performance (including discussions on ways to increase both raw speed and overall perceived performance). ReasonML, the subject of an enthusi...
https://tech.wayfair.com/2018/11/everything-react-boston-2018/
CC-MAIN-2019-39
en
refinedweb
![if !IE]> <![endif]> Form Processing and Business Logic XHTML forms allow users to enter data to be sent to a Web server for processing. Once the server receives the form, a server program processes the data. Such a program could help people purchase products, send and receive Web-based e-mail, complete a survey, etc....
https://www.brainkart.com/article/Form-Processing-and-Business-Logic---Python_11131/
CC-MAIN-2019-39
en
refinedweb
Abstract:What do we do when data exceeds the capacity but has to be stored on disks? How can we encapsulate KVStore and integrate it into Redis? How is Redis encoding implemented? This article aims to address these questions by using the Ardb protocol, specifically at the encoding/decoding layer during the integration ...
https://www.alibabacloud.com/blog/247782
CC-MAIN-2019-39
en
refinedweb
I'm trying to figure out how to generate a competition chart list from users (players) in database. I'v got a random sorting: def shotokanRandPlayers(request, tournament_id): tournament = Tournament.objects.get(id = tournament_id) categories = Category.objects.filter(tournament_id = tournament) for category in categori...
http://www.howtobuildsoftware.com/index.php/how-do/bCQs/python-django-database-charts-how-to-generate-chart-of-players-from-database-in-django
CC-MAIN-2019-39
en
refinedweb
After we have created a grid in the previous example, we now show how to define degrees of freedom on this mesh. For this example, we will use the lowest order ( \(Q_1\)) finite elements, for which the degrees of freedom are associated with the vertices of the mesh. Later examples will demonstrate higher order elements...
https://www.dealii.org/8.4.1/doxygen/deal.II/step_2.html
CC-MAIN-2019-39
en
refinedweb
Some 🙂: - GetModelsWithMakes: returns a list of car Models with their respective associated Makes - GetMakes: returns the full list of car Makes - UpdateModels: takes a list of car Models and uses ApplyChanges and SaveChanges to save changes in the database And the typical operation of the application goes likes this:...
https://blogs.msdn.microsoft.com/diego/2010/10/05/self-tracking-entities-applychanges-and-duplicate-entities/
CC-MAIN-2019-39
en
refinedweb
Directory Structure The Processing Unit Jar File Much like a JEE web application or an OSGi bundle, The Processing Unit is packaged as a .jar file and follows a certain directory structure which enables the GigaSpaces runtime environment to easily locate the deployment descriptor and load its classes and the libraries ...
https://docs.gigaspaces.com/xap/12.0/dev-java/the-processing-unit-structure-and-configuration.html
CC-MAIN-2019-39
en
refinedweb
Provided by: libpcp3-dev_4.3.1-1_amd64 NAME pmFreeResult - release storage allocated for performance metrics values C SYNOPSIS #include <pcp/pmapi.h> void pmFreeResult(pmResult *result); cc ... -lpcp DESCRIPTION). SEE ALSO malloc(3), PMAPI(3) and pmFetch(3).
http://manpages.ubuntu.com/manpages/disco/man3/pmFreeResult.3.html
CC-MAIN-2019-39
en
refinedweb
import "go.uber.org/cadence/internal/common/cache" var ( // ErrCacheFull is returned if Put fails due to cache being filled with pinned elements ErrCacheFull = errors.New("Cache capacity is fully occupied with pinned elements") ) type Cache interface { // Exist checks if a given key exists in the cache Exist(key string...
https://godoc.org/go.uber.org/cadence/internal/common/cache
CC-MAIN-2019-39
en
refinedweb
Jupyter doesn't use the built-in MathJax I have two copies of MathJax. One in /usr/lib/sagemath/local/share/mathjax, another in /usr/share/javascript/mathjax. I open up the jupyter notebook: sage -n jupyter. I open a notebook and what I get is Math/LaTeX rendering will be disabled. If you have administrative access to ...
https://ask.sagemath.org/question/31542/jupyter-doesnt-use-the-built-in-mathjax/?answer=31551
CC-MAIN-2019-39
en
refinedweb
I have a large database and I am looking to read only the last week for my python code. My first problem is that the column with the received date and time is not in the format for datetime in pandas. My input (Column 15) looks like this: recvd_dttm 1/1/2015 5:18:32 AM 1/1/2015 6:48:23 AM 1/1/2015 13:49:12 PM From the ...
http://databasefaq.com/index.php/answer/983/python-datetime-pandas-format-dataframes-selecting-data-from-last-week-in-python
CC-MAIN-2017-43
en
refinedweb
Retrieve an extension identified by a key (string) from the specified list of video modes. #include <wfdqnx/wfdcfg.h> struct wfdcfg_keyval* wfdcfg_mode_list_get_extension(const struct wfdcfg_mode_list *list, const char *key) A handle to the list whose extension(s) you are retrieving Identifier of the extension to retri...
http://www.qnx.com/developers/docs/6.6.0_anm11_wf10/com.qnx.doc.screen.wfdcfg/topic/wfdcfg_mode_list_get_extension.html
CC-MAIN-2017-43
en
refinedweb
all final(optimal) values of for loop I have written a program to check which matrices in a given class maximizes the determinant. But my program gives me only one such matrix, I need all those matrices which attains the maximum determinant. def xyz(n): m=0 A=matrix(QQ,n) for a in myfunction(n): if a.det()>m: m=a.det()...
https://ask.sagemath.org/question/36860/all-finaloptimal-values-of-for-loop/?answer=36869
CC-MAIN-2017-43
en
refinedweb
Hi all, I am using jdev12c. I tried to create the following class package view; import java.awt.Dimension; import java.util.ListResourceBundle; public class Resource extends ListResourceBundle { protected Object[][] getContents() { return new Object[][] = { // }; } } The code is copied from java documentation ListResou...
https://community.oracle.com/message/11329475
CC-MAIN-2017-43
en
refinedweb
EXECL(3) Library Routines EXECL(3) execl, execlp, execv, execvp - execute a file #include <unistd.h> extern char **environ; int execl(const char *path, const char *arg, ...); int execle(const char *path, const char *rg, ...); int execlp(const char *file, const char *arg, ...); int execv(const char *path, char * const *...
http://www.gno.org/gno/man/man3/execl.3.html
CC-MAIN-2017-43
en
refinedweb
in PersistentPermissionResolver.filterSetByActionAlim Abdulkhairov Apr 17, 2012 11:19 AM Hello community. I use seam 3 and faced with suc problem: I didn't define identityPermissionClass in my seam configuration beans.xml. So JpaPermissionStore.identityPermissionClass property is null and during it init() method JpaPer...
https://developer.jboss.org/thread/198490
CC-MAIN-2017-43
en
refinedweb
You want to run some setup code one time and then run several tests. You only want to run your cleanup code after all of the tests are finished. Use the junit.extensions.TestSetup class..extensions.TestSetup class supports this requirement. Example 4-4 shows how to use this technique. package com.oreilly.javaxp.junit; ...
http://etutorials.org/Programming/Java+extreme+programming/Chapter+4.+JUnit/4.7+One-Time+Set+Up+and+Tear+Down/
CC-MAIN-2015-40
en
refinedweb
This database solution has a number of benefits including: · Store C# objects (and objects of any .NET-language) without the need for any interface or adapter. · Store Dynamic objects with any fields/properties, and mapping them into objects of any type. · SQL-like queries. If you can write SQL, you can use this databa...
http://www.nullskull.com/a/1708/eloquera-nosql-object-database.aspx
CC-MAIN-2015-40
en
refinedweb
If you already have the R code (especially if you are going to use it often) it can be written to file stored through known adopath with your do- or ado-file using file with write option each time to use the ado/do-file. Linking this with Roger Newson's rsource will allow you to call R, run you code and output within ...
http://www.stata.com/statalist/archive/2010-02/msg01333.html
CC-MAIN-2015-40
en
refinedweb
Difference between revisions of "TTML/changeProposal015" Revision as of 17:32, 21 March 2014 Style.CSS - OPEN - Owner: Glenn Adams. - Started: 14/06/13 Contents - 1 Style.CSS - OPEN - 2 Issues Addressed - 3 Summary and Change details - 3.1 margin - 3.2 padding - 3.3 box-decoration-break - 3.4 border - 3.5 line stacking...
http://www.w3.org/wiki/index.php?title=TTML/changeProposal015&curid=7078&diff=72505&oldid=72474
CC-MAIN-2015-40
en
refinedweb
IRC log of dawg on 2005-07-05 Timestamps are in UTC. 14:28:22 [RRSAgent] RRSAgent has joined #dawg 14:28:22 [RRSAgent] logging to 14:28:31 [Zakim] SW_DAWG()10:30AM has now started 14:28:32 [Zakim] +DanC 14:29:13 [Zakim] +HowardK 14:29:15 [Zakim] +??P4 14:29:19 [Zakim] -??P4 14:29:33 [stoni] stoni has joined #dawg 14:29...
http://www.w3.org/2005/07/05-dawg-irc
CC-MAIN-2015-40
en
refinedweb
Per HTML5, the @lang attribute can be used in both XHTML and HTML: "The lang attribute in no namespace may be used on any HTML element." <> "The term "HTML elements", when used in this specification, refers to any element in that namespace, and thus refers to both HTML and XHTML elements." <> Therefore, Polyglot Markup...
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16190
CC-MAIN-2015-40
en
refinedweb
) Issue Links - is related to KARAF-1033 Set the Features validation optional - Resolved Activity - All - Work Log - History - Activity - Transitions Due to itests broken (Pax Exam "embeds" Karaf, so force the "old" feature namespace usage), I let the features namespace in v1.0.0 (on trunk). On karaf-2.2.x branch, add ...
https://issues.apache.org/jira/browse/KARAF-968?page=com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel
CC-MAIN-2015-40
en
refinedweb
On Mon, May 20, 2002 at 01:56:05AM +0200, Marcus Brinkmann wrote: > >. Using an analogy to Linux, it's not so much that it contains programs (in the /usr/bin sense), it's more that it contains "filesystem definitions". That those happen to be programs is interesting, but not particularly important. So, where you'd type...
https://lists.debian.org/debian-hurd/2002/05/msg00502.html
CC-MAIN-2015-40
en
refinedweb
Hey guys, I'm having a very weird problem with a project I'm working on. I have a multi-scene project and on one of the scenes there are three buttons which the user can interact with. Each button takes the user to a difference scene that starts with music, text fade ins, and pretty simple stuff. Two of the buttons wor...
http://forums.adobe.com/message/4576293
CC-MAIN-2013-48
en
refinedweb
Hi Ivan, Omari, Following up on this question, is it possible to have the log automatically set the name of the workspace to the programs running in it? Currently I use the dynamic log with xmonad-log-applet (), but it would be so much more useful if rather than *me* making sure I place each window in the right workspa...
http://www.haskell.org/pipermail/xmonad/2010-January/009685.html
CC-MAIN-2013-48
en
refinedweb
24 June 2009 05:03 [Source: ICIS news] SINGAPORE (ICIS news)--Fujian Refining and Petrochemical Co (FREP) has delayed the start up of a new 800,000 tonne/year steam cracker to first half of August due to ongoing construction works, a source close to the company said on Wednesday. “The cracker is not ready,” he said in ...
http://www.icis.com/Articles/2009/06/24/9227043/chinas-frep-delays-cracker-start-up-to-h1-aug-source.html
CC-MAIN-2013-48
en
refinedweb
29 August 2008 12:47 [Source: ICIS news] (adds background from paragraph 3) LONDON (ICIS news)--A major European monoethylene glycol (MEG) producer said on Friday it had agreed a September contract at €875/tonne ($1,287/tonne), down €75/tonne from August, with a major consumer. The source said it has also followed the ...
http://www.icis.com/Articles/2008/08/29/9152809/Europe-Sept-MEG-settles-75t-down.html
CC-MAIN-2013-48
en
refinedweb
Archived:How to create menu with callback function that receives parameters Tested with Devices(s): Nokia N96 Compatibility Platform(s): S60 2nd Edition, S60 3rd Edition Article Keywords: appuifw, menu Created: diegodobelo (14 Jan 2009) Last edited: hamishwillee (31 May 2013) Overview The appuifw.app.menu receives a li...
http://developer.nokia.com/Community/Wiki/How_to_create_menu_with_callback_function_that_receives_parameters
CC-MAIN-2013-48
en
refinedweb
14 August 2012 18:50 [Source: ICIS news] LONDON (ICIS)--Indorama Ventures’ second-quarter net profit fell 28%, to $39m (€32m), from the first quarter, mainly because of inventory losses and markdowns in the wake of the global commodity downturn, the Thailand-based international polyester major said on Tuesday. However,...
http://www.icis.com/Articles/2012/08/14/9586981/thai-indorama-q2-profit-falls-28-from-q1-on-global-commodity-woes.html
CC-MAIN-2013-48
en
refinedweb
In this blog we will examine the process to “Consume” a web service located on the web. To begin, create the default web site in Visual Web Developer Express 2010, the process is basically the same as with any of the Visual Studio web tools. The installation is faster, about 10 minutes from start of download to complet...
http://blogs.msdn.com/b/devschool/archive/2010/01/01/consuming-a-hosted-web-service-using-visual-studio-specifically-vwd-2010.aspx
CC-MAIN-2013-48
en
refinedweb
05 November 2009 12:58 [Source: ICIS news] LONDON (ICIS news)--Artenius’ polyethylene terephthalate (PET) plant at El Prat de Llobregat, Spain, could be restarted by the end of the year to accommodate demand, a source from the Spanish company said on Thursday. “There is a possibility that El Prat could restart by the e...
http://www.icis.com/Articles/2009/11/05/9261303/artenius-to-resume-pet-output-at-el-prat-de-llobregat.html
CC-MAIN-2013-48
en
refinedweb
This article introduces a small and simple library to help logging and instrumentation in your applications. Having recently reviewed the area of logging and instrumentation, I discovered some very complete libraries, such as the Enterprise Instrumention Framework components and the Microsoft Logging Block. Although th...
http://www.codeproject.com/Articles/5698/Slogger-The-simple-extensible-logger?fid=30603&df=90&mpp=25&noise=1&prof=True&sort=Position&view=None&spc=None
CC-MAIN-2013-48
en
refinedweb
This article has been dead for over three months: Start a new discussion instead Reputation Points: 10 [?] Q&As Helped to Solve: 0 [?] Skill Endorsements: 0 [?] 0 Hello, Reputation Points: 1,687 [?] Q&As Helped to Solve: 1,756 [?] Skill Endorsements: 56 [?] •Moderator 0 This is an example on how to run Python code exte...
http://www.daniweb.com/software-development/python/threads/198759/control-external-program-from-python-script
CC-MAIN-2013-48
en
refinedweb
I need to implement fast two-level loops, and I am learning using seq to make calls tail-recursive. I write programs to compute main = print $ sum [i*j|i::Int<-[1..20000],j::Int<-[1..20000]] This program (compiled with -O2) runs twenty times slower than the unoptimized (otherwise the loop gets optimized out) C version....
http://www.haskell.org/pipermail/haskell-cafe/2012-September/103541.html
CC-MAIN-2013-48
en
refinedweb
One note: Windows only makes it look like you have the name Web-inf. Do a "Properties" on it (right click, choose properties), and you might see it is actualy "WEB-INF". So, you might be ok. Windows doesn't change the folder, it just displays it innacurately. - Jeff Tulley >>> aprw00@dsl.pipex.com 8/29/03 5:36:36 PM >>...
http://mail-archives.apache.org/mod_mbox/tomcat-users/200308.mbox/%3Csf4f9056.010@prv-mail20.provo.novell.com%3E
CC-MAIN-2013-48
en
refinedweb
ClojureQL is now coming dangerously close to version 1.0. Despite its young age, its already been adopted several interesting places, among others in the Danish Health Care industry. Before we ship version 1.0, I want to walk through some of the features and design decisions as well as encourage comments, criticisms an...
http://www.bestinclass.dk/index.clj/2009/12/clojureql-where-are-we-going.html
CC-MAIN-2013-48
en
refinedweb
Windows Azure has introduced a nice set of services on top of the Azure platform. These include the Mobile Services, the Service Bus, Media Services among a host of others. Media Services primarily offers on demand streaming, variable bit rate or smooth streaming, encoding to various formats including smooth streaming ...
http://www.dotnetcurry.com/showarticle.aspx?ID=924
CC-MAIN-2013-48
en
refinedweb
04 November 2011 15:22 [Source: ICIS news] TORONTO (ICIS)--EcoSynthetix has commissioned an 80m lb/year production line at ?xml:namespace> EcoSynthetix said the expansion raises its overall capacity to 155m lb/year (70,308 tonnes/year). The company did not disclose how much it invested in the project. An official at Ec...
http://www.icis.com/Articles/2011/11/04/9505671/canadian-renewable-chem-firm-commissions-production-at-dutch.html
CC-MAIN-2013-48
en
refinedweb
Lazy<T> Constructor (Boolean) Assembly: mscorlib (in mscorlib.dll)> or Lazy<T> constructor. A Lazy<T> instance that is created with this constructor does not cache exceptions. For more information, see theLazy<T> class or the System.Threading.LazyThreadSafetyMode enumeration. The following example demonstrates the use ...
http://msdn.microsoft.com/en-us/library/dd989799(v=vs.100).aspx
CC-MAIN-2013-48
en
refinedweb
Summary Compares two feature classes or layers and returns the comparison results.. The first field is sorted, then the second field, and so on, in ascending order. Sorting by a common field in both the Input Base Features and the Input Test Features ensures that you are comparing the same row from each input dataset. ...
https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/feature-compare.htm
CC-MAIN-2022-05
en
refinedweb
Taquito v10.2.0-beta Summary New features - @taquito/contract-library - [Performance] Embed popular contracts into your application using the new ContractAbstraction instantiation #1049 - @taquito/rpc - [Performance] Enable RPC caching in your application using the RpcClient cache implementation #924 - @taquito/taquito...
https://tezostaquito.io/docs/11.0.0/version/
CC-MAIN-2022-05
en
refinedweb
On Wed, Jun 14, 2017 at 08:27:40AM -0400, Stefan Berger wrote:? Otherwise it would be good if the value was wrapped in a data structure use by all xattrs, but that doesn't seem to be the case, either. So I guess we have to go into each type of value structure and add a uid field there. namespace any security.* xattrs. ...
http://lkml.iu.edu/hypermail/linux/kernel/1706.2/00757.html
CC-MAIN-2022-05
en
refinedweb
Barcode Software barcode generator in vb.net free download ActivatedServiceTypeEntry in C#.net Integrated UPC-13 in C#.net ActivatedServiceTypeEntry Estimated lesson time: 15 minutes using barcode generating for excel control to generate, create bar code image in excel applications. royalty BusinessRefinery.com/ barcod...
http://www.businessrefinery.com/yc2/299/72/
CC-MAIN-2022-05
en
refinedweb
Configure Push and In-app notifications. An easy way to setup push notifications is to uncomment relevant code in the HsUnityAppController.mm file. The class HsUnityAppController implements the AppDelegateListener and provides relevant delegate methods needed to get started with push. true/ false true If you do not wan...
https://developers.helpshift.com/sdkx-unity/notifications-ios/
CC-MAIN-2022-05
en
refinedweb
Hi, I want to use the eeprom in my code and I downloaded the EEPROM file from Audrino website and added it to the Library folder. restarted the IDE. I added the following line #include <EEPROM.h>. I keep getting the following error: EEPROM.h: No such file or directory Is there a different EEPROM file that I would need ...
https://forums.adafruit.com/viewtopic.php?f=65&t=180466&p=878043&sid=94923412a5dd97712456f5939e9f10dd
CC-MAIN-2022-05
en
refinedweb
I've searched the web for an answer to this question but I can't find anything, I'm not even sure it's possible to do in C#. What I want to do is, at class declaration, use a for or a while (or something else that gets the same effect) to declare some variables. I want to do this so I don't have to keep track of the va...
https://answers.unity.com/questions/628505/how-to-declare-multiple-variables-using-a-for-loop.html
CC-MAIN-2022-05
en
refinedweb
Microsoft Teams JavaScript client SDK The Microsoft Teams JavaScript client SDK is part of the Microsoft Teams developer platform. It makes it easy to integrate your own services with Teams, whether you develop custom apps for your enterprise or SaaS applications for teams around the world. See The Microsoft Teams deve...
https://docs.microsoft.com/de-de/javascript/api/overview/msteams-client?view=msteams-client-js-latest&preserve-view=true
CC-MAIN-2022-05
en
refinedweb
Important: Please read the Qt Code of Conduct - What is the real effect of function: QGraphicsScene::setSceneRect? #include <QApplication> #include <QGraphicsScene> #include <QGraphicsView> int main(int argc, char *argv[]) { QApplication a(argc, argv); QGraphicsScene scene; QGraphicsView view(&scene); view.setHorizonta...
https://forum.qt.io/topic/58699/what-is-the-real-effect-of-function-qgraphicsscene-setscenerect
CC-MAIN-2022-05
en
refinedweb
Important: Please read the Qt Code of Conduct - Minimal QSystemTrayIcon example in Ubuntu 12.04 Hello. I am studying how to build and deploy a Qt application with Ubuntu 12.04. I am working with Qt 5.4.2 which I downloaded here. I installed it in the default location ~/Qt5.4.2. Currently I want to set a tray icon. My c...
https://forum.qt.io/topic/63785/minimal-qsystemtrayicon-example-in-ubuntu-12-04
CC-MAIN-2022-05
en
refinedweb
The typical way to create an object in .NET/C# is to use the new keyword. However it's also possible to create a new instance of an object using reflection. In this post I compare 4 different methods, and benchmark them to see which is fastest. Creating objects using reflection—why bother? In the Datadog APM tracer lib...
https://andrewlock.net/benchmarking-4-reflection-methods-for-calling-a-constructor-in-dotnet/
CC-MAIN-2022-05
en
refinedweb
Vuex is the solution for state management in Vue applications. The next version —. However, even as Vuex 4 is just getting out the door, Kia King Ishii (a Vue core team member) is talking about his plans for Vuex 5, and I’m so excited by what I saw that I had to share it with you all. Note that Vuex 5 plans are not fin...
https://kerbco.com/whats-coming-to-vuex/
CC-MAIN-2022-05
en
refinedweb
Data fetching patterns are a very important part of every web framework. That is why this part of every web technology has constantly seen improvements and innovations. Seeing that modern web development paradigms rely a lot on data-fetching functionalities to support features like SSR and CSR, it makes sense to stay u...
https://blog.logrocket.com/handling-data-fetching-next-js-useswr/
CC-MAIN-2022-05
en
refinedweb
#include <CGAL/Direction_2.h> An object d of the class Direction_2 is a vector in the two-dimensional vector space \( \mathbb{R}^2\) where we forget about its length. They can be viewed as unit vectors, although there is no normalization internally, since this is error prone. Directions are used whenever the length of ...
https://doc.cgal.org/4.12.1/Kernel_23/classCGAL_1_1Direction__2.html
CC-MAIN-2022-05
en
refinedweb
S2T2-Wav2Vec2-CoVoST2-EN-AR-ST s2t-wav2vec2-large-en-ar is a Speech to Text Transformer model trained for end-to-end Speech Translation (ST). The S2T2 model was proposed in Large-Scale Self- and Semi-Supervised Learning for Speech Translation and officially released in Fairseq. Model description S2T2 is a transformer-b...
https://huggingface.co/facebook/s2t-wav2vec2-large-en-ar
CC-MAIN-2022-05
en
refinedweb
High-Velocity Engineering with Virtual Kubernetes Clusters by Vishnu Chilamakuru Kubernetes, an open-source container-orchestration system for automating your application deployment, scaling, and management, has matured so much recently that it’s expanded beyond its original operations usage and will likely continue to...
https://loft-sh.medium.com/high-velocity-engineering-with-virtual-kubernetes-clusters-7df929ac6d0a
CC-MAIN-2022-05
en
refinedweb
By John Hanley, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud’s incentive program to encourage the sharing of technical knowledge and best practices within the cloud community.. In Part 1, we discussed the concepts related to SSL Certificates and Let's Encrypt in detail. In this part, we will explain how...
https://www.alibabacloud.com/blog/lets-encrypt-acme-with-alibaba-cloud-api-gateway-and-cdn-part-2_593778
CC-MAIN-2022-05
en
refinedweb
Message-ID: <1882777231.64149.1555592865187.JavaMail.confluence@cwiki-vm5.apache.org> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_64148_417318868.1555592865187" ------=_Part_64148_417318868.1555592865187 Content-Type: text/html; charset=UTF-8 Content-Transfe...
https://cwiki.apache.org/confluence/exportword?pageId=93043
CC-MAIN-2019-18
en
refinedweb
Table of Contents One of the most frequently asked questions that any Java developer needs to have the answer to is to how to write a prime number program in Java. It is one of the basic concepts concerning the leading high-level, general purpose programming language. There are several ways of writing a program in Java...
https://hackr.io/blog/prime-number-program-in-java
CC-MAIN-2019-18
en
refinedweb
IPython magic functions One of the cool features of IPython are magic functions - helper functions built into IPython. They can help you easily start an interactive debugger, create a macro, run a statement through a code profiler or measure its’ execution time and do many more common things. Don't mistake IPython magi...
https://switowski.com/python/ipython/2019/02/01/creating-magic-functions-part1.html
CC-MAIN-2019-18
en
refinedweb
IDependencyRegistrar Interface [namespace: Serenity.Abstractions, assembly: Serenity.Core] Dependency resolvers should implement this interface (IDependencyRegistrar) to register dependencies: public interface IDependencyRegistrar { object RegisterInstance<TType>(TType instance) where TType : class; object RegisterInst...
https://volkanceylan.gitbooks.io/serenity-guide/service_locator/idependencyregistrar_interface.html
CC-MAIN-2019-18
en
refinedweb
Dynamic Model Introduction Dynamic models are essential for understanding the system dynamics in open-loop (manual mode) or for closed-loop (automatic) control. These models are either derived from data (empirical) or from more fundamental relationships (first principles, physics-based) that rely on knowledge of the pr...
http://apmonitor.com/pdc/index.php/Main/DynamicModeling
CC-MAIN-2019-18
en
refinedweb
Linearization of Differential Equations Linearization is the process of taking the gradient of a nonlinear function with respect to all variables and creating a linear representation at that point. It is required for certain types of analysis such as stability analysis, solution with a Laplace transform, and to put the...
http://apmonitor.com/pdc/index.php/Main/ModelLinearization
CC-MAIN-2019-18
en
refinedweb
You can pass a JavaBean that has a property that is a Vector of another JavaBean, but you must supply a mapping for the other class. Basically, any type you want to serialize that is not a Java primitive (e.g. float, int), wrapper (e.g. Float, Integer) or one of the few others with built-in serializer mappings (e.g. Da...
http://mail-archives.us.apache.org/mod_mbox/ws-soap-dev/200209.mbox/%3C00e801c258e9$0c04f170$c900a8c0@fastdata%3E
CC-MAIN-2019-18
en
refinedweb
Hide Forgot Hi there! Description of problem: There may be some problem with the backwards compatiblity between g++-4.1 (Red Hat 4.1.0-18) and libg++ 3.4.3. When using -fstrict-aliasing optimization flag, i get warnings about broken strict-aliasing rules. The warnings do not apper when using g++ 3.4.6. Version-Release ...
https://bugzilla.redhat.com/show_bug.cgi?id=230701
CC-MAIN-2019-18
en
refinedweb
Two ways… OneUndo decorater by Cesar Saez from functools import wraps def OneUndo(function): @wraps(function) def _inner(*args, **kwargs): try: Application.BeginUndo() f = function(*args, **kwargs) finally: Application.EndUndo() return f return _inner # # And a basic example... # @OneUndo def CreateNulls(p_iCounter=100...
https://xsisupport.com/2012/11/17/saturday-snippet-wrapping-an-undo/
CC-MAIN-2019-18
en
refinedweb
tag:blogger.com,1999:blog-78786315571409715942018-08-30T22:07:23.871-04:00The Softer Side of Software DevelopmentSoftware development is often seen as a "man vs machine" endeavour. In reality, it's still people who do the work, a work that often has a clear artistic component. It is work we do with others, for others. ...
http://feeds.feedburner.com/TheSofterSideOfSoftwareDevelopment
CC-MAIN-2019-18
en
refinedweb
Question 1 : If the following structure is written to a file using fwrite(), can fread() read it back successfully? struct emp { char *n; int age; }; struct emp e={"IndiaParinam", 15}; FILE *fp; fwrite(&e, sizeof(e), 1, fp); Since the structure contain a char pointer while writing the structure to the disk using fwrite...
http://www.indiaparinam.com/c-programming-language-question-answer-structures-unions-enums/yes-no-questions
CC-MAIN-2019-18
en
refinedweb
. Archive-patcher is an open-source project that allows space-efficient patching of zip archives. Many common distribution formats (such as jar and apk) are valid zip archives; archive-patcher works with all of them. Because the patching process examines each individual file within the input archives, we refer to the p...
https://android.googlesource.com/platform/external/archive-patcher/+/a555f6b53d6e50635c790257e18a0da8e504405a/
CC-MAIN-2019-18
en
refinedweb
Report which keyed scalars fail to accumulate due to running out of keys RESOLVED FIXED in Firefox 65 Status () P3 normal People (Reporter: chutten, Assigned: smurfd, Mentored) Tracking Firefox Tracking Flags (firefox65 fixed) Details (Whiteboard: [good next bug][lang=c++]) Attachments (2 attachments, 10 obsolete attac...
https://bugzilla.mozilla.org/show_bug.cgi?id=1451813
CC-MAIN-2019-18
en
refinedweb
Flamingo Tutorial Flamingo Tutorial Join the DZone community and get the full member experience.Join For Free In this article, I will provide you with the documentation to easily use the Flamingo framework and more precisely, its ribbon widget. Introduction Never say that Microsoft never innovates: in Office, it introd...
https://dzone.com/articles/flamingo-tutorial
CC-MAIN-2019-18
en
refinedweb
Sounds as SAP.Connector.dll (and SAP.Connector.Rfc.dll for 2.0) is not present in GAC or is not copied to the Bin-folder of the project. In 1.x version the assemblies are NOT installed to GAC, thus the "Copy flag" must be turned on. In 2.0 the assemblies are installed to GAC, thus the flag is usually off. I´ve had the ...
https://answers.sap.com/questions/818935/index.html
CC-MAIN-2019-18
en
refinedweb
send (3p) PROLOGThis manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux. NAMEsend — send a message on a socket SYNOPSIS #include <sys/soc...
https://readtheman.io/pages/3p/send
CC-MAIN-2019-18
en
refinedweb
unlockpt (3p) PROLOGThis manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux. NAMEunlockpt — unlock a pseudo-terminal master/slave pair SY...
https://readtheman.io/pages/3p/unlockpt
CC-MAIN-2019-18
en
refinedweb
Recompose patterns Recompose is a toolbelt for working with React components in a reusable, functional way. The workflow is similar to libraries like Underscore or Lodash, which can help you avoid re-implementing common patterns and keep your code DRY. Check out the Recompose API for all the details. A common use-case ...
https://www.apollographql.com/docs/react/recipes/recompose/
CC-MAIN-2019-18
en
refinedweb
8 min read Knowing. In this article, we are going to build a simple Android application to determine the user’s latitude and longitude using Android’s Google Location Services API. When developing Android applications, there are a couple of ways to get the user’s location. Package “android.location” The package “androi...
https://www.toptal.com/android/android-developers-guide-to-google-location-services-api
CC-MAIN-2019-18
en
refinedweb
Angular 2 with Rails and Webpacker Angular. In this blog post I will explain how to create a SPA application with Rails and Angular 2+. I will do it with the new Webpacker gem. Because I use bleeding edge technologies, it may improve and become more smooth in the future, so stay tuned. First some history The firsts Rai...
https://www.spectory.com/blog/Angular%202%20with%20Rails%20and%20Webpacker
CC-MAIN-2019-18
en
refinedweb
Details - Type: Improvement - Status: Closed - Priority: Major - Resolution: Fixed - Affects Version/s: 0.19.0 - - Component/s: benchmarks - Labels:None Description The goal of this issue is to measure how the name-node performance depends on where the edits log is written to. Three types of the journal storage should ...
https://issues.apache.org/jira/browse/HADOOP-3860
CC-MAIN-2017-26
en
refinedweb
Details Description The current QPID client addressing syntax provides a way to create and delete queue/topic resource on the qpidd broker "in band". For example: $ QPID_LOAD_MODULE=amqpc.so ./spout --connection-options "{protocol:amqp1.0} " "TestQ;{create:always,node:{type:queue}}" $ qpid-stat -q Queues queue dur auto...
https://issues.apache.org/jira/browse/PROTON-426
CC-MAIN-2017-26
en
refinedweb
Hello, guys! Recently I read the book "Effective STL" written by S. Meyers and found a mention about rope data structure, which is implemented in some STL's versions. Briefly speaking this data structure can fastly insert arbitrary blocks of array to any position and erase them. So it's very similar to implicit cartesi...
http://codeforces.com/blog/entry/10355?locale=en
CC-MAIN-2017-26
en
refinedweb
An Introduction to Swift Playgrounds Before introducing the Swift programming language in the chapters that follow, it is first worth learning about a feature of Xcode known as Playgrounds. Playgrounds are a feature introduced in Xcode 6 that make learning Swift and experimenting with the iOS SDK much easier. The conce...
http://www.techotopia.com/index.php/An_Introduction_to_Swift_Playgrounds
CC-MAIN-2017-26
en
refinedweb
Recently I programmed my new project - homemade ambilight. Ambilight is a backlight behind television. The light is the average of some pixels in the screen. In order to get the colors for the ambilight, I needed fast screen capture. After some search, I heard about the front buffer. DirectX devices have this cool prop...
http://www.codeproject.com/Articles/274461/Very-fast-screen-capture-using-DirectX-in-Csharp?msg=4064228
CC-MAIN-2014-52
en
refinedweb
display transparent image on canvas Image class of Python will load a transparent gif/png image just like a non-transparent one. But its blit() method accept a mask parameter ! The missing link is to create a mask automatically from the Image. It's typically the top-left pixel. You can use Image's getpixel() and combi...
http://developer.nokia.com/community/wiki/Archived:How_to_display_transparent_image_on_canvas
CC-MAIN-2014-52
en
refinedweb
12 August 2010 21:47 [Source: ICIS news] By Joseph Chang ?xml:namespace> “While volume trends in the second half will not be as strong as in the first, we think year-over-year earnings comparisons will fare well,” said Hassan Ahmed, partner and head of research at US-based Alembic Global Advisors. “The consensus foreca...
http://www.icis.com/Articles/2010/08/12/9384747/wall-street-too-cynical-in-h2-chem-profit-forecast-analyst.html
CC-MAIN-2014-52
en
refinedweb
Hi, I am studying this peice of code used in bluej, it is part of the world of zuul game example but there is this part of it that I want to know what it does. what does the public static etc do,... Hi, I am studying this peice of code used in bluej, it is part of the world of zuul game example but there is this part o...
http://www.javaprogrammingforums.com/search.php?s=6f61e26d9d869ac3e049fab4ddea5b1b&searchid=1273251
CC-MAIN-2014-52
en
refinedweb
why use typecast on NULL? Discussion in 'C Programming' started by Xiaofeng Ye, Why use "return (null);" instead of "return null;" ?Carl, Aug 21, 2006, in forum: Java - Replies: - 21 - Views: - 1,025 - Patricia Shanahan - Aug 24, typecast to void when call a function with no return valuesu, Jan 23, 2009, in forum: C Pr...
http://www.thecodingforums.com/threads/why-use-typecast-on-null.436161/
CC-MAIN-2014-52
en
refinedweb
In this post I will describe how to create virtual views for ASP.NET MVC. These are views that do not exist as files in the regular place in the file system (~/Views/xxx/yyy.aspx), instead they are stored somewhere. Elsewhere in this case can be a database or perhaps a .ZIP file. This is all made possible by the Virtua...
http://blog.rebuildall.net/2009/11/17/ASP_NET_MVC_and_virtual_views
CC-MAIN-2014-52
en
refinedweb