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
I recently started using Sublime, and I think it's a great editor. Here are some issues that I think should be addressed, mostly user interface issues:. Can't find any way to associate certain filetypes to a certain syntax. I have to go to View->Syntax and select the correct syntax every time I open files of certain ty...
https://forum.sublimetext.com/t/my-feedback-after-usage/7921/1
CC-MAIN-2016-07
refinedweb
696
62.78
Developing Backbone.js Applications Addy Osmani Developing Backbone.js Applications by Addy Osmani Revision History for the : 2012-04-19 Early release revision 1 See for release details. ISBN: 978-1-449-32825-2 1335306849 Table of Contents Prelude .................................................................... vii...
https://www.techylib.com/el/view/bolivialodge/developing_backbone.js_applications_addy_osmani
CC-MAIN-2018-26
refinedweb
5,736
55.24
Exporting data from a large multi-realm Zulip server¶ Draft status¶ This is a draft design document considering potential future refinements and improvements to make large migrations easier going forward, and is not yet a set of recommendations for Zulip systems administrators to follow. Overview¶ Zulip offers an expor...
https://zulip.readthedocs.io/en/latest/subsystems/conversion.html
CC-MAIN-2019-47
refinedweb
1,314
54.32
0 Hi, while doing my assignment im somehow stucked somewhere which i didnt know why and i need some help. i have jus started learning abt c++. so im jus using some basic syntax #include<iostream> using namespace std; int main() { int selclass,i,position; char ch; int seats[100]={0}; //array while(true) { cout<<"Choose ...
https://www.daniweb.com/programming/software-development/threads/180298/cout-did-not-appear-and-nesting-if-else
CC-MAIN-2017-39
refinedweb
197
60.55
Scale Image to Fit Page This example shows, for PDF and Word reports, how to scale a large image to fit on a page. Import the DOM and Report API packages so you do not have to use long, fully-qualified class names. import mlreportgen.dom.* import mlreportgen.report.* Create and open a report. % To create a Word report,...
https://fr.mathworks.com/help/rptgen/ug/scale-image-to-fit-page.html
CC-MAIN-2022-33
refinedweb
180
65.52
Have you ever wondered if there is a programmatic way to detect all the SQL server instances and services installed on a machine. Well, worry no more as the code below will do exactly that. There are 2 ways to go about this : Method 1 – For the Programmer The code below is written in C#. 1) Create a new Visual C# Windo...
https://blogs.msdn.microsoft.com/sqlserverfaq/2009/03/07/how-to-detect-sql-server-instances-features-installed-on-a-machine/
CC-MAIN-2017-26
refinedweb
782
57.67
- NAME - SYNOPSIS - DESCRIPTION - CAVEATS - BUGS - SEE ALSO - AUTHOR - DISCLAIMER OF WARRANTIES NAME MooX::Struct - make simple lightweight record-like structures that make sounds like cows SYNOPSIS use MooX::Struct Point => [ 'x', 'y' ], Point3D => [ -extends => ['Point'], 'z' ], ; my $origin = Point3D->new( x => 0, y...
https://metacpan.org/pod/MooX::Struct
CC-MAIN-2016-18
refinedweb
1,288
64.51
Source python-clinic / Doc / library / tarfile.rst :mod:`tarfile` --- Read and write tar archive files Source code: :source:`Lib/tarfile.py` The :mod:`tarfile` module makes it possible to read and write tar archives, including those using gzip, bz2 and lzma compression. Use the :mod:`zipfile` module to read or write :f...
https://bitbucket.org/larry/python-clinic/src/eedbf20ed532/Doc/library/tarfile.rst
CC-MAIN-2015-14
refinedweb
931
59.7
. RBList.SelectedIndexChange then add a new function to handle the event: protected void RBList_SelectedIndexChange { RadioButtonList RBList = sender as RadioButtonList; ... } You can then get the selected value from within this new function i am using vs2005. I know where to add the eventhandler in vs2003. where to ad...
https://www.experts-exchange.com/questions/23803820/how-to-get-the-selected-item-value-of-RadioButtonList-which-is-inside-Accordion.html
CC-MAIN-2018-05
refinedweb
229
51.95
HTTP proxy for ClickHouse database chproxy Chproxy, is an http proxy and load balancer for ClickHouse database. It provides the following features: - May proxy requests to multiple distinct ClickHouseclusters depending on the input user. For instance, requests from appserveruser may go to stats-rawcluster, while reques...
https://golangexample.com/http-proxy-for-clickhouse-database/
CC-MAIN-2020-05
refinedweb
2,913
58.38
Python Pass In this section, you will learn Python pass statement. Python pass Statement pass is actually a null statement which is generally used as a placeholder. When you want to declare a function or a loop but not want to provide the implementation then you can use pass statement. It is similar to ; in C programmi...
https://www.delftstack.com/tutorial/python-3-basic-tutorial/python-pass/
CC-MAIN-2018-43
refinedweb
247
69.21
Using Live Visual Tree and Live Property Explorer to customize the Media Player (XAML, C#) In this series of tutorials on how to customize your MediaPlayer, we have seen how to customize a button in part I. Now we will see how we can use Live Visual Tree and Live Property to make our lives easier when we are trying to ...
https://medium.com/dailymotion/using-live-visual-tree-and-live-property-explorer-to-customize-the-media-player-xaml-c-c1f5bb6cf73e?source=collection_home---4------20---------------------
CC-MAIN-2019-18
refinedweb
1,484
50.36
- Correct non page class? - Exception from HRESULT: 0x8007007E - "System.IO.IOException: The device is not ready asp.net" - PostBackURL - PageRequestManagerServerErrorException when using server.transfer - dumps for Exam 70-553 and Exam 70-554 - Password TextBox loses value - Server Controls - How to detect that ASP.NE...
https://bytes.com/sitemap/f-329-p-43.html
CC-MAIN-2018-30
refinedweb
3,262
50.23
Investors eyeing a purchase of Owens Corning (Symbol: OC) stock, but tentative about paying the going market price of $41.16/share, might benefit from considering selling puts among the alternative strategies at their disposal. One interesting put contract in particular, is the May 2016 put at the $35 strike, which has...
https://www.nasdaq.com/articles/commit-purchase-owens-corning-35-earn-91-annualized-using-options-2015-09-29
CC-MAIN-2020-40
refinedweb
391
65.01
grade.pygrade.py grade.py is a testing framework that aids in grading python assignments. grade.py gracefully handles exceptions and offers error carried forward support. This package differs from standard testing frameworks in two major ways. First, it relies on a correct implementation of the module, making test scri...
https://libraries.io/pypi/cs1110grade
CC-MAIN-2022-21
refinedweb
372
56.25
Everyone more lies. Not because it's wrong, mind you -- but because it's old and refers to ancient development environments which no one uses anymore. Pascal with MPW? Uh... CodeWarrior? VS 6? Yeah, like I said, it's out-dated, to be sure. Hopefully that issue will be addressed in a future release as well (but I can as...
http://ramblings.aaronballman.com/2007/11/plugins_can_be_fun_part_one_vi.html
crawl-001
refinedweb
2,111
71.55
BIO_s_file, BIO_new_file, BIO_new_fp, BIO_set_fp, BIO_get_fp, BIO_read_filename, BIO_write_filename, BIO_append_filename, BIO_rw_filename - FILE bio #include <openssl/bio.h> BIO_METHOD * BIO_s_file(void); BIO *BIO_new_file(const char *filename, const char *mode); BIO *BIO_new_fp(FILE *stream, int flags); BIO_set_fp(BIO...
https://www.openssl.org/docs/crypto/BIO_s_file.html
CC-MAIN-2014-10
refinedweb
578
64.41
>> Can we return this keyword from a method in java? Get your Java dream job! Beginners interview preparation 85 Lectures 6 hours Core Java bootcamp program with Hands on practice 99 Lectures 17 hours The "this" keyword in Java is used as a reference to the current object, within an instance method or a constructor. Us...
https://www.tutorialspoint.com/can-we-return-this-keyword-from-a-method-in-java
CC-MAIN-2022-40
refinedweb
391
67.04
On Fri, Mar 05, 2004 at 09:44:29PM -0800, Tom Lord wrote: > I don't understand what the subdir structure has to do with case > sensitivity. Can you explain? > > _If_ you are correct that case issues effect many (I've only ever > heard you complain) -- there are sane ways to handle that (i.e., with > a VU namespace hand...
http://lists.gnu.org/archive/html/gnu-arch-users/2004-03/msg00285.html
CC-MAIN-2019-22
refinedweb
278
75.71
. Note: This is in no way meant to be a suggested solution to deep-linking (it was more of an exercise in playing with Django for me). Take a look at SWFAddress for a JavaScript-based way of achieving the same goal. If you're going to follow along, you'll need Adobe Flex (2 or 3), a copy of SWFObject, and a working Dja...
http://aralbalkan.com/1269
crawl-001
refinedweb
612
68.16
Hello All, I have a Java code which fetches SQL to populate the drop down box. SQL is returning result in this order - year_code year_description 5 2005 4 2004 3 2003 2 2002 The drop down build from the java program is showing the same order However, I want to show the order like 2004 2005 2003 2002 How can I default t...
http://www.theserverside.com/discussions/thread.tss?thread_id=24215
CC-MAIN-2015-32
refinedweb
328
61.77
This site uses strictly necessary cookies. More Information I looked at these docs: But they really skim over it. Exactly how do I compile an Objective-C function and get it to work in Unity? Is it something I do using Xcode? If so, how do I set up a project in Xcode to do it? When I compile, do I get a compiled file o...
https://answers.unity.com/questions/192063/compiling-plugin-for-ios-need-more-info.html
CC-MAIN-2021-49
refinedweb
1,339
68.91
Intro to Vue.js: Vuex This is the fourth part in a five-part series about the JavaScript framework, Vue.js. In this part, we’ll cover Vuex for state management. - Vuex (You are here!) - Animations (Coming soon!) Vuex If you missed the last few sections on components and Vue-cli, you might want to go review those before...
http://design-lance.com/intro-to-vue-js-vuex/
CC-MAIN-2018-26
refinedweb
1,436
65.62
This article is about a file preview control (see the figure below). You may find such a file preview control helpful when you need to display content of a file as text, hexadecimal (HEX) dump or as an image. The control is based on WTL's CStatic control - that means you can use the code in your WTL-based application. ...
http://www.codeproject.com/Articles/203020/FilePreviewCtrl-Preview-Files-in-Text-HEX-and-Imag
CC-MAIN-2014-35
refinedweb
1,331
52.39
Testing Props in Vue components using Jest In this tutorial, we are going to learn about how to test props in vue components using jest and vue-test-utils. Props in vue components help us to pass the data from parent components to child components. The example component we are testing. <template> <h1>{{title}}</h1></te...
https://reactgo.com/vue-test-props/
CC-MAIN-2020-16
refinedweb
239
53.21
ALF/architecture/ALF Schemas 1 Contents Introduction ALF Event Manager Schemas and WSDL version 1 WARNING: THIS PAGE IS BEING CONSTRUCTED. THE INFORMATION IT CONTAINS IS PRELIMINARY The proposed version 1 ALF Event schema is presented below. Some of the features to note are: 1. The provision for extension and versionin...
http://wiki.eclipse.org/ALF/architecture/ALF_Schemas_1
CC-MAIN-2020-10
refinedweb
823
51.28
In the previous recipe, we learned how to get data from an API using fetch. In this recipe, we will learn how to POST data to the same endpoint to add new bookmarks. Before going through this recipe, we need to create an empty app named SendingData. You can use any other name; just make sure you set the correct name wh...
https://www.safaribooksonline.com/library/view/react-native-cookbook/9781786462558/ch04s04.html
CC-MAIN-2018-26
refinedweb
105
57.67
Follow me on Twitter, happy to take your suggestions on topics or improvements React is widely used library for client side web applications. In any web applications, there will be multiple pages. routing the URL properly and load different pages based on route parameters is a general requirement. There is an awesome n...
https://dev.to/paramharrison/basic-routing-in-react-using-react-router-406e
CC-MAIN-2021-43
refinedweb
837
74.49
Hello, we're using the Intel C++ compiler and came across some unexpected behaviour when compiling code containing the volatile modifier. We managed to narrow it down to the following demo code (please see inline comments): // save as demo.cc // volatile "bug"? struct counter { // XXX bug seems to only occur when using...
https://software.intel.com/en-us/forums/intel-c-compiler/topic/291423
CC-MAIN-2017-34
refinedweb
347
59.4
Board index » C Language All times are UTC ----------------- 1st program------------------ main() { int a, b,ans; printf("Type two intergers:"); scanf("%d%d", &a, &b); ans=formula(a,b); printf("The sum of the squares is %d", ans); cc program_name.c -o executable_name If the <math.h> functionality is used, you also have...
http://computer-programming-forum.com/47-c-language/1d929e85f96ebcfb.htm
CC-MAIN-2019-09
refinedweb
882
74.79
Opened 10 years ago Closed 10 years ago Last modified 10 years ago #1828 closed Bug (No Bug) Strange behavior with IniWrite Description Hello, a member of the French forum point us for a strange behavior of the WriteIni command if you use FileOpenDialog before and don't specifies the path of the ini file. This is the s...
https://www.autoitscript.com/trac/autoit/ticket/1828
CC-MAIN-2021-04
refinedweb
294
61.36
Clean Code: Explanation, Benefits, and Examples Clean Code: Explanation, Benefits, and Examples To paraphrase Martin Fowler, good code isn't just readable by a machine, but by humans as well. Read on for some advice on sticking to clean principles. Join the DZone community and get the full member experience.Join For Fr...
https://dzone.com/articles/clean-code-explanation-benefits-amp-examples
CC-MAIN-2020-10
refinedweb
1,642
61.87
Mach-o, but wrong architecture This appears to be a constant refrain. Attempting to run a simple tutorial app: import sys import PySide.QtCore import PySide.QtGui app = PySide.QtGui.QApplication(sys.argv) label = PySide.QtGui.Qlabel("Hello World") label.show() app.exec_() sys.exit() The import fails as follows: Traceba...
https://forum.qt.io/topic/44073/mach-o-but-wrong-architecture
CC-MAIN-2017-39
refinedweb
294
55.2
Please have patience with me on this. I just started reading a book about C and it instructed me to type the following: #include <stdio.h> void main() { char txt[80]; printf("Enter data:"); scanf("%s",txt); printf(txt); } When compiling (gcc) I got 2 messages: lots of dirs and then about file crt1.o it said "in functio...
https://cboard.cprogramming.com/c-programming/7692-stupid-scanf-question.html
CC-MAIN-2017-26
refinedweb
126
77.37
Animate content offset I am not having much luck animating content offset. When the view loads I want the scrollview to glide to the offset position. Any tips implementing the ui.animate()function. import ui w, h = ui.get_screen_size() sv = ui.ScrollView() sv.frame = (0,0,w,h) sv.background_color = 'gray' sv.content_si...
https://forum.omz-software.com/topic/2438/animate-content-offset/1
CC-MAIN-2021-10
refinedweb
142
64.98
INET6(4) BSD Programmer's Manual INET6(4) inet6 - Internet protocol version 6 family #include <sys/types.h> #include <netinet/in.h> The inet6 family is an updated version of the inet(4) family. While inet(4) implements Internet Protocol version 4, inet6 implementsorder. The include file <netinet/in.h> defines this addr...
https://www.mirbsd.org/htman/sparc/man4/inet6.htm
CC-MAIN-2016-07
refinedweb
698
56.66
Hi Dan, some comments below... On Tue, 2006-10-03 at 14:19 -0400, Dan Diephouse wrote: > As I understand it, we would need to integrate CXF at two points. First, > the deployment. We need to support JSR 109 deployment descriptors. > Second, we need to support invoking EJBs. > > For deployment, we can wire in JSR 109 de...
http://mail-archives.apache.org/mod_mbox/geronimo-dev/200610.mbox/%3C1159952695.5471.3.camel@localhost.localdomain%3E
CC-MAIN-2017-22
refinedweb
581
65.22
New releases from Python and Jython on their way The Python 3.5 proposal supports async and await syntax, while Jython 2.7 gets faster in its latest instalment. We check out what’s new with the object-oriented programming language and the successor to JPython. In Python Enhancement Proposal (PEP) #0492, Python 3.5 will...
https://jaxenter.com/new-releases-from-python-and-jython-117078.html
CC-MAIN-2021-17
refinedweb
370
53.71
Thanks Jeff and sorry for bothering you again! I got clear the remoting writing into HDFS, but what about hadoop process? Once the file has been copied to HDFS, do I still needs to run hadoop -jarfile input output everytime? if I need to do it everytime, should I do it from remote server as well? Thank for helping and ...
http://mail-archives.apache.org/mod_mbox/hadoop-common-user/200808.mbox/%3C64b95cbb0808281722y2464c9f2p5f7ae840607f78ff@mail.gmail.com%3E
CC-MAIN-2017-39
refinedweb
804
72.46
Recurrent Neural Networks, Long Short Term Memory and the famous Attention based approach explained When you delve into the text of a book, you read in the logical order of chapter and pages and for a good reason. The ideas you form, the train of thoughts, it’s all dependent on what you have understood and retained up ...
https://manu1992.medium.com/
CC-MAIN-2021-17
refinedweb
261
61.36
Python33 September 2012 You can download the version you like free from: As of 2013 stick with Python27 or Python33. Selfextracting MS Installer files have a .msi extension and contain the version number, for instance python-3.3.2.msi. Python3 is not totally campatible with Python2. A few clumsy things have been remove...
http://www.daniweb.com/software-development/python/threads/20774/starting-python
CC-MAIN-2013-48
refinedweb
4,073
72.87
CDSND Connect: Direct issue Error while executing CDSND command. (SDE0210I - Requested data set not available. Allocated to another job. ) Send physical file in SAVF format via CDSND How to send physical file in SAVF format (Save file) from AS/400 server to other server via CDSND command? CDSND character mapping in AS/...
http://itknowledgeexchange.techtarget.com/itanswers/tag/cdsnd/
CC-MAIN-2015-32
refinedweb
151
66.23
📅 2020-Oct-06 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ conference, llvm ⬩ 📚 Archive I had been meaning to attend the LLVM Developers' Meeting for a couple of years now, mostly because it happens right next door in San Jose. This year the conference went virtual and actually made it easy for me to finally attend all 3 days (Oct 6-8...
https://codeyarns.com/tech/2020-10-06-llvm-virtual-developers-meeting-2020.html
CC-MAIN-2021-04
refinedweb
323
58.69
Contributing guide We welcome your contributions! Please see the provided steps below and never hesitate to contact us. If you are a new user, we recommend checking out the detailed Github Guides. Setting up a development installation¶ In order to make changes to napari, you will need to fork the repository. If you are...
https://napari.org/developers/contributing.html
CC-MAIN-2022-05
refinedweb
828
62.68
Ticket #202 (new enhancement) cannot roundtrip offset-aware datetime instances Description I'd expect that yaml.load(yaml.dump(foo) == foo for reasonable values of foo. However, this isn't true for timezone-aware datetimes: >>> import datetime >>> from pytz import utc >>> import yaml >>> dt = datetime.datetime(2011, 9,...
http://pyyaml.org/ticket/202
CC-MAIN-2017-22
refinedweb
524
55.58
You have two options. Create a base class You can create a base class that inherits System.Web.UI.Page and inherit this class in all your pages: public class BasePage : System.Web.UI.Page { public string ImagePath { get; set; } } And then inherit this class in your pages: public partial class Default2 : BasePage { .......
https://www.mindstick.com/forum/12751/how-to-abstract-a-property-in-asp-dot-net-pages
CC-MAIN-2017-26
refinedweb
278
71.85
Db2 for z/OS delivered native REST services support in the end of 2016. I wrote 2 white paper on how to create a DB2 REST service and how to consume this service from a mobile device (). Later I wrote a blog on how to consume a Db2 REST service from a node.js application. I start getting enquiries on how to do the same...
https://www.ibm.com/developerworks/community/blogs/e429a8a2-b27f-48f3-aa73-ca13d5b69759?tags=db2z&lang=en
CC-MAIN-2019-26
refinedweb
7,172
51.44
Article: Adding Properties to Ruby Metaprogramatically If you're coming over to Ruby from the Java world, and want a good primer on what metaprogramming is all about, then definitely read Adding Properties to Ruby Metaprogramatically today. Good article, but many errors. by Jules Jacobs define_method("#{sym}".to_sym) {...
http://www.infoq.com/news/2007/04/article-adding-ruby-properties
CC-MAIN-2015-14
refinedweb
1,174
69.38
To facilitate the development of robust, error-free code, Apex Code requires the creation and execution of unit tests. Unit tests are comprised of test methods and classes that verify whether a particular piece of code is working properly. This article introduces test methods. It details why test methods are a critical...
https://developer.salesforce.com/page/An_Introduction_to_Apex_Code_Test_Methods
CC-MAIN-2018-34
refinedweb
2,880
54.63
Hi What is the best way to get to Dendera Temple from Luxor and does anyone know the cost of this please? The last time I looked, you can hire a cab for about LE 300–350 (there and back) for the car, not per person. Depending upon what is happening at the time, however, the authorities may require you travel in a convo...
http://www.tripadvisor.com/ShowTopic-g294205-i9426-k6100245-Dendera_Temple-Luxor_Nile_River_Valley.html
CC-MAIN-2013-20
refinedweb
390
81.93
Comment on Tutorial - A sample that shows Java Beans, Servlets and JSP working together By Ivan Lim Comment Added by : Vitalis Comment Added at : 2014-04-29 17:47:16 Comment on Tutorial : A sample that shows Java Beans, Servlets and JSP working together By Ivan Lim In the absence of frameworks, this is the best example...
https://java-samples.com/showcomment.php?commentid=39520
CC-MAIN-2019-43
refinedweb
271
76.62
Creating a .NET DLL that can be accessed through COM is a three step process1. Create the DLL in .NET2. Register the types in .NET DLL and make then avaliable to COM3. Call the DLL through COM in VBA 1. Create the DLL in .NETIn order to make a DLL that can be callable through COM there are a number of rules that need t...
http://dotnetslackers.com/community/blogs/dsmyth/archive/2006/11/20/Calling-managed-code-from-VBA-using-COM-Interop.aspx
crawl-002
refinedweb
679
67.04
Since I began learning Python, I've been amazed by how much you can do with it, and how easy it actually is once you get comfortable with it. I've always loved working on the terminal, so to make my learning a bit fun, I learned how to make cli apps with Click and made a Chuck Norris jokes app late last year: I posted ...
https://dev.to/wangonya/how-i-made-the-open-dev-to-cli-app-with-python-54p0
CC-MAIN-2020-50
refinedweb
799
84.27
> october 2004 Filter by week: 1 2 3 4 5 Hashtable in Actionscript? Posted by rafism at 10/27/2004 6:32:10 PM Hi All, I am using Flash Remoting with Java, with my application server running on Tomcat. My Java application returns a Hashtable for a certain method, which internally is a Hashtable of Hashtables (containin...
http://www.developmentnow.com/g/72_2004_10_0_0_0/macromedia-flash-flash-remoting.htm
crawl-001
refinedweb
2,853
73.17
(Uche 2000-05-02) XMLDocument?'s builder does not currently support validation. In fact, it is a low-level handler for pyexpat which doesn't support validation. One nice benefit of using 4DOM would be that DTD validation support comes along for the ride. Now it is important to note that DTD validation is pretty broken ...
http://old.zope.org/Members/jim/ZDOM-save/DocumentValidation/wikipage_view
CC-MAIN-2014-15
refinedweb
324
55.95
I'm starting now using python and I want to create a weather script. Then I'll put that script working with a 16x2 LCD, but that will be easy. Moving on... I picked up a python program already made by raspberrypi-spy that used to work with Google API. Since google closed that API support I'd seached for another one and...
https://www.raspberrypi.org/forums/viewtopic.php?t=25924&p=235877
CC-MAIN-2015-22
refinedweb
268
85.18
iBATOR - Introduction iBATOR is a code generator for iBATIS. iBATOR introspects one or more database tables and will generate iBATIS artifacts that can be used to access the table(s). Later you can write your custom SQL code or stored procedure to meet yoru requirements. iBATOR generates following artifacts: SqlMap XML...
http://www.tutorialspoint.com/ibatis/ibator_introduction.htm
CC-MAIN-2014-42
refinedweb
509
55.74
. Long ago, I proposed: //////////////////////////////////////// int32_t sex(int32_t x) { // this relies on automagic promotion // (which is about the same as // (int32_t)((int16_t)x)) union { int64_t w; struct { int32_t lo, hi; }; // should be hi,lo on a big endian machine } z = { .w=x }; return z.hi; } This should re...
https://hbfs.wordpress.com/2017/03/07/much-ado-about-nothing/
CC-MAIN-2017-13
refinedweb
599
66.37
![if gte IE 9]><![endif]> Just setting the stage here...I am not a 4GL expert but was trying to show our developers how to use background threads in VB.NET to use animated images on forms. So I created a Progress .NET form with a button and put this code in the click event so that the foreground thread would be busy..t...
https://community.progress.com/community_groups/openedge_development/f/19/t/33862?pi20882=2
CC-MAIN-2018-30
refinedweb
1,614
73.88
Macroeconomic and Foreign Exchange Policies of Major Trading Partners of the United States U.S. DEPARTMENT OF THE TREASURY OFFICE OF INTERNATIONAL AFFAIRS October 2018 Contents EXECUTIVE SUMMARY ......................................................................................................................... 1 S...
https://www.scribd.com/document/391072143/Treasury-Fall-2018-FX-Report
CC-MAIN-2019-04
refinedweb
13,913
50.06
I have an assignment a C++ assignment and here is my code so far; #include <iostream.h> #include <stdlib.h> #include <cstring> #include <cctype> class Student { private: char Name[80]; long SSN ; public: Student (char, long); void setSSN (int SSN); void setName (int Name); int getSSN (long); int getName (char); }; Stud...
https://www.daniweb.com/programming/software-development/threads/274283/problems-with-my-program-any-help-will-be-appreciated
CC-MAIN-2016-50
refinedweb
490
64.91
projects / ncurses.git / blobdiff commit grep author committer pickaxe ? search: re summary | shortlog | log | commit | commitdiff | tree raw | inline | side by side ncurses 5.7 - patch 20101128 [ncurses.git] / NEWS diff --git a/NEWS b/NEWS index 8614a009c98b02bb4602c17dd59ddff116a6e1c9..6a919665159cbdfa4de3e19d16a5d08...
https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff;f=NEWS;h=6a919665159cbdfa4de3e19d16a5d08ecda4ba9e;hp=8614a009c98b02bb4602c17dd59ddff116a6e1c9;hb=82035cb9d3375b8c65b4a5a5d3bd89febdc7e201;hpb=06d92ef542e2ae2f48541e67a02acc50336e981c
CC-MAIN-2021-31
refinedweb
331
62.75
Introduction About a month ago, I was using the MoTeC i2 Data Analysis software to look through some telemetry data that I had exported from a popular racing simulator game. Although MoTeC is feature rich and a great tool for motor racing professionals and enthusiasts, I had the idea to create a simplified, styled vers...
https://blog.scottlogic.com/2012/06/07/creating-a-telemetry-application-using-silverlight-visiblox-and-custom-controls.html
CC-MAIN-2018-34
refinedweb
2,324
54.22
I hate writing client/server code. Why? Look at this example: export interface User { name: string } export async function greet(user: User) { await doSomeStuff(user) return `Hellow ${user.name}` } And this client code using it: const jack: User = { name: 'Jack' } greet(jack).then(console.log) If my greet() function is...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/loreanvictor/type-definitions-as-api-specification-36i
CC-MAIN-2021-17
refinedweb
1,623
56.59
I've tried to articulate this into google, but have failed to find anything useful describing it. Here's the code: struct Segdesc gdt[] = { // 0x0 - unused (always faults -- for trapping NULL far pointers) SEG_NULL, // 0x8 - kernel code segment [GD_KT >> 3] = SEG(STA_X | STA_R, 0x0, 0xffffffff, 0), // 0x10 - kernel dat...
https://codedump.io/share/qfoQWdTsVlNj/1/weird-bracket-amp-macro-syntax-in-c
CC-MAIN-2016-50
refinedweb
231
58.96
2010-02-16 20:46:28 8 Comments I have many "can't encode" and "can't decode" problems with Python when I run my applications from the console. But in the Eclipse PyDev IDE, the default character encoding is set to UTF-8, and I'm fine. I searched around for setting the default encoding, and people say that Python delete...
https://tutel.me/c/programming/questions/2276200/changing+default+encoding+of+python
CC-MAIN-2019-47
refinedweb
2,695
62.78
poem benn Wondering about the whole human condition recently, I decided to have a look at some early source code to see if it could be tightened up in any way, or even spot any glaring bugs. [Ovid] has had a look at [id://49419|Genesis] before (which I think may actually be part of the Vedas:: namespace), but I wanted ...
http://www.perlmonks.org/index.pl?displaytype=xml;node_id=287907
CC-MAIN-2015-40
refinedweb
173
73.17
To be honest, I'm not really a big React fan myself, but recently I started to rediscover the library. Using Vue and going even as far as to create my own UI library, I came to appreciate the ecosystem and "time-to-deploy" that developing with React gave me. So, despite my past negative bias, I started to use React pre...
https://dev.to/areknawo/react-17-going-big-where-it-matters-68e
CC-MAIN-2021-21
refinedweb
1,338
60.55
A few weeks ago, I wrote about using React with Bridge.net. I described that I'd only written the bare minimum of bindings required to get my samples working - so, while I had a function for React.DOM.div - [Name("div")] public extern static ReactElement Div( HTMLAttributes properties, params ReactElementOrText[] child...
http://www.productiverage.com/Archive/8/2015
CC-MAIN-2017-13
refinedweb
5,981
51.89
I have seen this happen before, but it seems to be a habit on the Quality Portal: getting rid of bugs by marking them as “new feature”: [WayBack] I’m using THTTPClient.BeginGet() to create an async get request to a webservice that holds a connection open until it has data to return (sort of like a… – Brian Ford – Googl...
https://wiert.me/category/development/software-development/issuebug-tracking/
CC-MAIN-2019-26
refinedweb
153
63.02
Created on 2013-10-03.14:36:59 by cdleonard, last changed 2014-07-09.23:59:24 by zyasoft. Sample printer.sh: #! /bin/bash for i in `seq 10`; do echo -n O >&1 echo -n E >&2 done Sample subproc_call.py: #! /usr/bin/python import subprocess subprocess.call('./printer.sh') When running subproc_call.py with cpython the outp...
http://bugs.jython.org/issue2096
CC-MAIN-2016-44
refinedweb
278
59.5
Red Hat Bugzilla – Bug 239899 pygame 64 bit bug, result: AttributeError: event member not defined Last modified: 2007-11-30 17:12:04 EST Hi, Hans. I installed seahorse-adventures earlier and I thought I'd try it out, but it fails to start every time I attempt to play it. The python traceback it gives is as follows: $ s...
https://bugzilla.redhat.com/show_bug.cgi?id=239899
CC-MAIN-2017-30
refinedweb
1,070
75.61
Customizing roles If you are using the roles that are predefined in the Cognos namespace, you can customize themes, home pages, and report parameters that are unique to each Cognos role. You can specify that a customized home page, or a particular report or dashboard, be displayed when a user with a particular Cognos r...
https://www.ibm.com/docs/en/cognos-analytics/11.1.0?topic=namespace-customizing-roles
CC-MAIN-2021-17
refinedweb
551
63.7
Every filesystem on the appliance must be given a unique mountpoint which serves as the access point for the filesystem data. Projects can be given mountpoints, but these serve only as a tool to manage the namespace using inherited properties. Projects are never mounted, and do not export data over any protocol. All s...
https://docs.oracle.com/cd/E26765_01/html/E26397/shares__filesystem_namespace.html
CC-MAIN-2018-09
refinedweb
662
54.52
Problem Given an array of size n consisting of positive integers. There are m persons. Each person can eat one integer at a time, where the time taken by each to eat the integer is equal to the value of the integer. It is given that the m persons can eat k integers together and divide the integer equally amoung themsel...
http://codeforces.com/topic/95660/?locale=ru
CC-MAIN-2022-05
refinedweb
482
70.26
Although I fully recommend using Application Insights (see here) for monitoring your Azure features, I get asked sometimes how to configure log4net onto an Azure App Service. So, this is how I did it. - Install the log4net.dll binary using NuGet - Configure the log4net name, type properties in the web.config - Configur...
https://blogs.msdn.microsoft.com/benjaminperkins/2017/09/27/how-to-configure-log4net-on-azure-app-service/
CC-MAIN-2018-47
refinedweb
969
57.37
How to Embed ViewCVS in Plone An example of how to 'persuade' ViewCVS to embed in a Plone page. Provides an account of how to do rewriting with Apache, converting ViewCVS, and adding externally created, dynamic content to Plone pages. The original content of this how-to can be found at this location. A working example ...
http://plone.org/documentation/how-to/embed-viewcvs-in-plone
crawl-002
refinedweb
2,199
71.04
Pandas Data Series: Check inequality over the index axis of a given dataframe and a given series Pandas: Data Series Exercise-40 with Solution Write a Pandas program to check inequality over the index axis of a given dataframe and a given series. Sample Solution : Python Code : import pandas as pd df_data = pd.DataFram...
https://www.w3resource.com/python-exercises/pandas/python-pandas-data-series-exercise-40.php
CC-MAIN-2021-21
refinedweb
254
67.55
2. Writing the Setup Script¶ Note This document is being retained solely until the setuptools documentation at independently covers all of the relevant information currently included here. A Simple Example A Simple Example: Additional meta-data.')) 2.1. Listing whole packages¶ The anyway..) 2.2. Listing individual modu...
https://docs.python.org/3/distutils/setupscript.html
CC-MAIN-2022-05
refinedweb
1,954
56.15
This blog entry is a lead in to a new series of articles about developing GUIs with the .NET Micro Framework. A good place to start when learning a new GUI framework is to learn how to draw simple graphics. This blog entry discusses how to draw simple graphics with the .NET Micro Framework. Creating a Bitmap The Micros...
http://www.christec.co.nz/blog/archives/175
CC-MAIN-2019-30
refinedweb
1,447
54.73
- (83) - GNU Library or Lesser General Public License version 2.0 (19) - BSD License (13) - GNU General Public License version 3.0 (5) - Affero GNU Public License (4) - Artistic License (4) - Apache Software License (3) - Attribution Assurance License (3) - Common Public License 1.0 (3) - Academic Free License (2) - A...
https://sourceforge.net/directory/developmentstatus:production/os:independent/environment:handhelds/
CC-MAIN-2016-50
refinedweb
682
50.36
Details - Type: Bug - Status: Closed - Priority: Major - Resolution: Fixed - Affects Version/s: 0.6.0 - - Component/s: Query Processor, Serializers/Deserializers - Labels:None Description With the following data in table input4_cb: Key Value ------ -------- NULL 325 18 NULL The following query: select * from input4_cb ...
https://issues.apache.org/jira/browse/HIVE-741?focusedCommentId=12896793&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
CC-MAIN-2015-11
refinedweb
2,979
57.06
Game development with Pygame Welcome to the first tutorial of the series: Building games with Pygame. Games you create with Pygame can be run on any machine that supports Python, including Windows, Linux and Mac OS. In this tutorial we will explain the fundamental of building a game with Pygame. We’ll start of with the...
https://pythonspot.com/game-development-with-pygame/
CC-MAIN-2019-22
refinedweb
677
75.4
Rails 6: Action Text Introduction Rails 6 is now out and can be used by the public. In a previous post, I took a look at Active Storage; a new framework bundled with Rails 5.2. The framework highlighted today comes fresh out of the Rails 6: Action Text. We'll be going over what Action Text is and how to set it up. As I...
https://bendyworks.com/blog/rails-6-action-text/index
CC-MAIN-2021-31
refinedweb
2,407
62.58
. Example 1: Function to add 3 numbers. Lets see what happens when we pass more than 3 arguments in the adder() function. def adder(x,y,z): print("sum:",x+y+z) adder(5,10,15,20,25) When we run the above program, the output will be TypeError: adder() takes 3 positional arguments but 5 were given In the above program, we...
https://www.programiz.com/python-programming/args-and-kwargs
CC-MAIN-2021-04
refinedweb
312
53.85
We use cookies to distinguish you from other users and to provide you with a better experience on our websites. Close this message to accept cookies or find out how to manage your cookie settings. SCHOTEL, BAS 2018. Legal Protection as Competition for Jurisdiction: The Case of Refugee Protection through Law in the Past...
https://www.cambridge.org/core/journals/international-and-comparative-law-quarterly/article/watered-down-rights-on-the-high-seas-hirsi-jamaa-and-others-v-italy-2012/1F85EBD59A8C0695AC6D37687B4517EF
CC-MAIN-2018-09
refinedweb
2,910
50.67
attachments: accessing attachment's message is very slow Bug Description [Problem] Performance processing attachments when referencing the message object really slows things down https:/ [Discussion] I love launchpadlib and use it a LOT for helping me get my work done on X.org. X.org bugs are really all about file atta...
https://bugs.launchpad.net/launchpad/+bug/424671
CC-MAIN-2019-22
refinedweb
1,221
75.4
One: - Use these steps to download and run the MsiInv tool to create a list of applications that Windows Installer thinks are installed on the computer - Open the MsiInv output file, locate the product that you are interested in removing and copy the Product Code value to your clipboard. The Product Code will be a GUID...
https://blogs.msdn.microsoft.com/astebner/2005/10/30/how-to-uninstall-an-application-when-it-does-not-appear-in-addremove-programs/
CC-MAIN-2016-44
refinedweb
1,613
74.08
Leave Comments, Critiques, and Suggestions Here? In order to compile DLL file you'll have to modify your sc.ini file, add this to sc.ini file [Environment] LIB="%@P%\..\lib" DFLAGS="-I%@P%\..\import" -version=Tango -defaultlib=tango-dmd.lib -debuglib=tango-dmd.lib tango-dmd.lib LINKCMD=%@P%\link.exe main difference is ...
http://www.dsource.org/projects/tango/wiki/TutDLL
CC-MAIN-2018-26
refinedweb
548
61.33
hi, i am trying to make an evolution package that includes support for a palm pilot. i got the PKGBUILD file from somebody else and copied it to a directory. In that directory I then executed makepkg and tried to compile it. It goes pretty smooth until it complains about the following thing: error: C compiler cannot cr...
https://bbs.archlinux.org/viewtopic.php?pid=47852
CC-MAIN-2016-22
refinedweb
272
73.17
Xodoc localization mtg notes 102707 From OLPC OLPC Doc/Localization Meeting - 10/27/07 - 11am-5pm EST This agenda is for Saturday for anyone who ends up having a thought they think should be addressed and for the dynamic agenda. if you have some questions/thoughts, please add a section at the bottom of the document and...
http://wiki.laptop.org/go/Xodoc_localization_mtg_notes_102707
CC-MAIN-2016-26
refinedweb
941
54.32
I log in with the jupyter notebook, and open two books. The script that I show below (as an example), in one of the notebooks shows me the image correctly. In the other it shows me the message "Loading BokehJS …" import numpy as np # bokeh basics from bokeh.plotting import figure from bokeh.io import show, output_noteb...
https://discourse.bokeh.org/t/the-bokeh-graph-is-not-displaying-in-jupyter-it-just-says-loading-bokehjs/6770
CC-MAIN-2020-50
refinedweb
197
69.99
Assemble messages from Akka Actors As our service grow, it comes to a point we need to interact with more than one data sources (could be db, or another service), gather responses from them, massage them into one thing and return to the user. A simple use case looks like this - We have an actor say DataGeneratorActor. ...
https://medium.com/@linda0511ny/assemble-messages-from-akka-actors-c3a7cab08a81
CC-MAIN-2019-13
refinedweb
515
52.26
. #include <iostream> #include <fstream> #include <iomanip> wchar_t const outtext[] = L"hello world"; char const BOM[] = { 0xFF, 0xFE }; size_t const insize = sizeof(outtext) + sizeof(BOM); int main() { std::ofstream out("c:/temp/myfile.txt", std::ios::binary); out.write(BOM, sizeof(BOM)); out.write((char *)outtext, si...
https://www.experts-exchange.com/questions/26611612/How-to-read-Unicode-files-in-Visual-C-Multibyte-Application.html
CC-MAIN-2018-17
refinedweb
2,551
76.11
The Java Executor Framework provides the ThreadPoolExecutor class to execute Callable and Runnable tasks with a pool of threads, which avoid you writing lots of boiler plate complex code. The way executors work is when you send a task to the executor, it’s executed as soon as possible. But there may be used cases when ...
https://howtodoinjava.com/java/multi-threading/task-scheduling-with-executors-scheduledthreadpoolexecutor-example/
CC-MAIN-2020-10
refinedweb
1,113
55.34
In my last post to this blog, I examined the ESB-jBPM integration in the SOA Platform. This time, we'll take a look at one aspect of the integration with JBoss Rules. Introduction The routing of data from one place to another is one of the most basic, and common, problems facing any networked software application. This...
https://dzone.com/articles/when-content-knows-way-content
CC-MAIN-2016-40
refinedweb
1,883
53.71
Ada encourages the division of code into separate modules called packages. Each package can contain any combination of items. Some of the benefits of using packages are: - package contents are placed in a separate namespace, preventing naming collisions, - implementation details of the package can be hidden from the pr...
http://en.m.wikibooks.org/wiki/Ada_Programming/Packages
CC-MAIN-2014-15
refinedweb
3,004
53.61
#include <FXSpring.h> Inheritance diagram for FX::FXSpring: The parameters relw (or relh) determines the length of the spring. The actual length is not really important; the only thing that counts is the relative length of one spring widget to that of another, although the length does determine the default size. The sp...
http://fox-toolkit.org/ref14/classFX_1_1FXSpring.html
CC-MAIN-2021-17
refinedweb
180
54.26
Most ordinary comments within Java code explain the implementation details of that code. By contrast, the Java language specification defines a special type of comment known as a doc comment that serves to document the API of your code. A doc comment is an ordinary multiline comment that begins with /** (instead of the...
http://books.gigatux.nl/mirror/javainanutshell/0596007736/javanut5-CHP-7-SECT-3.html
CC-MAIN-2018-43
refinedweb
3,147
54.73
Deploying Spring Boot onto Kubernetes Kubernetes is great, but flippin’ heck, it is unbelievably complicated for new developers. If you’re a developer who’s new to Kubernetes, you might be staring it in the face and thinking “how the hell do I work this thing”. Or you might be thinking “oh great, yet another step in my...
https://tomd.xyz/articles/spring-boot-kubernetes/
CC-MAIN-2019-39
refinedweb
1,062
60.14