text
stringlengths
454
608k
url
stringlengths
17
896
dump
stringclasses
91 values
source
stringclasses
1 value
word_count
int64
101
114k
flesch_reading_ease
float64
50
104
1. SQL CLR Trigger In the last article, we saw creating a SQL CLR Function. I would suggest reading that article first before reading this one. The article is here. Like CLR function, one can write SQL Trigger also in the C-Sharp. In this article, we will learn to create the SQL CLR Trigger and executes that in SQL Ser...
http://www.mstecharticles.com/2017_01_01_archive.html
CC-MAIN-2018-13
refinedweb
915
64
Hi all, I'd like to announce the move of Picmi to KDE Review [1] with the intended destination being kdegames. Picmi is a nonogram logic game [2] I've been working on for around two years. It includes both a random mode (with low completion times as the goal) and 51 preset puzzles which turn into a pictogram when solve...
http://www.devheads.net/desktop/kde/core/playgroundgamespicmi-moved-kde-review.htm
CC-MAIN-2019-18
refinedweb
4,808
72.16
Get a character from the console without echo (_getch) or with echo (_getche). int _getch( void ); int _getche( void ); For additional compatibility information, see Compatibility in the Introduction. Libraries Return Value Both _getch and _getche return the character read. There is no error return. Remarks The _getch ...
http://msdn.microsoft.com/en-us/library/aa297934(VS.60).aspx
crawl-002
refinedweb
184
73.27
Feb 05, 2008 10:21 AM|.NET|LINK Hi, I've got a JPG image on my desktop "C:\Documents and Settings\win user\Desktop\marktest.jpg" which I'm trying to resize through ASP.NET and then upload the resized image to the server. I currently have one test page which uses a CodeFile.... GDI-UploadImage.aspx GDI-UploadImage.aspx....
https://forums.asp.net/t/1215576.aspx?Resizing+Optimising+BEFORE+uploading
CC-MAIN-2017-39
refinedweb
477
60.41
Create the project in Visual Studio Updated: October 1, 2014 BizTalk Services enables you to: - Create and manage EDI, AS2, and EDIFACT Messaging - Configure Source, Destination, and Bridge Messaging Endpoints to receive and send messages - Use Message Maps and Transforms to manipulate data - Using the BizTalk Adapter ...
http://msdn.microsoft.com/library/azure/hh689811.aspx
CC-MAIN-2014-49
refinedweb
473
53.41
Interrupt and exception handling. More... #include <sys/cdefs.h> #include <arch/types.h> Go to the source code of this file. Interrupt and exception handling. This file contains various definitions and declarations related to handling interrupts and exceptions on the Dreamcast. This level deals with IRQs and exceptions...
http://cadcdev.sourceforge.net/docs/kos-2.0.0/irq_8h.html
CC-MAIN-2018-05
refinedweb
465
61.33
> I am creating a 2D phone game and have ran into an issue. I have a button that when pressed opens the default keyboard of that phone. Using Unity editor, no keyboard appears because it is not a phone. How can I test if this works? Is there some sort of emulator I can use? Can I just use my phone? If so, what are the ...
https://answers.unity.com/questions/1497390/how-do-you-test-a-mobile-game.html
CC-MAIN-2019-13
refinedweb
176
78.14
We have an EJB that works fine under 2.4.3. I'm moving our environment to 3.2.3 (finally!). This EJB has a private inner class (tried making it public, no difference.) It compiles and deploys fine, but at runtime I get this error: 2004-05-19 17:31:24,105 ERROR [org.jboss.ejb.plugins.LogInterceptor] Unexpected Error: ja...
https://developer.jboss.org/message/107828
CC-MAIN-2018-05
refinedweb
275
52.97
Search Criteria Package Details: turpial 3.0-1 Dependencies (15) - gstreamer0.10-python -) - python2 - python2-distribute (python2-setuptools) - pywebkitgtk - python2-notify2>=0.1.1 - libturpial>=0.8 (libturpial-git) - python2-babel>=0.9.1 - python2-simplejson>=1.9.2 - strubbl commented on 2017-12-12 00:01 Thanks, pack...
https://aur.tuna.tsinghua.edu.cn/packages/turpial/
CC-MAIN-2021-10
refinedweb
343
58.99
Red Hat Bugzilla – Bug 628672 sssd-ldap: filters me out for unknown reason Last modified: 2010-08-30 18:43:18 EDT Description of problem: sssd-ldap filters out the user. Version-Release number of selected component (if applicable): 1.1.0 How reproducible: A different adventure everytime I try to retrofit an install wit...
https://bugzilla.redhat.com/show_bug.cgi?id=628672
CC-MAIN-2016-50
refinedweb
357
66.13
You can embed public Google+ posts in your site or articles with just a few lines of HTML code. Your signed-in Google+ readers can +1 or comment on your post directly from your site or follow the author. Use of embedded posts is subject to the Embedded Content Policy. See more examples of different types of posts as an...
https://developers.google.com/+/web/embedded-post/?hl=ja
CC-MAIN-2017-09
refinedweb
695
55.64
AVL Trees In the previous section we looked at building a binary search tree. As we learned, the performance of the binary search tree can degrade to for operations like get and put when the tree becomes unbalanced. In this section we will look at a special kind of binary search tree that automatically makes sure that ...
https://bradfieldcs.com/algos/trees/avl-trees/
CC-MAIN-2018-26
refinedweb
1,204
53.17
Q1. The firm's best financial structure is determined by finding the capital structure that minimizes the firm's cost of capital. a. True b. False Q2. GPS Inc. wishes to estimate its cost of retained earnings. The firm's beta is 1.3. The rate on 6-month T-bills is 2%, and the return on the S&P 500 index is 15%. What is...
https://www.coursehero.com/tutors-problems/Finance/11651688-Q1-The-firms-best-financial-structure-is-determined-by-finding-the-c/
CC-MAIN-2018-39
refinedweb
1,363
66.84
Created on 2016-05-24 23:26 by terry.reedy, last changed 2017-05-31 06:01 by louielu. On Win 10, Python 3.5 or 3.6, IDLE Shell or Editor with at least a few lines of text: hit Alt-G to open 'Goto' window. Enter a line # other than the current one. Hit <Return>. Cursor moves to line enter, though it shrinks to one pixel...
https://bugs.python.org/issue27115
CC-MAIN-2018-13
refinedweb
694
69.07
Hoping this is the right place to ask this. I am new to both ST and to python, but am trying to write a small plugin to search and replace a regex. A sample plugin from this (great) youtube series [] import sublime import sublime_plugin class DoFindReplaceCommand(sublime_plugin.TextCommand): """ Find all instances of t...
https://forum.sublimetext.com/t/regex-find-replace-plugin-selected-text-solved/62231
CC-MAIN-2022-05
refinedweb
334
60.11
The live region test case is an example where an object:children-changed:add event points to the wrong child. In this case, the add event always points to the 0th child (top of list) instead of the last child which is the new message. I suspect object:children-changed:remove is also incorrect. However, this test case d...
https://bugzilla.mozilla.org/show_bug.cgi?id=395902
CC-MAIN-2016-36
refinedweb
650
81.93
A new Flutter package project for integrating Azure Active Directory to sign users in. Add this to your package's pubspec.yaml file: dependencies: aad_auth: ^0.0.4 Add this to your package's pubspec.yaml file: dependencies: aad_auth: ^0.0.6 You can install packages from the command line: with Flutter: $ flutter pub get...
https://pub.dev/packages/aad_auth
CC-MAIN-2019-35
refinedweb
236
52.56
Simple guide to basic Doxygen usageJuly 20, 2008 Make… [...] July 23. 2008 Josef Nygrin has written a fantastic guide to Doxygen, which is a documentation system for C, C++, Objective-C, Python, Java and a number of other [...] Thanks – you’ve just shown me why I couldn’t get my damned enums to show up in the doxygen o...
http://justcheckingonall.wordpress.com/2008/07/20/simple-doxygen-guide/
crawl-002
refinedweb
121
60.45
20 July 2012 09:50 [Source: ICIS news] SINGAPORE (ICIS)--?xml:namespace> The plant was scheduled to come on stream at the start of this year but the start-up was delayed because of bearish market conditions, the source said. “We completed the construction work last month and began trial runs at this plant at the beginn...
http://www.icis.com/Articles/2012/07/20/9579754/chinas-shandong-shuntian-to-start-up-new-melamine-plant-next.html
CC-MAIN-2014-52
refinedweb
115
66.47
Flex编译器支持条件编译 Flex编译器支持条件编译 你也许会想啊条件编译有什么用啊?我为什么要用啊?我不得不说条件编译非常有用,它使用于多种情况 【译者注:学过C的人其实都不陌生,条件编译对于调试非常有帮助,我们可以在调试版本里面插入大量的输出语句,而在发布的时候通过条件编译更不不需要删除这些语句,这是我个人的一点经验】 有没有写过大量的条件语句将静态变量开启和关闭?有没有写过在调试的时候才用到的方法?如果你熟悉C++那你总用过#IFDEF吧?如果有这些问题,那么你可以继续看下去 首先条件编译对于复杂的调试非常有用,有的时候你也许会自己写一些代码,这些代码通常能完成编译器的DEBUG程序不能显示给你的信息,为了不至于在调试完成之...
http://blog.csdn.net/zinking3/article/details/2339002
CC-MAIN-2018-13
refinedweb
476
60.14
Here we use a well-known cryptosystem, which introduced in late 90s as a part of PhD Thesis. This cryptosystem is a probabilistic asymmetric algorithm, so computer nerds are familiar with the basics. The power of this cryptosystem is based on the fact that no efficient general method for computing discrete logarithms ...
https://blog.dragonsector.pl/2014/10/asis-ctf-finals-2014-ultra-secure.html
CC-MAIN-2021-17
refinedweb
773
62.88
NAME Signal an object's peer. SYNOPSIS #include <zircon/syscalls.h> zx_status_t zx_object_signal_peer(zx_handle_t handle, uint32_t clear_mask, uint32_t set_mask); DESCRIPTION zx_object_signal_peer() asserts and deasserts the userspace-accessible signal bits on the object's peer. A object peer is the opposite endpoint o...
https://fuchsia.dev/fuchsia-src/reference/syscalls/object_signal_peer
CC-MAIN-2021-04
refinedweb
142
53.27
This example illustrates the propogation delay through the off-the-shelf OR gates provided in libLCS. Two OR gates, one with delay more than the clock pulse width, and the other with delay less than the clock pulse width are initialised. The program is as follows. #include <lcs/or.h> #include <lcs/simul.h> #include <lc...
http://liblcs.sourceforge.net/delay_example_3.html
CC-MAIN-2017-22
refinedweb
224
64.51
As usual, begin by making a clojure directory inside your 08 directory, and then making a src directory inside clojure. Copy the program skeleton nameTester.clj from the course directory into your new src directory. Then use a text editor to open the file, and take a moment to study its structure. Note that the -main()...
https://cs.calvin.edu/courses/cs/214/adams/labs/08/clojure/
CC-MAIN-2021-10
refinedweb
2,080
62.58
It’s not wrong in case of economy, we have many TB of data, and it’s very expensive to have even 3TB per machine (we need 10TB minimum I think). The main thing you should understand – TB is not a problem, the problem is how many rows you have per node. From: Yogi Nerella [mailto:ynerella999@gmail.com] Sent: 19 февраля ...
http://mail-archives.apache.org/mod_mbox/cassandra-user/201402.mbox/%3C4CC51C89A629E542AF8707D11C0B9FB92A25C59539@zeus.rhonda.vtc.ru%3E
CC-MAIN-2017-47
refinedweb
295
61.02
was chatting to the IDE tools team the other day about where we were and where we want to go. CodeRush and Refactor! Pro 2.0 are amazing products that have been well-received but, as I was working on some C# code last night, there's still a long way to go for both of them. For instance, with Refactor! Pro we are only ...
https://community.devexpress.com/blogs/ctodx/archive/2006/08/03/234.aspx
CC-MAIN-2020-05
refinedweb
682
71.55
The wizard module makes it easy to write typical desktop GUI-style "wizards," where a user is guided through a series of forms and enters configuration data. By design, the wizard module tries to shield the developer from all aspects of GUI development. This extends to keeping the Tkinter names out of the global namesp...
http://www.freshports.org/devel/wizard/
CC-MAIN-2014-35
refinedweb
287
56.76
C and C++, the language supports a simple macro preprocessor. Source lines that should be handled by the preprocessor, such as #define and #include are referred to as preprocessor directives. Another C construct, the #pragma directive, is used to instruct the compiler to use pragmatic or implementation-dependent featu...
http://www.defaultlogic.com/learn?s=Directive_(programming)
CC-MAIN-2018-05
refinedweb
662
54.52
hi, I'm just trying to copy TIF rasters into a file geodatabase that I create. But the copied rasters in the new file geodatabase are corrupted. The corrupted rasters have no cell size in the properties and no statistics and they show that default range of -3.4e+038 to 3.4e+038. Calculating statistics on them gives an ...
https://community.esri.com/t5/python-questions/problem-copying-rasters-into-a-file-geodatabase/td-p/163377
CC-MAIN-2022-21
refinedweb
436
61.12
/*************************************************** Integration of f(x) by simple end-point approximation Write a program that will approximate the integral of f(x) = (x*sin(x) - 1)*log(x), where "log" is the natural logarithm. The bounds of integration should be supplied by the user, as well as the number of rectangl...
http://www.usna.edu/Users/cs/wcbrown/courses/F04SI204/classes/L11/TE2.html
crawl-003
refinedweb
208
60.95
poketypes 0.1.0 Poketypes # Adding Poketypes to your project # dependencies: poketypes: Usage # import 'package:poketypes/poketypes.dart'; print(Poketype('normal').effectiveness['ghost']); // 0.0 Example # Changelog # See all changes at: poketypes: poketypes: :poketypes/poketypes.dart'; We analyzed this package on Jan ...
https://pub.dev/packages/poketypes
CC-MAIN-2020-05
refinedweb
104
60.41
So I have designed my program but am stuck on one function. The following is an excerpt from my class: public class SqrXY { public void SqrXY (double x, double y) { xaxis = x; yaxis = y; } public double addition () { //this is what I am stuck on } } And excerpt from my run class: SqrXY instance1 = new SqrXY (4.0, 2.0);...
https://www.daniweb.com/programming/software-development/threads/314634/addition-class-oop-help-needed
CC-MAIN-2018-39
refinedweb
121
72.16
. So let’s start with original code using FOR: public class Department { private List<Resource> resources = new ArrayList<Resource>(); public void addResource(Resource resource) { this.resources.add(resource); } public void printSlips() { for (Resource resource : resources) { if(resource.lastContract().deadline().after...
https://www.javacodegeeks.com/2012/11/avoiding-fors-anti-if-campaign.html
CC-MAIN-2016-40
refinedweb
1,280
53.61
It's been an amazing year for Microsoft releases: Windows Server 2012, Office 2013, SharePoint 2013, Lync 2013, and Exchange 2013, to name the big ones. I've previously covered the key new features in Exchange 2013, and I'm sure many of you want to upgrade to it. But you can't. You simply can't. Let me explain. [ Get r...
http://www.infoworld.com/article/2616147/windows-server/you-can-t-migrate-to-exchange-2013.html
CC-MAIN-2015-06
refinedweb
593
71.04
In an offline thread with Greg Louis (who's working on bogofilter), I tried an experiment using just the S, then just the H, components of our spamprob calculation. We currently return (1+S-H)/2. The "justs" result here just returns S, the "justh" just returns 1-H. justs is a comparative disaster, but the more I stare ...
https://mail.python.org/pipermail/spambayes/2002-November/001990.html
CC-MAIN-2017-43
refinedweb
279
85.18
Write a program that organise reservation for a show … Recommended Articles Nested array printing etc - designing for reuse Last Post 2 Hours Ago This is a little discussion/example of Covered by US Patent. Harmanjeet Singh 3-Jun-12 10:12am i tried what u said.. If you look at MFC it's basically all of WinAPI rewritten...
http://hiflytech.com/string-to/cannot-convert-std-string-lpcwstr.html
CC-MAIN-2018-09
refinedweb
886
66.37
Greetings. My first post here so I hope I'm posting in the right place. I'm currently building a new AD network that we can migrate to from Netware. I am extremely green when it come to AD so forgive me for being so hopeless. I have a wan link across two campuses. I have a Domain controller on each end. I have a file s...
https://community.spiceworks.com/topic/231486-dfs-namespace-folders-noob-content
CC-MAIN-2017-04
refinedweb
921
72.66
#include <c4d_filterdata.h> A data class for creating bitmap loader plugins. Use RegisterBitmapLoaderPlugin() to register a bitmap loader plugin. Called to identify a file type as one that can be loaded using the bitmap loader. If possible, the file should not be identified through its suffix, but through the probe dat...
https://developers.maxon.net/docs/Cinema4DCPPSDK/html/class_bitmap_loader_data.html
CC-MAIN-2020-24
refinedweb
133
58.08
Using Microsoft Azure Active Directory for SharePoint 2013 authentication Applies to: SharePoint Server 2013, Microsoft Azure Topic Last Modified: 2014-10-13. For example, you could have one type of authentication for users who access SharePoint Server 2013 in the cloud and another for SharePoint 2013 users in your on-...
http://technet.microsoft.com/en-us/library/dn635311(v=office.15).aspx
CC-MAIN-2014-52
refinedweb
910
58.48
Unity is a multiplatform game development tool, designed from the start to ease creation. A fully integrated professional application, Unity just happens to contain the most powerful engine this side of a million dollars. One of the best ways to make the menu system engaging is to have the player fly through one or mor...
http://www.moddb.com/engines/unity/tutorials/unity-ios-essentials-flyby-background
CC-MAIN-2015-18
refinedweb
3,703
52.12
Creating plug-ins for C# applications can be difficult, because .NET does not give you an easy solution to calling late-bound libraries that aren't assemblies, or do not implement interfaces. One such example for the use of this code is for DLLs that you do not have the source code to. Using an external "proxy" library...
http://www.codeproject.com/KB/cs/cscpplatebind.aspx
crawl-002
refinedweb
1,410
64.51
I've tried and distill the following code as much as possible: #include <stdlib.h> typedef struct item{ struct item *next; }item; void addItem(item *list) { item *newItem = list; while(newItem->next != NULL){ newItem = newItem->next; } newItem->next = malloc(sizeof(item)); newItem->next->next = NULL; } int main() { ite...
https://codedump.io/share/nZtcBFcKF229/1/c-struct-typedef-and-declaration-causing-pointer-errors
CC-MAIN-2018-17
refinedweb
279
61.77
07 November 2008 11:00 [Source: ICIS news] SINGAPORE (ICIS news)--Some stability seems to have taken hold in the Chinese domestic bisphenol A (BPA) market this week, following sharp decreases over the past month, market players said on Friday. “Many Chinese traders had dumped their cargoes in order to get quick cash to...
http://www.icis.com/Articles/2008/11/07/9169776/china+domestic+bpa+finds+stability+after+crash.html
CC-MAIN-2013-20
refinedweb
229
62.07
AxKit::XSP::Demo::Object - how to work object oriented with SimpleTaglib Add the demo: namespace to your XSP <xsp:page> tag: <xsp:page Add this taglib to AxKit (via httpd.conf or .htaccess): AxAddXSPTaglib AxKit::XSP::Demo::Object This is a demo how to do some OO stuff with SimpleTaglib. It is far from complete, but gi...
http://search.cpan.org/dist/AxKit/demo/AxKit/XSP/Demo/Object.pm
CC-MAIN-2014-23
refinedweb
113
69.38
Introduction One of the big differences between C# and VB.Net is the fact that VB.Net is case insensitive and C# isn’t. The case-insensitivity of VB.Net is sometimes weird and can lead to unwelcome side effects. Like you will see. Partial classes For example. the following is completely legal in VB.Net Module Module1 S...
http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/how-a-vb-net-programmer/
CC-MAIN-2015-32
refinedweb
283
68.47
… I think the key to the textpattern thread is this post: “Jason kindly checked out the error.log and unfortunately found no errors relating to fcgi or apache. The only entries in there are ‘not found’ links relating to my old blog which ran textpattern e.g the url which generates an error in RoR given that there is no...
https://discussion.dreamhost.com/t/500-error-using-fastcgi-rails/28072
CC-MAIN-2018-05
refinedweb
1,498
66.74
A primer on Python Regular Expression Regex is a group of characters which helps to find pattern within a string. Regex is used in lot of applications including the search engines, search and for find and replace in text documents Being a Data Scientist it is good to know regex which is found useful in data cleaning si...
https://kanoki.org/2019/11/29/a-primer-on-python-regular-expression/
CC-MAIN-2022-33
refinedweb
1,368
58.72
I'm looking for a solution that will allow my rails app to render a user-friendly maintenance page when there is no Mysql server available to connect to. Normally a Mysql::Error /!\ FAILSAFE /!\ Wed May 26 11:40:14 -0700 2010 Status: 500 Internal Server Error Can't connect to local MySQL server through socket '/var/run...
https://codedump.io/share/A8BOx2xBnYMb/1/rails-display-maintenance-page-if-no-database-connection-available
CC-MAIN-2018-26
refinedweb
225
56.15
Join devRant Pipeless API From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple APILearn More Search - "interview question" -: - At the ending part of the interview, I asked a final question to the HR. Me: "So, what language is mostly used here?" ...
https://devrant.com/search?term=interview+question
CC-MAIN-2021-10
refinedweb
8,363
72.76
References to NavigationPaolo Antinori Oct 8, 2012 5:24 AM Hi all, I am trying to fetch navigation infos from a groovy template different than UIPortalNavigation.gtmpl . Could you suggest me a way to fetch those infos? I have tried with the same code I have found in UIPortalNavigation def rootNodes = uicomponent.getNav...
https://developer.jboss.org/message/763740
CC-MAIN-2019-51
refinedweb
464
54.83
, calculator also has keypad on it. So, in short there are numerous applications of keypad. You should also read the Real Life examples of Embedded Systems and you will find Keypad in them as well. Keypad is used where you need to used numerical buttons or you need to use lots of buttons for sending commands so like in...
https://www.theengineeringprojects.com/2015/12/interfacing-keypad-arduino-proteus-isis.html
CC-MAIN-2019-47
refinedweb
491
71.44
Introduction <o:p> This article will helps you to run Windows Application on Web Note:<o:p> Try to use the Microsoft windows control, Avoid third party control.<o:p> Because we are going to use the same control on web<o:p> Advantages: Reduces the coding time and resource needed for web<o:p> Bring the desktop to your we...
http://www.codeproject.com/Articles/14276/Using-Windows-Application-on-web?fid=311094&df=90&mpp=10&noise=1&prof=False&sort=Position&view=Expanded&spc=None
CC-MAIN-2016-44
refinedweb
567
65.32
I don't understand cache miss count between cachegrind vs. streamlineseongjincho May 19, 2014 9:29 AM I am studying about cache effect using a simple micro-benchmark. I think that if N is bigger than cache size, then cache have a miss operation every first reading cache line. (Show 1.) In my board(Arndale-5250), cache ...
http://community.arm.com/thread/5878
CC-MAIN-2015-11
refinedweb
575
77.33
i am trying to implement a database of books and i am have to use linked lists and possibly dynamic arrays for the first time so i am a bit confused..i just wanted to know if this is how i should b going about my constructors and if theres anything i should add or help me with..thanks #include "library.h" #include <ios...
https://www.daniweb.com/programming/software-development/threads/124186/linked-list
CC-MAIN-2017-34
refinedweb
149
68.5
Web Webpack, option to run single Mocha test, flame charts in V8 CPU profiler and more. - WebStorm 11 EAP, 142.3805: Improved HiDPI support for Windows and Linux, clickable links in comments, breadcrumbs in Stylus files. - WebStorm 11 EAP, 142.4148: Encode HTML symbols, Meteor, TypeScript 1.6 features. - WebStorm 11 EA...
https://blog.jetbrains.com/webstorm/2015/09/webstorm-11-eap-142-5255/?replytocom=246499
CC-MAIN-2020-29
refinedweb
2,171
62.88
CodePlexProject Hosting for Open Source Software I have Visual Studio 2010, 32-bit Python 3.2, and SQLAlchemy 0.8.0b2 installed. The statement... from sqlalchemy import create_engine ...fails with an import error. What is odd is that inellisense shows me create_engine as an option. I have used pydev in Eclipse and been...
http://pytools.codeplex.com/discussions/428269
CC-MAIN-2017-34
refinedweb
153
77.84
Il 13/11/2011 17:06, mescalinum@... ha scritto: > > apparently (looking at the generated output) I should use something like: Tcl_Obj *o = SWIG_Tcl_NewPointerObj((void *)mystructptr, SWIGTYPE_p_p__<typename>, 0); or the inner: char str[SWIG_BUFFER_SIZE]; SWIG_MakePtr(str, (void *)mystructptr, SWIGTYPE_p_p_<...>, 0); l...
https://sourceforge.net/p/swig/mailman/swig-user/?viewmonth=201111&viewday=13
CC-MAIN-2017-22
refinedweb
330
68.87
Components and supplies Necessary tools and machines About this project Follow these instructions to transform an old telephone into a scavenger hunt clue system. Step 1 - Keypad Rows and Columns Take apart the telephone and remove the keypad. Keypads use a system of rows and columns to detect key presses. This page gi...
https://create.arduino.cc/projecthub/samhorne/scavenger-hunt-cluephone-51c46c
CC-MAIN-2021-10
refinedweb
888
63.9
Photos module - album start date / end date The updated photos-module in the new Pythonista versions is great, but I wonder about the start and end date you can now retrieve for an album (regular, smart, moments). I notice that I only get valid dates back for moments, not for regular albums or smart albums: in the latt...
https://forum.omz-software.com/topic/3235/photos-module-album-start-date-end-date/3
CC-MAIN-2021-04
refinedweb
250
50.46
This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project. Would this be OK then? Pierre PS: It could be optimized in the sense that it should only be called if it has not been called yet. 2009-06-17 Pierre Muller <muller@ics.u-strasbg.fr> * infcmd.c (post_create_inferior): Call breakp...
https://sourceware.org/legacy-ml/gdb-patches/2009-06/msg00418.html
CC-MAIN-2021-43
refinedweb
336
67.45
Using Typescript with hapi I've been using hapi lately, and decided to start using Typescript at the same time. When I looked though there didn't seem to be a lot out there on using them both together. Here's what I learned. I'm going to assume you have some degree of familiarity with Javascript, along with a basic und...
https://www.solarwinter.net/using-typescript-with-hapi/
CC-MAIN-2022-05
refinedweb
1,390
67.04
Opened 2 years ago Last modified 5 months ago I'm receiving the following message when certain commands are run in FreeBSD 6.2 and VirtualBox 1.4.0: sigreturn: eflags 0x80247 For instance, after a clean minimal installation from the network, if I try: portsnap fetch extract or later if I try to build the /usr/ports/she...
http://www.virtualbox.org/ticket/458
crawl-002
refinedweb
1,869
76.72
Overloading operator [] indexing elements of the array Contents - 1. What restrictions are imposed on operator [ ] overloading? - 2. Overloading operator indexing elements of the array [ ]. Features of use - 3. Variants of the operator function operator[]() in the class. General form - 4. Examples of overloading the in...
https://www.bestprog.net/en/2019/06/04/overloading-operator-indexing-elements-of-the-array/
CC-MAIN-2021-04
refinedweb
1,947
50.97
ovs-fields man page ovs-fields — protocol header fields in OpenFlow and Open vSwitch Introduction This document aims to comprehensively document all of the fields, both standard and non-standard, supported by OpenFlow or Open vSwitch, regardless of origin. Fields A field is a property of a packet. Most familiarly, data...
https://www.mankier.com/7/ovs-fields
CC-MAIN-2018-13
refinedweb
16,925
63.9
XML - Managing Data Exchange/XQuery Contents 1. Definition of XQuery[edit] XQuery is a query language under development by the World Wide Web Consortium (W3C) and makes possible to efficiently and easily extract information from native XML databases and relational databases that store XML data. Every query consists of ...
https://en.wikibooks.org/wiki/XML_-_Managing_Data_Exchange/XQuery
CC-MAIN-2017-47
refinedweb
855
66.84
A simple module for creating a background thread and returning a Future object Project Description Creates a thread with Future attributes. Based on (and actively uses) features from concurrent.futures module to easily start a function in a new background thread without the overhead of using a ThreadPoolExecutor, while...
https://pypi.org/project/future-thread/
CC-MAIN-2018-13
refinedweb
121
57.16
Migrating from Vue Test Utils v1 A review of changes VTU v1 -> VTU v2, and some code snippets to showcase required modifications. If you encounter a bug or difference in behavior not documented here, please open an issue. Changes propsData is now props In VTU v1, you would pass props using the propsData mounting option...
https://test-utils.vuejs.org/migration/
CC-MAIN-2022-40
refinedweb
671
52.7
Missing Brackets At JSON One-Element Arrays In Jersey By Jakub Podlesak-Oracle on Apr 23, 2008. What is exactly the issue? Lets say, you have the following JAXB bean @XmlRootElement public class ArrayWrapper { public List<String> list = new LinkedList<String>(); } and want to get JSON out of it. The issue is, that afte...
https://blogs.oracle.com/japod/entry/missing_brackets_at_json_one
CC-MAIN-2015-14
refinedweb
108
66.13
Administrating the service¶ Installation (for development/testing)¶ Create and activate a virtualenv for the installation (here with virtualenvwrapper): mkvirtualenv nsupdate workon nsupdate Clone the repo and cd into: git clone nsupdate cd nsupdate Then install the software with requirements to your virtual env: pip i...
https://nsupdateinfo.readthedocs.io/en/latest/admin.html
CC-MAIN-2018-51
refinedweb
2,146
52.8
Access Control Layer The Access Control Layer (ACL) is implemented using Access Flags to indicate which permissions an Adapter must have in order to access and modify the DAO state. A flag is essentially 1 bit of a 256 bits array controlled by two helper functions defined in the DAO Constants Contract. In order to enab...
https://tributedao.com/docs/intro/design/access-control/
CC-MAIN-2021-43
refinedweb
326
57.1
IRC log of xproc on 2009-01-22 Timestamps are in UTC. 15:54:49 [RRSAgent] RRSAgent has joined #xproc 15:54:49 [RRSAgent] logging to 15:54:52 [Norm] Zakim, this will be tag 15:54:52 [Zakim] I do not see a conference matching that name scheduled within the next hour, Norm 15:54:56 [Norm] Zakim, this will be xproc 15:54:5...
http://www.w3.org/2009/01/22-xproc-irc
CC-MAIN-2017-04
refinedweb
2,364
70.53
The Clojure namespace clojure.java.io contains useful functions to work with files. One of those functions is make-parents. We can pass a java.io.File instance as arguments or use the same arguments that can be passed to the file function that is also in this namespace. The function will create all parent directories f...
https://blog.mrhaki.com/2021/09/clojure-goodness-create-all-parent.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+mrhaki+(Messages+from+mrhaki)
CC-MAIN-2021-43
refinedweb
204
53.07
. This article is Part I of unpacking NativeScript for .NET developers. In Part II, we’ll talk about UI composition and more tooling. Visual Studio Familiarity Now free CLI tooling may be hip, but you probably spend your entire days in Visual Studio. With a paid Telerik Platform subscription (or a free trial), you can ...
https://dzone.com/articles/nativescript-for-net-developers-1
CC-MAIN-2017-04
refinedweb
1,116
55.74
Just wanted to let y'all know that Nunit 2.0 rocks ! As if you didn't know that already... The NUnitAddIn is also very cool, although it is far from stable. I find myself stopping the service and restarting VS.NET every few minutes when working with it, but it is definitely worth the added trouble. Can anyone recommend...
http://blogs.msdn.com/b/asanto/archive/2003/03/07/3549.aspx
CC-MAIN-2014-23
refinedweb
178
75
Rights and remedies Rights if goods are faulty The Act requires the retailer who supplied the goods to sort out any problems. This means a retailer can not tell you to take the problem to the manufacturer. You can choose whether to seek a remedy for the problem from the trader or the manufacturer. When you have bought ...
https://www.geekzone.co.nz/forums.asp?forumid=11&topicid=40676
CC-MAIN-2020-45
refinedweb
418
65.15
Code. Collaborate. Organize. No Limits. Try it Today. Application Core Messaging is a technique I developed to disconnect components inside applications, by applying messaging. The idea is that components communicate with each other through the messagebroker. Components that generate events post messages in the message...
http://www.codeproject.com/Articles/16039/Application-Core-Messaging?msg=1735814
CC-MAIN-2014-15
refinedweb
1,339
54.42
Blocking: Note that if you are using curl_httpclient, it is highly recommended that you use a recent version of libcurl and pycurl. Currently the minimum supported version is 7.18.2, and the recommended version is 7.21.1 or newer. A blocking HTTP client. This interface is provided for convenience and testing; most appl...
http://www.tornadoweb.org/en/branch2.3/httpclient.html
CC-MAIN-2015-35
refinedweb
644
51.55
How can you take tensorflow and mix two pictures into one You may have seen images in which two images are mixed. One can be seen up close, and another is seen from afar. For example, Einstein and Madonna. I don’t know how the original ones were made, but I tried to do something similar using tensorflow. The general id...
https://prog.world/how-can-you-take-tensorflow-and-mix-two-pictures-into-one/?amp
CC-MAIN-2021-49
refinedweb
1,855
64.71
I can't seem to find any reference to this in help or forums, but it seems a da cursor cannot apply a where clause to a layer with a where clause already applied. Does anyone know if this is this working as intended behaviour or a bug? Here is some test code where this occurred. This code returned Here is some test cod...
https://community.esri.com/thread/77454
CC-MAIN-2019-35
refinedweb
149
60.31
Downsizing StyleGAN2 for Training on a Single GPU March 04, 2020 | 4 min read | 675 views StyleGAN2 [1] is famous for its success in generating high-resolution human face images that we can’t tell apart from real images. For example, can you believe this image was generated by AI? * You can get face images generated by...
https://hippocampus-garden.com/stylegan2/
CC-MAIN-2020-40
refinedweb
798
50.73
I am trying to import my videos i have recorded on my iphone 4s to my laptop computer (windows vista). I have tried importing them but keep getting an error. Any suggestions? Thanks Staff pick I am trying to import my videos i have recorded on my iphone 4s to my laptop computer (windows vista). I have tried importing t...
http://forums.cnet.com/7723-12545_102-585314/help-please/?messageId=5422788
CC-MAIN-2014-15
refinedweb
342
70.94
Communicate from Child to Parent Learning Objectives In this project, you’ll: - Build Lightning web components that communicate with one another. - Communicate from a child component to its parent component. - Communicate from a parent component to a child component. - Communicate from a component to an unrelated compo...
https://trailhead.salesforce.com/ja/content/learn/projects/communicate-between-lightning-web-components/communicate-from-child-to-parent
CC-MAIN-2021-25
refinedweb
1,797
50.12
From: Martin Bonner (martin.bonner_at_[hidden]) Date: 2005-08-11 08:22:35 ----Original Message---- From: christopher diggins [mailto:cdiggins_at_[hidden]] Sent: 11 August 2005 14:00 To: boost_at_[hidden] Subject: Re: [boost] alignment problem in proposed any alternative [snip] > 3.9(2) says: > For any complete POD obje...
https://lists.boost.org/Archives/boost/2005/08/91682.php
CC-MAIN-2019-43
refinedweb
255
72.87
The Concept I've long had an idea for a super basic color sensor. I'm not talking about the fancy-schmancy color sensors like this one, but rather something more basic... much much more basic... The concept here is to use a humble RGB LED and a photoresistor (aka "light dependent resistor" LDR). The thought is that if ...
https://www.element14.com/community/community/project14/photonics/blog/2020/04/15/wwcs-worlds-worst-color-sensor-project-14-photonics-challenge
CC-MAIN-2021-43
refinedweb
1,856
70.63
Feedback Getting Started Discussions Site operation discussions Recent Posts (new topic) Departments Courses Research Papers Design Docs Quotations Genealogical Diagrams Archives In Objects as Modules in Newspeak, Gilad Bracha et al. describe a way to avoid the coupling in inherent constructs found in many OO languages...
http://lambda-the-ultimate.org/node/3544
CC-MAIN-2017-22
refinedweb
3,198
54.63
Learn Java in a day Learn Java in a day  ...; Variables In this section, you will learn about Java variables... structure. Initially learn to develop a class in java. To meet this purpose we about static import - Java Beginners )TestABC.java import static mypack.TestA; public class TestABC { public static...about stati...
http://www.roseindia.net/tutorialhelp/comment/23479
CC-MAIN-2014-49
refinedweb
2,886
65.73
Using the ::class keyword in Laravel Christoph Rumpel has a new tutorial on using the ::class keyword in PHP and Laravel. Since PHP 5.5 the class keyword is used for class name resolution. This means it returns the fully qualified ClassName. This is extremely useful when you have namespaces, because the namespace is pa...
https://laravel-news.com/using-class-keyword-laravel/
CC-MAIN-2018-39
refinedweb
150
54.83
Every assembly created in .NET is part of some root namespace. By default assemblies are assigned a namespace that matches the project name. In .NET it is possible to change this default behavior. Just as Microsoft has packaged the system-level and CLR classes using well-defined names, you can create your own namespace...
https://www.oreilly.com/library/view/professional-visual-basic/9781118332139/c02_level1_8.xhtml
CC-MAIN-2019-26
refinedweb
231
56.35
Transform and integrate data using WebSphere DataStage XML and Web services packs DataStage XML and Web services packs overview Ascential DataStage, acquired by IBM in 2005, is now known as IBM WebSphere DataStage. It is a convenient, GUI-based extract, transform, and load (ETL) tool that you can use to integrate organ...
https://www.ibm.com/developerworks/data/library/techarticle/dm-0703xiong/
CC-MAIN-2017-47
refinedweb
6,277
52.19
02 January 2008 12:20 [Source: ICIS news] (Updates, adding background in paragraphs 7-13) ?xml:namespace> ICI shares will cease to be traded on the LSE from 08:00 local time on Thursday 3 January and it will be cancelled from the Official List, the exchange said in a press release. Shareholders will receive 670p per sh...
http://www.icis.com/Articles/2008/01/02/9089062/Akzo-Nobel-finalises-8bn-ICI-deal.html
CC-MAIN-2014-52
refinedweb
274
51.07
// Foo.h class Foo { public: Foo() { RegisterSelf(); } private: void RegisterSelf() {/**/} }; // Foo.cpp #include "Foo.h" Foo reg; // global instance // main.cpp #include "Foo.h" int main() { } The global object reg may be optimized away during the link phase, even when all compiler and linker optimizations are turned ...
http://www.devx.com/tips/Tip/13614
CC-MAIN-2017-04
refinedweb
235
65.62
Introduction to ASP.NET Core part 18: custom tag helpers cont’d February 27, 2017 Leave a comment Introduction In the previous post we started looking into custom tags. The most straightforward way of creating custom HTML tags is to derive from the TagHelper class and override its Process or ProcessAsync function. Othe...
https://dotnetcodr.com/2017/02/27/introduction-to-asp-net-core-part-18-custom-tag-helpers-contd/
CC-MAIN-2022-40
refinedweb
943
57.16
Hi, I’m extending pytorch for complex types and I’m getting a TypeError if I multiply two complex tensors. TypeError: mul received an invalid combination of arguments - got (float), but expected one of: - (float value) didn’t match because some of the arguments have invalid types: (float) - (torch.ZFloatTensor other) d...
https://discuss.pytorch.org/t/where-is--tensorbase---mul---assigned-defined/8558
CC-MAIN-2022-27
refinedweb
120
61.02
How do you build a recursive program in C plus plus for pascals triangle? #include<iostream> #include<string> int pascal (const int row, const int col) { if (!col col==row) return 1; return pascal (row-1, col-1) + pascal (row-1, col); } int main() { using namespace std; cout << "Enter a row number for Pascal's Triangle...
https://www.answers.com/Q/How_do_you_build_a_recursive_program_in_C_plus_plus_for_pascals_triangle
CC-MAIN-2019-26
refinedweb
525
82.95
>>: (Score:3, Interesting) Not more than Ruby or Python. Don't confuse languages with libraries. Re: (Score:2, Insightful) Eh, a language is only as good as its standard library. I don't like telling people to download/build/install a number of other libraries of specific versions just to run/build my stupid applicatio...
http://developers.slashdot.org/story/09/09/19/1345236/Python-Converted-To-JavaScript-Executed-In-Browser
CC-MAIN-2015-18
refinedweb
5,258
72.87
Hello! Nice to say hello. This time we will learn about one of the DotVVM controls to render HTML templates for elements in a given collection, this control is called Repeater. Repeater is a tag that allows us to set a preset HTML template to render items from a given listing. In other words, this control repeats a tem...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/esdanielgomez/html-templates-for-repetitive-elements-in-asp-net-dotvvm-1670
CC-MAIN-2022-05
refinedweb
552
60.75
From my perspective Angular 2 is a great improvement over Angular 1. The framework is simpler, and as a result your code is more concise, making use of modern JavaScript concepts. However, this does come at a cost; with Angular 2 the required tooling is really quite complicated. The Angular 2 website has a great tutori...
https://blog.scottlogic.com/2015/12/24/creating-an-angular-2-build.html
CC-MAIN-2021-25
refinedweb
2,915
56.15
memccpy From cppreference.com Copies characters from the object pointed to by src to the object pointed to by dest, stopping after any of the next two conditions are satisfied: countcharacters are copied - the character (unsigned char)c is found (and copied). The src and dest objects are interpreted as arrays of unsign...
https://en.cppreference.com/w/c/string/byte/memccpy
CC-MAIN-2021-04
refinedweb
389
64.2
This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project. Daniel Jacobowitz wrote: >On Wed, May 25, 2005 at 11:30:48AM +0200, Paolo Carlini wrote: > > >>Hi, >> >>tested on ia64/powerpc64/alphaev67-linux, committed to mainline. >> >> >Two comments: > - Is there anything architecture-speci...
https://gcc.gnu.org/legacy-ml/gcc-patches/2005-05/msg02381.html
CC-MAIN-2020-50
refinedweb
180
77.13
Hi everybody, I need a little help in my university assignment of C++ Programming. I have to make a programme which should takes 10 inputs of grades and will count the total no of 'A' grades and 'B' grades and shows the result. Inputs would be taken as character 'A' and 'B' only and using while or do/while loop. This i...
http://cboard.cprogramming.com/cplusplus-programming/131585-neeh-help-cplusplus-programming.html
CC-MAIN-2014-35
refinedweb
232
79.3