text
stringlengths
20
1.01M
url
stringlengths
14
1.25k
dump
stringlengths
9
15
lang
stringclasses
4 values
source
stringclasses
4 values
Sauce Labs Sauce labs is a cloud provider. It requires a monthly or yearly subscription, but offers free plans for open source projects. Start by signing up for an account at saucelabs.com, then set the following environment variables: - SAUCE_USERNAME - Your sauce labs username. - SAUCE_ACCESS_KEY - Your sauce labs ac...
https://cabbiejs.org/getting-started/saucelabs/
CC-MAIN-2020-34
en
refinedweb
- Objects in XML: The SOAP Data Model As you saw in Chapter 2, XML has an extremely rich structureand the possible contents of an XML data model, which include mixed content, substitution groups, and many other concepts, are a lot more complex than the data/objects in most modern programming languages. This means that...
https://www.informit.com/articles/article.aspx?p=327825&seqNum=12
CC-MAIN-2020-34
en
refinedweb
How to: Share Editors Between Multiple XtraGrid Controls - 2 minutes to read The following example shows how to share a single repository item between two Grid Controls. For this purpose, an external PersistentRepository component must be used. First, add a specific repository item to the persistent repository and cust...
https://docs.devexpress.com/WindowsForms/9511/controls-and-libraries/editors-and-simple-controls/examples/how-to-share-editors-between-multiple-xtragrid-controls
CC-MAIN-2020-34
en
refinedweb
Important: Please read the Qt Code of Conduct - QtCreator project with folder named new I noticed a strange behaviour with qmake, using Qtcreator. I have a project with many files allocated in different folders. One of these folders is named "new". The strange thing is, every time I edit some file located in this folde...
https://forum.qt.io/topic/100890/qtcreator-project-with-folder-named-new
CC-MAIN-2020-34
en
refinedweb
tinylog alternatives and similar libraries Based on the "Logging" category kibana9.7 10.0 L3 tinylog VS kibanaAnalyzes and visualizes log files. Some features require payment. logstash9.5 9.1 L4 tinylog VS logstashTool for managing log files. graylog8.7 9.8 L4 tinylog VS graylogOpen-source aggregator suited for extende...
https://java.libhunt.com/tinylog-alternatives
CC-MAIN-2020-34
en
refinedweb
Technical Support On-Line Manuals RL-ARM User's Guide (MDK v4) #include <rl_usb.h> U32 usbh_msc_get_last_error ( U8 ctrl, U8 dev_idx ); The usbh_msc_get_last_error function returns the last error that happened on requested mass storage device. The argument ctrl is the index of USB Host Controller. The argument dev_idx ...
https://www.keil.com/support/man/docs/rlarm/rlarm_usbh_msc_get_last_error.htm
CC-MAIN-2020-34
en
refinedweb
Put a word on a stream #include <wchar.h> int putw( int w, FILE *stream ); libc Use the -l c option to qcc to link against this library. This library is usually included automatically.. Legacy Unix Because of possible differences in word length and byte ordering, files written using putw() are machine-dependent, and mi...
http://www.qnx.com/developers/docs/6.5.0/topic/com.qnx.doc.neutrino_lib_ref/p/putw.html
CC-MAIN-2020-34
en
refinedweb
Important: Please read the Qt Code of Conduct - QLabel setText() cannot handle change of text length I am calling setText() to change the text of a Qlabel when a user presses a button. The text is just an integer that is incremented by one. Everything goes fine until 9 than it goes to 1 as it cannot show the 0 of the 1...
https://forum.qt.io/topic/103923/qlabel-settext-cannot-handle-change-of-text-length
CC-MAIN-2020-34
en
refinedweb
May 07, 2008 02:55 PM|sjnaughton|LINK you could use the technique from this post Removing Columns From Gridview in List.aspx Page to filter columns by your own attributes. ASP.NET Dynamic Data May 07, 2008 06:30 PM|davidebb|LINK Hi Steve, I'm not sure I quite understand what you're asking. It is possible to create new ...
https://forums.asp.net/p/1258077/2344827.aspx?Re+Will+it+be+possible+or+is+it+already+possible+to+extend+the+metadata
CC-MAIN-2020-34
en
refinedweb
Multi URL performance test with App Service Thursday, June 2, 2016 Multi URL tests are now available in production. Thursday, June 2, 2016 Multi URL tests are now available in production. Thursday, May 12, 2016 Notification Hubs recently enabled namespace-level tiers so customers can allocate resources tailored to each...
http://azure.microsoft.com/en-us/blog/topics/mobile/?Page=4
CC-MAIN-2020-34
en
refinedweb
Making your first figure¶ Welcome to PyGMT! Here we’ll cover some of basic concepts, like creating simple figures and naming conventions. All modules and figure generation is accessible from the pygmt top level package: import pygmt Creating figures¶ All figure generation in PyGMT is handled by the pygmt.Figure class. ...
https://www.pygmt.org/latest/tutorials/first-figure.html
CC-MAIN-2020-34
en
refinedweb
Type: Posts; User: GCDEF As I said earlier, the problem isn't likely in the resource file, it's where the toolbar is getting created. If you're using MFC, lookin in Mainfrm.cpp. If you're not, look into whatever framework... It's probably in your MainFrm.cpp code. Look for an array called nButtons, and a call to m_wndT...
https://forums.codeguru.com/search.php?s=df09612032aad4dc90e41bed57ca0c26&searchid=20838045
CC-MAIN-2020-34
en
refinedweb
Administrator’s Guide Version 1.6 Table of Contents Getting Started ...................................................................................................................................... 5 Authentication .......................................................................................................
https://de.scribd.com/document/407883405/AvediaStream-g44xx-Gateway-1-6-pdf
CC-MAIN-2019-35
en
refinedweb
Remote vanilla PDB (over TCP sockets) *done right*: no extras, proper handling around connection failures and CI. Based on `pdbx <>`_. Project description Remote vanilla PDB (over TCP sockets) done right: no extras, proper handling around connection failures and CI. Based on pdbx. - Free software: BSD 2-Clause License ...
https://pypi.org/project/remote-pdb/
CC-MAIN-2019-35
en
refinedweb
Now that we have a lot of books in our library system, it would be great if we could quickly filter the books based on their category. HTML supplies a nifty builtin tag, called multi select, that will let us display a couple options. Our librarians can then select one category, or a couple of categories, and we’ll filt...
https://johnbeatty.co/2018/10/04/stimulus-js-tutorial-using-multi-select-to-pare-down-a-large-set-of-data/
CC-MAIN-2019-35
en
refinedweb
Repairs triangular meshes Project description Python/Cython wrapper of Marco Attene’s wonderful, award-winning MeshFix software. This module brings the speed of C++ with the portability and ease of installation of Python.. Installation pip install pymeshfix git clone cd pymeshfix pip install . Dependencies Requires num...
https://pypi.org/project/pymeshfix/
CC-MAIN-2019-35
en
refinedweb
hu_KDFDerive() Derives a value of the requested length based on shared secret information, suitable for use as a key value. Synopsis: #include "hukdf.h" int hu_KDFDerive(int algid, size_t secretLen, const unsigned char *sharedSecret, size_t addInfoLen, const unsigned char *addInfo, size_t keyLen, unsigned char *keyValu...
https://developer.blackberry.com/native/reference/core/com.qnx.doc.crypto.lib_ref/topic/hu_KDFDerive.html
CC-MAIN-2019-35
en
refinedweb
Yup, it does. Nice detective work! On Mon, Jul 13, 2015, 8:58 AM Britton Smith brittonsmith@gmail.com wrote: Your tip led me to the right answer. The call to parallel_objects was happening in the derived quantity, where each processor is being made into its own comm where it is rank 0. The issue is that they then try t...
https://mail.python.org/archives/list/yt-users@python.org/message/6XE4C3N5VUUGGFSAEIY6SFXTZE4T4YQ7/
CC-MAIN-2019-35
en
refinedweb
If you’ve played around with Python and you’re confident writing code, then you may be ready to step it up and try developing your own Python-powered website! While Python is well-known for its capabilities in data analysis and machine learning, it is also used to run some of the largest websites on the internet, inclu...
https://maker.pro/custom/tutorial/an-introduction-to-the-python-flask-framework
CC-MAIN-2019-35
en
refinedweb
ninth version ZAGREB 2010 No part of this publication should be copied or edited without permission from the author. LIST OF ABBREVIATIONS Abkh. = Abkhaz adm. = admirative ADV = adverbial advers. = adversative Adyg. = Adyghean af. = affirmative ant. = anterior assoc.= associative, associative plural caus. = causative c...
https://www.scribd.com/document/79616556/Kabardian-Grammar
CC-MAIN-2019-35
en
refinedweb
art legacy series 2.13¶ Previous series release notes Next series release notes (art 3) This series contains no new art-specific features with respect to the previous series. It was created to support ROOT 6.16. For the list of specific external product changes, please consult the release notes for 2.13.00. Platform/co...
https://cdcvs.fnal.gov/redmine/projects/art/wiki/Series_213
CC-MAIN-2019-43
en
refinedweb
Drag and Drop Tutorial for macOS The drag-and-drop mechanism has always been an integral part of Macs. Learn how to adopt it in your apps with this drag and drop tutorial for macOS. Version - Other, Other, Other Ever since the invention of the Mac, drag and drop has been a part of the user interface. The quintessential...
https://www.raywenderlich.com/1016-drag-and-drop-tutorial-for-macos
CC-MAIN-2019-43
en
refinedweb
Delete Data from Success factor using SAP Cloud Integration This blog describes the steps to be used to deal with delete data from SFSF using SAP Cloud Platfrom Integration(Cloud Integration) . In SAP Cloud Platform Integration we generally use SuccessFactors adapter to communicate with SFSF where Insert, Select, Updat...
https://blogs.sap.com/2017/07/14/cloud-integration-delete-data-from-successfactors-using-sap-cloud-integration/
CC-MAIN-2018-30
en
refinedweb
This article explains the absolute basics of WPF data binding. It shows four different ways how to perform the same simple task. Each iteration moves closer to the most compact, XAML-only implementation possible. This article is for people with no experience in WPF data binding. Programming in WPF involves a lot of dat...
http://www.codeproject.com/KB/WPF/MovingTowardWpfBinding.aspx
crawl-002
en
refinedweb
How to setup and use KSS on Plone 3.1 Answer to some common questions about the use and setup of KSS for Plone 3.1. 1. Setup disable certain kss features? Products. 1.4 How to disable in-line editing globally?. 2. Migration Plone 3.1 core is completely migrated to using kss.core 1.4. However if you have custom kss code...
http://plone.org/documentation/how-to/kss-on-plone-3.1
crawl-002
en
refinedweb
Let's face it Windows Media Player looks sexy but what is more important it sounds a lot better than any other overskinned overpluggined monster out there. At least for me ;) Now it can't open pls files but can play any stream addresses contained in them due to some weird marketing decission. So the sollution is to get...
http://www.codeproject.com/KB/audio-video/pls2wmp.aspx
crawl-002
en
refinedweb
Source. In the assembly SourceGrid2.dll are present 2 controls that can be inserted in the Toolbox of Visual Studio and used in any Form: GridVirtual- A grid of virtual cells (ICellVirtual). Grid- A grid of real cells (ICell). There are therefore two fundamental distinctions to do: virtual cells and real cells. Virtual...
http://www.codeproject.com/KB/grid/csharpgridcontrol.aspx
crawl-002
en
refinedweb
Microsoft just released the first preview of ASP.NET MVC Framework and it's Microsoft's way to develop Web applications based on the model-view-controller architecture. It will not replace the classic ASP.NET WebForms model. For more information about the new Framework, please see the Scott Guthrie's blog message. Sinc...
http://www.codeproject.com/KB/aspnet/MvcValidatorToolkit.aspx
crawl-002
en
refinedweb
Common Plone programming recipes Basics of accessing and modifying objects programmatically using Python, Plone's programming language. Introduction. Creating and cloning items This part tells how to put in some data to your portal Creating content objects You can create Plone content objects using the parent folder's ...
http://plone.org/documentation/tutorial/manipulating-plone-objects-programmatically/tutorial-all-pages
crawl-002
en
refinedweb
One of the biggest annoyances with Sharepoint 2007 is the quirky things you have to do in order to customize a site. This is especially true when it comes to custom master pages. You create a stunning master page in Designer, configure the site to use it, then load the page and wait to bask in the glory. Lo and Behold!...
http://www.sharepointblogs.com/dwise/archive/2007/01/08/one-master-to-rule-them-all-two-actually.aspx
crawl-002
en
refinedweb
. Pingback from Links (9/6/2007) « Steve Pietrek’s SharePoint Stuff Strong-typed provisioning of custom lists in Sharepoint 2007 Great Job Waldek, I've also discussed about an association between a lookup field a a list, via a feature. If you please, you can go there apichot.blogspot.com/.../sharepoint-2007-create-fiel...
http://www.sharepointblogs.com/tmt/archive/2007/09/06/sharepoint-programmatically-provisioning-lookup-fields.aspx
crawl-002
en
refinedweb
Firefox 3.1 Alpha 2 Offers Cutting-Edge Web Standards Support Mozilla has released a second Firefox 3.1 alpha preview, incorporating some new under-the-hood improvements like HTML 5 video tag support, more CSS 3 properties and improved performance. Firefox 3.1 alpha 2 is still rough around the edges though and is inten...
http://www.webmonkey.com/blog/Firefox_3DOT1_Alpha_2_Offers_Cutting-Edge_Web_Standards_Support
crawl-002
en
refinedweb
How to implement OpenID authentication and integrate it with TurboGears Identity Note from the original author of this article: A few days after I wrote this page, I found this article: Seems a better way, although I have not digged into. Just for info. What is OpenID? OpenID is an authentication mechanism favouring si...
http://docs.turbogears.org/1.0/RoughDocs/OpenIDWithIdentity
crawl-002
en
refinedweb
" Issue #96 is now available at: This issue marks a change in hosting provisions. The Linux Gazette is no longer associated with SSC (publishers of the Linux Journal). The staff (all volunteers) of the Linux Gazette reached a consensus to make new arrangements and we are all now at the linuxgazette.net site. For detail...
http://lwn.net/Articles/56377/
crawl-002
en
refinedweb
Section (3) rtime Name rtime — get time from a remote machine Synopsis #include <rpc/auth_des.h>−>tv_sec. In case of error −1 rpc/auth_des.h < >instead of < >−>h_addr, hent−>h_length); ret = rtime(&name, &time1, use_tcp ? NULL : &timeout); if (ret < 0) perror(rtime error); else { time_t t = time1.tv_sec; printf(%s , ct...
https://manpages.net/detail.php?name=rtime
CC-MAIN-2022-21
en
refinedweb
Simple C# Threading and Thread Safety A few days ago I compared and contrasted Asynchronous and Parallel Programming. Today I would like to walk you through a very simple threading example in C#, and why the concept of “thread safety” is important to know before you start writing parallel applications. Since we already...
https://urda.com/blog/2010/10/06/simple-c-threading-thread-safety
CC-MAIN-2022-21
en
refinedweb
The following code should build just fine on modern versions of swift-corelibs-xctest: import XCTest class PassingTestCase: XCTestCase { static var allTests: [(String, PassingTestCase -> () throws -> Void)] { return [ ("test_passes", test_passes), ] } func test_passes() { XCTAssert(true) } } XCTMain([ testCase(PassingT...
https://developer.ibm.com/answers/questions/261810/$%7BprofileUser.profileUrl%7D/
CC-MAIN-2019-43
en
refinedweb
The CWARN.DTOR.NONVIRT.NOTEMPTY checker flags classes in which the class declares virtual member functions inherited from its base class, but its destructor isn't virtual or empty. When an object of a class derived from a base class is deleted through a pointer to the base class, the destructor of the derived class isn...
https://docs.roguewave.com/en/klocwork/current/cwarn.dtor.nonvirt.notempty
CC-MAIN-2019-43
en
refinedweb
On 05/21/2015 02:06 AM, Artyom Tarasenko wrote: > Hi Richard, > > looking at target-sparc/cpu.h and target-sparc/ldst_helper.c I have an > impression, that 2 mmu modes are not enough for sparc (32) machines: > they have 4 types of accesses: the combination of user/privileged and > data/code. Data vs code doesn't need s...
https://lists.gnu.org/archive/html/qemu-devel/2015-05/msg04348.html
CC-MAIN-2019-43
en
refinedweb
So far in this series we’ve seen elliptic curves from many perspectives, including the elementary, algebraic, and programmatic ones. We implemented finite field arithmetic and connected it to our elliptic curve code. So we’re in a perfect position to feast on the main course: how do we use elliptic curves to actually d...
https://jeremykun.com/2014/03/31/elliptic-curve-diffie-hellman/?shared=email&msg=fail
CC-MAIN-2020-45
en
refinedweb
ethereum-contractsethereum-contracts Ethereum contracts wrapper which makes it easier to deploy contracts to the blockchain and invoke their methods. Features: - Automatically converts method arguments and return values according to types in contract ABI. - Auto-fetches transaction receipts for sendTransactioncalls. Pr...
https://libraries.io/npm/ethereum-contracts
CC-MAIN-2020-45
en
refinedweb
A module to mock window.localStorage and window.sessionStorage in Jest Available items The developer of this repository has not created any items for sale yet. Need a bug fixed? Help with integration? A different license? Create a request here: Use this module with Jest to run web tests that rely on localstorageand / o...
https://xscode.com/clarkbw/jest-localstorage-mock
CC-MAIN-2020-45
en
refinedweb
Available items The developer of this repository has not created any items for sale yet. Need a bug fixed? Help with integration? A different license? Create a request here: This repo contains the image definitions for the components of the cluster logging stack as well as tools for building and deploying them. The clu...
https://xscode.com/openshift/origin-aggregated-logging
CC-MAIN-2020-45
en
refinedweb
DASH! micropython test.py no module named 'OmegaExpansion' - LightSwitch last edited by root@Omega-C592:~# micropython test.py Traceback (most recent call last): File "test.py", line 1, in <module> ImportError: no module named 'OmegaExpansion' but... root@Omega-C592:~# python test.py -0.795 works 4.0. I'm using the das...
https://community.onion.io/topic/4286/dash-micropython-test-py-no-module-named-omegaexpansion
CC-MAIN-2020-45
en
refinedweb
path to the StreamingAssets folder (Read Only). Use the StreamingAssets folder to store Assets.. Use the UnityWebRequest class to access the Assets. using UnityEngine; using System.IO; using UnityEngine.Video; // Application-streamingAssetsPath example. // // Play a video and let the user stop/start it. // The video l...
https://docs.unity3d.com/ScriptReference/Application-streamingAssetsPath.html
CC-MAIN-2020-45
en
refinedweb
Yes, I’m still on the Windows 8.1 preview even though Windows 8.1 has gone out of the door and is generally available as per posts below; Windows 8.1 now available! Now ready for you- Windows 8.1 and the Windows Store Visual Studio 2013 released to web! I just need to get around to installing it Meanwhile, I wanted to ...
https://mtaulty.com/2013/10/18/m_14980/
CC-MAIN-2020-45
en
refinedweb
Hi, I want to use LPC54605J256BD100 microcontroller in an applicaion where a pulseon an external pin will trigger an ADC and ADC should sample 12 channels on that single pulse input and give output at the end of the sampling of all the 12 channels. I was going through the user manual of LPC546xx but couldn't find appro...
https://community.nxp.com/t5/LPC-Microcontrollers/ADC-Sequencing-in-LPC546xx/m-p/885544
CC-MAIN-2020-45
en
refinedweb
Hy, I want to run a yolo v3 tutorial on my jetson nano (jetpack 4.3) and created a virtual environment where i want to save and run the code, install the needed packages and so on… When I try to install tensorflow (following this guide) I got this information Requirement already satisfied This is what I did in detail: ...
https://forums.developer.nvidia.com/t/importerror-no-module-named-tensorflow-but-requirement-already-satisfied/154251/7
CC-MAIN-2020-45
en
refinedweb
selinux_getenforcemode(3) SELinux API documentationselinux_getenforcemode(3) selinux_getenforcemode - get the enforcing state of SELinux #include <selinux/selinux.h> int selinux_getenforcemode(int *enforce); selinux_getenforcemode() Reads the contents of the /etc/selinux/config file to determine how the system was setu...
https://man7.org/linux/man-pages/man3/selinux_getenforcemode.3.html
CC-MAIN-2020-45
en
refinedweb
Containers Set up soft multi-tenancy with Kiosk on Amazon Elastic Kubernetes Service Introduction Achieving complete isolation between multiple tenants running in the same Kubernetes cluster is impossible today. The reason is because Kubernetes was designed to have a single control plane per cluster and all the tenants...
https://aws.amazon.com/blogs/containers/set-up-soft-multi-tenancy-with-kiosk-on-amazon-elastic-kubernetes-service/
CC-MAIN-2020-45
en
refinedweb
I have been using the Policy Injection Application Block which is new to Enterprise Library 3.0 and continue to be awed by what it and other Aspect-Oriented Programming solutions bring to the development experience. There is something very elegant about moving cross-cutting concerns like logging, caching, exception han...
http://codebetter.com/blogs/david.hayden/archive/2007/04/20/simplify-caching-using-the-policy-injection-application-block-aspect-oriented-programming-opportunities.aspx
crawl-001
en
refinedweb
I’ve heard and read a lot of comments over the months about why can’t we build applications for the 1.1 framework using the VS 2005 IDE? Simple. VS 2005 only targets the 2.0 framework. However, it appears as though making the IDE target multiple versions of the framework is something they are taking seriously and worki...
http://codebetter.com/blogs/raymond.lewallen/archive/2005/11.aspx
crawl-001
en
refinedweb
This appendix compares Rational's Ada 83 compiler, Apex for DEC Alpha AXP OSF/1 (DIGITAL UNIX) and DEC Ada on DIGITAL UNIX systems. It also includes differences in the implementation or interpretation of the Ada standard. Apex also provides an Ada 95 compiler validated to the ACVC 2.1 suite. Apex is an integrated devel...
http://h71000.www7.hp.com/commercial/ada/doc/compare_pro_013.html
crawl-001
en
refinedweb
1992 These header lines are sent by the client in a HTTP protocol transaction. All lines are RFC822 format headers. The list of headers is terminated by an empty line. From Accept Accept-Encoding Accept-Language User-Agent Referer Authorization Charge-To If-Modified-Since Pragma. The set given may of course vary from r...
http://www.w3.org/hypertext/WWW/Protocols/HTTP/HTRQ_Headers.html
crawl-001
en
refinedweb
++./07-0331 = WG21 N2461. [Moved to DR at October 2007 meeting.].) Proposed resolution (October, 2007): This issue is resolved by the adoption of paper J16/07-0030 = WG21 N2170. [Voted into WP at April, 2007 meeting.] Section 1.3.11 . James Widman: Names don't participate in overload resolution; name lookup is separate...
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2447.html
crawl-001
en
refinedweb
Euruko 2006: Day Two Sun Nov 05 10:18:59 CET 2006 The first talk on Saturday was about Ruby and JavaScript by Sven C. Koehler, who noticed he used less and less Rails, but more and more JavaScript when developing websites. He explained he likes using JavaScript, since he can use DHTML (e.g. animations), AJAX and it als...
http://chneukirchen.org/blog/archive/2006/11/euruko-2006-day-two.html
crawl-001
en
refinedweb
Yahoo! UI Library (YUI) Plugin This plugin provides integration with the Yahoo! UI Library. When installing the plugin, it downloads and installs automatically the latest YUI 2.5.1 distribution in your application, and registers itself to be used with the adapative AJAX tags. It also contains two helper tags to easily ...
http://www.grails.org/YUI+Plugin
crawl-001
en
refinedweb
This is not my usual kind of subject. Most of my post are on the diversity of share worthy tidbits I encounter while building apps. Test Driven Design is quite a hot topic here on Codebetter. So far I had nothing to add to the great writings of Jeremy et al. But a discussion on a post by Jay on Javascript struck me. It...
http://codebetter.com/blogs/peter.van.ooijen/archive/2007/03/02/TDD_3A00_-Test-driving-the-Vecozo-webservice.aspx
crawl-001
en
refinedweb
Feeds Plugin Author: Marc Palmer (marc at anyware.co.uk) A plugin that renders RSS/Atom feeds, or any other formats supported by the ROME API.. Using the dynamic render method and the Feed Builder DSL class YourController { def feed = { render(feedType:"rss", feedVersion:"2.0") { title = "My test feed" link = "" descri...
http://www.grails.org/Feeds+Plugin
crawl-001
en
refinedweb
JA-SIG CAS Client Plugin for Grails Introduction This plugin provides a simple way of enabling JA-SIG CAS client integration. Current release version is 1.0 and it is strongly recommended to upgrade to this version. It uses CAS Java Client, which is a less complicated client library with fewer dependencies compared to ...
http://www.grails.org/CAS+Client+Plugin
crawl-001
en
refinedweb
The Audit Logging plugin can add Hibernate Events based Audit Logging to a Grails project and it can also add support to domain models for hooking into the hibernate. Usage You can use the grails-audit-logging plugin in several ways. First, in a domain class... static auditable = true enables audit logging using the in...
http://www.grails.org/Grails+Audit+Logging+Plugin
crawl-001
en
refinedweb
GWT Plugin. Required Grails 0.5.6+ Installation How to use it When starting with GWT, the first thing you need to do is create a module. This packages a bunch of client-side code into a single unit. Creating a module grails create-gwt-module <module> The above command will generate a module file and a corresponding cli...
http://www.grails.org/GWT+Plugin
crawl-001
en
refinedweb
) C# Wish --or-- How I Love to Hate Thee: Property I really want this syntax in C# (informal BNF): getset-declaration := <access-specifier><other-decorations><type><getset-token><publishedname> <initializer>; | <access-specifier><other-decorations><type><getsettoken><publishedname>(privatename) <initializer>; access-sp...
http://www.atalasoft.com/cs/blogs/stevehawley/archive/2006/08/31/10751.aspx
crawl-001
en
refinedweb
New submission from Virgil Dupras <hsoft at hardcoded.net>: Currently, there is no (documented) way to easily extract arguments in an argparse Namespace as a dictionary. This way, it would me easy to interface a function taking a lot of kwargs like this: >>> args = parser.parse_args() >>> my_function(**dict(args)) Ther...
https://mail.python.org/pipermail/new-bugs-announce/2011-January/009904.html
CC-MAIN-2016-50
en
refinedweb
For my Open Source project, I want to expose a stateless session bean (SLSB) as web service using JBoss 3.2 and Axis 1.1. Now I’m wondering whether to use JAX-B or Castor for my document-style encoding, since the information I found in “Create Web services using Apache Axis and Castor” on IBM’s developerWorks may be a ...
https://technology.amis.nl/2004/08/20/use-jax-b-or-castor-for/
CC-MAIN-2016-50
en
refinedweb
import java.lang.annotation.Retention; import java.lang.annotation.Target; The presence of this annotation on a field of a class annotated with instructs the system to inject a value into this property as described in section JSF.5.3 of the spec prose document in the ManagedBean <managed-property> subsection. The time ...
http://grepcode.com/file/repo1.maven.org$maven2@org.jboss.spec.javax.faces$jboss-jsf-api_2.1_spec@2.1.19.Final@javax$faces$bean$ManagedProperty.java
CC-MAIN-2016-50
en
refinedweb
Dancer::Plugin - Extending Dancer's DSL with plugins version 1.9999_01. Allows the plugin to define a keyword that will be exported to the caller's namespace. The first argument is the symbol name, the second one the coderef to execute when the symbol is called. The coderef receives as its first argument the Dancer::Co...
http://search.cpan.org/~sukria/Dancer-1.9999_01/lib/Dancer/Plugin.pm
CC-MAIN-2016-50
en
refinedweb
This is the XML Schema Scripting module for XHTML $Id: xhtml-script-1.xsd,v 1.2 2009/11/18 18:25:53 smccarro Exp $ Scripting * script, noscript This module declares element types and attributes used to provide support for executable scripts as well as an alternate content container where scripts are not supported. This...
http://www.w3.org/MarkUp/2009/ED-xhtml-modularization-20091118/SCHEMA/xhtml-script-1.xsd
CC-MAIN-2016-50
en
refinedweb
I have a controller that I want to use to generate reports from, my first report works fine it's simply a sorted output of my CSEmployee table. However my second report isn't giving me what I would expect. Each CS_Employee can have multiple time_entries in the TimeEntry table associated with it. I have indexed the tabl...
https://codedump.io/share/pCcOmTTVDrat/1/ruby-rails-loop-in-controller
CC-MAIN-2016-50
en
refinedweb
java.lang.Object com.bea.netuix.laf.AbstractLookAndFeelComponentcom.bea.netuix.laf.AbstractLookAndFeelComponent com.bea.netuix.laf.Skincom.bea.netuix.laf.Skin public class Skin Skin provides a read-only interface for retrieving information related to the current Look and Feel skin configuration. Skin objects are valid ...
http://docs.oracle.com/cd/E26806_01/wlp.1034/e14255/com/bea/netuix/laf/Skin.html
CC-MAIN-2016-50
en
refinedweb
JBoss AS 7.1.1.Final "Brontes" is a maintence update to JBoss AS 7.1.0.Final. AS 7.1 series a significant step forward in application server technology. It builds upon the exceptionally lightweight AS 7 architecture, and is a certified implementation of the Java Enterprise Edition 6 Full Profile specification. In addit...
https://developer.jboss.org/wiki/AS711FinalReleaseNotes
CC-MAIN-2016-50
en
refinedweb
Content-type: text/html packetfilter - Ethernet packet filter options PACKETFILTER The packet filter pseudo-device driver provides a raw interface to Ethernets and similar network data link layers. Packets received that are not used by the kernel (for example, to support the IP and DECnet protocol families) are availab...
http://backdrift.org/man/tru64/man7/packetfilter.7.html
CC-MAIN-2016-50
en
refinedweb
Using the Struts Framework to Develop a Message Board--Part 2: Developing the Model for the Message Board ␡ - Using the Struts Framework to Develop a Message Board--Part 2: Developing the Model for the Message Board - MessageBoard In this seven-part series, Java expert Maneesh Sahu explores how to use Apache Software F...
http://www.informit.com/articles/article.aspx?p=19554&amp;seqNum=2
CC-MAIN-2016-50
en
refinedweb
Simple Library for writing CGI programs. See for the CGI specification. This version of the library is for systems with version 2.0 or greater of the network package. This includes GHC 6.6 and later. For older systems, see Based on the original Haskell binding for CGI: Original Version by Erik Meijer mailto:erik@cs.ruu...
http://hackage.haskell.org/package/cgi-3001.1.4/docs/Network-CGI.html
CC-MAIN-2016-50
en
refinedweb
[This article was contributed by the SQL Azure team.] SQL Azure currently supports 1 GB and 10 GB databases, and on June 28th, 2010 there will be 50 GB support. If you want to store larger amounts of data in SQL Azure you can divide your tables across multiple SQL Azure databases. This article will discuss how to use a...
https://azure.microsoft.com/es-es/blog/sql-azure-horizontal-partitioning-part-2/
CC-MAIN-2017-26
en
refinedweb
PathCombine function Concatenates two strings that represent properly formed paths into one path; also concatenates any relative path elements. Syntax Parameters - pszPathOut [out] Type: LPTSTR A pointer to a buffer that, when this function returns successfully, receives the combined path string. You must set the size ...
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773571.aspx
CC-MAIN-2017-26
en
refinedweb
raw JSON response (a js.Proxy object): import "package:js/js.dart" as js; import "dart:async"; import "package:jsonp/jsonp.dart" as jsonp; // In this example the returned json data would be: // { "data": "some text" } Future<js.Proxy> result = jsonp.fetch( uri: "?" ); result.then((js.Proxy proxy) { print(proxy.data); ...
https://www.dartdocs.org/documentation/jsonp/0.0.5/index.html
CC-MAIN-2017-26
en
refinedweb
> >On Tue, Feb 14, 2006 at 12:31:45PM -0800, Dain Sundstrom wrote: > >>I'm getting an IllegalAccessError when using fastclass to invoke a > >>method on an instance where the method is inherited from a parent > >>class. I've reproduced the bug. It is caused because the method is actually defined in a non-public class in...
http://mail-archives.apache.org/mod_mbox/geronimo-dev/200602.mbox/%3C20060215013257.GH25434@polkadot.sixlegs.com%3E
CC-MAIN-2017-26
en
refinedweb
On Wed, Dec 12, 2007 at 07:20:01PM -0500, David Nusinow wrote: > I use mutt but I don't have the library of scripts that I'm sure many DD's > have to deal with debian-specific stuff, although I'd love one. Would > anyone besides me be interested in pooling mutt scripts useful for DD's on > the wiki or something? I beli...
https://lists.debian.org/debian-devel/2007/12/msg00367.html
CC-MAIN-2017-26
en
refinedweb
I'm trying out this Python API for google trends. it created a pandas dataframe where the first column is the date and the others the keywords in kw_list, the values representing how much people search for the keywords. This is my code from pytrends.request import TrendReq # Login to Google. Only need to run this once,...
http://www.developersite.org/1000-9083-python
CC-MAIN-2018-22
en
refinedweb
I am trying to implement DBFlow for the first time and I think I might just not get it. I am not an advanced Android developer, but I have created a few apps. In the past, I would just create a "database" object that extends SQLiteOpenHelper, then override the callback methods. In onCreate, once all of the tables have ...
https://codedump.io/share/KmSLON9xTUv2/1/what-is-the-correct-way-to-initialize-data-in-a-lookup-table-using-dbflow
CC-MAIN-2018-22
en
refinedweb
Hello everyone. I'm wondering if there's an option to delete all but 1 extra lines on the bottom of a file when saving. I know there is an option "ensure newline on save" and i have that enabled. This works fine - I get 1 newline when saving. However, if there is multiple newlines already on the bottom, and then I save...
https://forum.sublimetext.com/t/sublime-text-3-option-to-delete-all-but-1-extra-lines-on-bottom-of-a-file-upon-save/29658
CC-MAIN-2018-22
en
refinedweb
.RELEASE). -.3.2). Apache HttpClient is an optional dependency (but recommended) dependency of Spring Social. If it is present, Spring Social will use it as a HTTP client. If not, Spring social will use the standard Java SE components. - Spring Social (version 1.1.0.RELEASE). - The config module contains the code used ...
https://www.petrikainulainen.net/programming/spring-framework/adding-social-sign-in-to-a-spring-mvc-web-application-configuration/
CC-MAIN-2018-22
en
refinedweb
In our current project we are using Castle Windsor to configure WCF on a .NET 4 Application. As the data we are moving back and forth may grow we would like to have some sort of compression (Espessially from client to server). Searching for this on google brought two solutions: Use the built in compression support of ....
http://m.dlxedu.com/m/askdetail/3/c5c64269cb525038e68a52874858aa90.html
CC-MAIN-2018-22
en
refinedweb
Stop the PCM playback channel and discard the contents of its queue (plugin-aware) #include <sys/asoundlib.h> int snd_pcm_plugin_playback_drain( snd_pcm_t *handle ); The snd_pcm_plugin_playback_drain() function stops the PCM playback channel associated with handle and causes it to discard all audio data in its buffers....
http://www.qnx.com/developers/docs/6.6.0_anm11_wf10/com.qnx.doc.neutrino.audio/topic/libs/snd_pcm_plugin_playback_drain.html
CC-MAIN-2018-22
en
refinedweb
It's not the same without you Join the community to find out what other Atlassian users are discussing, debating and creating. I am trying to clone an issue to another project and also set the Flagged custom field to "Impediment" on the cloned issue: import com.atlassian.jira.component.ComponentAccessor def customField...
https://community.atlassian.com/t5/Jira-questions/How-to-set-flag-on-linked-issue-during-scriptrunner-clone-issue/qaq-p/118570
CC-MAIN-2018-22
en
refinedweb
[Solved] Focus, child items, and the end of my wits Hey guys, I've got an example here where I'm trying to find the "best" way to do this. I've got a QML window with 2 elements: a text box and a listview. You guessed it, it's a search window. I can easily assign focus programatically to 'scope' by setting scope.focus =...
https://forum.qt.io/topic/39494/solved-focus-child-items-and-the-end-of-my-wits/3
CC-MAIN-2018-22
en
refinedweb
I am not sure if this question has been answered before, but are you able to / how do you write a python script that can make use of the sikuli find / click / doubleClick functions in another python app? Just curious. Or perhaps via Jython or Java... Ross Question information - Language: - English Edit question - Statu...
https://answers.launchpad.net/sikuli/+question/108782
CC-MAIN-2018-22
en
refinedweb
Apple’s open-source CommonCrypto isn’t shabby for anyone looking to implement encryption in their app, but it isn’t very “Swifty” to use. Luckily, Danny Keogan wrote a nice wrapper called IDZSwiftCommonCrypto, which renders Swift encryption a much friendlier beast. Introduction (0:00) In this post, I’m going to discuss...
https://academy.realm.io/posts/danny-keogan-swift-cryptography/
CC-MAIN-2018-22
en
refinedweb
How to Manipulate Strings with Character in C++ An array is a sequence of variables in C++ that shares the same name and that is referenced using an index. The following Concatenate program inputs two strings from the keyboard and concatenates them into a single string: // Concatenate - concatenate two strings // with ...
https://www.dummies.com/programming/cpp/how-to-manipulate-strings-with-character-in-c/
CC-MAIN-2019-47
en
refinedweb
Revision history for Perl extension WWW::Google::SiteMap. 1.00 - Version 1.00 Released! - Fixed Zlib detection problem reported by Lance Cleveland. - Check to make sure that the sitemap file was opened correctly, rather than just crashing when we try to write to it, also reported by Lance Cleveland. - Added support for...
https://metacpan.org/changes/release/JASONK/WWW-Google-SiteMap-1.00
CC-MAIN-2019-47
en
refinedweb
Is(); } } 6 thoughts on “#BILTNA Wish 5: Isolate with Fade” That is really really cool. I think that this combined with the Interfence Detect tool of Revit would be very useful. Great work Harry. Good tool, BUT what happen when there is some curtain walls in the projects? I get an error, I’m wandering what will happen ...
https://boostyourbim.wordpress.com/2018/08/10/biltna-wish-5-isolate-with-fade/
CC-MAIN-2019-47
en
refinedweb
#include <ctype.h> int isxdigit(int c); int isxdigit_l(int c, locale_t locale);. The following sections are informative. The Base Definitions volume of POSIX.1-2008, Chapter 7, Locale, <ctype.h> Any typographical or formatting errors that appear in this page are most likely to have been introduced during the conversion...
https://man.linuxreviews.org/man3p/isxdigit.3p.html
CC-MAIN-2019-47
en
refinedweb
In this series, we’re going to create a carpooling app with React Native. This will be a two-part series showing you how to create a full-stack React Native app which uses PHP as the back-end. The first part covers the following: - Setting up a Pusher app - Setting up a Google project - Setting up Laradock - Creating t...
https://hackernoon.com/create-a-carpooling-app-with-react-native-part-1-setting-up-the-server-sw193djk
CC-MAIN-2019-47
en
refinedweb
Most professional software developers understand the academic definitions of coupling, cohesion, and encapsulation. However, many developers do not understand how to achieve the benefits of low coupling, high cohesion and strong encapsulation, as outlined in this article. Fortunately, others have created. Have you ever...
https://www.codemag.com/article/1001061
CC-MAIN-2019-47
en
refinedweb
TL;DR: In this 2-part tutorial series, we'll learn how to build an application that secures a Node back end and an Angular front end with Auth0 authentication. Our server and app will also authenticate a Firebase Cloud Firestore database with custom tokens so that users can leave realtime comments in a secure manner af...
https://auth0.com/blog/how-to-authenticate-firebase-and-angular-with-auth0-part-1/
CC-MAIN-2019-47
en
refinedweb
GREPPER SEARCH WRITEUPS DOCS INSTALL GREPPER All Languages >> PHP >> laravel run schedule locally “laravel run schedule locally” Code Answer’s laravel run schedule locally php by Excited Echidna on Oct 05 2021 Comment 8 php artisan schedule:work Source: laravel.com run schedule laravel php by Light Lynx on Nov 27 2021 ...
https://www.codegrepper.com/code-examples/php/laravel+run+schedule+locally
CC-MAIN-2022-40
en
refinedweb
Human readable captcha for z3cform Project description Introduction collective.z3cform.norobots provides a “human” captcha widget based on a list of questions/answers. This captcha can be used as a plone.app.discussiom captcha plugin. The widget is based on z3c.form.TextWidget. Requirements - tested with Plone 4.0 as a...
https://pypi.org/project/collective.z3cform.norobots/1.1/
CC-MAIN-2022-40
en
refinedweb
Introduction Multithreading Interview Questions and Answers C++ Before we go into the threading and related concepts regarding the interview, I would like to give a brief idea about how things work before the title of the article i.e. Multithreading starts to play its part. Let’s quickly see the details There are 3 typ...
https://www.educba.com/multithreading-interview-questions-c-plus-plus/
CC-MAIN-2022-40
en
refinedweb
I have the following code: def fetch_into (uri, name) http = Net::HTTP.new(uri.host, uri.port) req = Net::HTTP::Get.new(uri.path) req.basic_auth(USERNAME, PASSWORD) start_time = Time.now.to_f File.open(name, “w”) do |f| print " - fetching #{name}" http.request(req) do |result| f.write(result.body) f.close() elapsed = T...
https://www.ruby-forum.com/t/net-http-performance-question/74531
CC-MAIN-2022-40
en
refinedweb