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
What: mpexpr Where: compiling and adding mpexpr to your tcl environment sounds too much like work and you happen to be running Linux or Unix, check out Bignums Fast and Dirty. Description: Tcl 7.6/8.0 extension (adding mpexpr and mpformat) that supports multiple precision math for Tcl. Tested on Solaris and Linux and a...
http://wiki.tcl.tk/1358
CC-MAIN-2017-26
refinedweb
655
58.18
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey all, A quick addendum: Mark D. Baushke from the CVS development team suggested that ~0 might be a better value than -1 as it is more obviously positive. He also suggested that it wouldn't require the typecast, but I believe this would not be the case, as I think ((size_...
http://lists.gnu.org/archive/html/bug-gnulib/2004-03/msg00013.html
CC-MAIN-2014-15
refinedweb
292
66.03
Implements logging facilities. Dprovides a standard interface for logging. The easiest way to create a log message is to write: import std.experimental.logger; void main() { log("Hello World"); }This will print a message to the stderrdevice.is created. Individual Loggerand the global log functions share commonly named ...
https://docs.w3cub.com/d/std_experimental_logger
CC-MAIN-2021-10
refinedweb
607
51.24
Stack-like allocator. This allocator allocates single elements of POD type from a stack-like pool. The allocator is intentionally not thread safe and is intended to be used in multi-threaded applications where each thread is allocating and freeing elements in a stack-like order from its own allocator. Definition at lin...
http://rosecompiler.org/ROSE_HTML_Reference/classSawyer_1_1StackAllocator.html
CC-MAIN-2019-43
refinedweb
243
50.63
Badger::Class::Method - metaprogramming module for adding methods to a class package My::Module; # using the module directly use Badger::Class::Methods accessors => 'foo bar', mutators => 'wiz bang'; # or via Badger::Class use Badger::Class accessors => 'foo bar', mutators => 'wiz bang'; This module can be used to gene...
http://search.cpan.org/~abw/Badger-0.09/lib/Badger/Class/Methods.pm
CC-MAIN-2015-14
refinedweb
1,539
59.74
W3C's SOAP provides a way to package messages or requests in XML envelopes. SOAP is a W3C framework or protocol for the exchange of information between "peers in a decentralized, distributed environment" (). SOAP is managed by the W3C's XML Protocol Working Group (). Originally, SOAP was an acronym for Simple Object Ac...
https://etutorials.org/XML/xml+hacks/Chapter+4.+XML+Vocabularies/Hack+63+Create+a+SOAP+1.2+Document/
CC-MAIN-2021-31
refinedweb
666
55.74
current position:Home>Opencv skills | saving pictures in common formats as transparent background pictures (with Python source code) - teach you to easily make logo Opencv skills | saving pictures in common formats as transparent background pictures (with Python source code) - teach you to easily make logo 2021-08-23 0...
https://en.pythonmana.com/2021/08/20210823044803156v.html
CC-MAIN-2022-27
refinedweb
560
52.09
TextInput in qml: How to detect that user has completed typing - Nelson_Piquet I am new to Qt & QML. I am using QtQuick 2.4. I have TextInputitem with a signal defined in a qmlfile like below: import QtQuick 2.4 TextInput { text: "Text" cursorVisible: true signal qmlSignal(string msg) } I also have a slot tied to the q...
https://forum.qt.io/topic/72764/textinput-in-qml-how-to-detect-that-user-has-completed-typing
CC-MAIN-2018-51
refinedweb
149
58.38
Single Round Match 736 Editorials Div2 Easy: A0Paper In this task, there are many possible solutions. One of them simply greedily combines as many A(i+1) papers into A(i) as possible, for i decreasing. If there are any A0 papers after the process, the answer is clearly “Possible”, otherwise it is “Impossible”. This sol...
https://www.topcoder.com/blog/single-round-match-736-editorials/
CC-MAIN-2019-39
refinedweb
2,079
66.98
NAME setfib -- set the default FIB (routing table) for the calling process. LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <sys/socket.h> int setfib(int fib); DESCRIPTION The setfib() system call sets the associated fib for all sockets opened subsequent to the call, to be that of the argument fib. The fib arg...
http://manpages.ubuntu.com/manpages/oneiric/man2/setfib.2freebsd.html
CC-MAIN-2014-41
refinedweb
207
51.18
This forum is closed. Thank you for your contributions. i use C#. and also, how do i get an image to be downloaded from mysql database at runtime upon request. here is a bit of my declaration code and conditional construct code byte [] f = (byte[])(read["Passport"]); // this reads d byte data from the column passport i...
https://social.microsoft.com/Forums/en-US/3d56bacd-1770-4ecd-916b-7b95a0581d72/how-to-display-images-at-runtime-in-a-web-appplication?forum=whatforum
CC-MAIN-2021-39
refinedweb
161
61.53
Investors in Genuine Parts Co. (Symbol: GPC) saw new options begin trading today, for the November GPC options chain for the new November 20th GPC, that could represent an attractive alternative to paying $53.53/share today. Because the $45.05% annualized — at Stock Options Channel we call this the YieldBoost. Below is...
https://www.nasdaq.com/articles/gpc-november-20th-options-begin-trading-2020-03-23
CC-MAIN-2020-16
refinedweb
300
65.52
- Enable. Social Connected requires Sitecore 6.5 or above. The DMS module is optional, but greatly extends its functionality. In my testing I have found usability bugs when using DMS 2.0.0, so I recommend DMS 2.0.1, which is available with Sitecore 6.5 build 4 and above. The module is installed as a Sitecore package, a...
http://www.dansolovay.com/2012/09/a-look-at-sitecore-social-connected.html
CC-MAIN-2018-34
refinedweb
3,152
54.42
Odoo Help Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps: CRM | e-Commerce | Accounting | Inventory | PoS | Project management | MRP | etc. fields_view_get not working as expected I am using the fields_view_get function to change certain properties of the form. However...
https://www.odoo.com/forum/help-1/question/fields-view-get-not-working-as-expected-71139
CC-MAIN-2017-09
refinedweb
349
73.68
Hi all, I am a newbie with using the Blynk app in conjunction with the Arduino IDE. The context of my question is based around the blynk app and the ESP8266 based Wemos D1 Mini board. I am trying to control the board’s digital pin D2’s state using virtual pin V5 using the Button widget (button used in switch mode) in t...
https://community.blynk.cc/t/problem-with-blynk-apps-virtual-pin-trying-to-control-a-digital-pin-in-arduino-ide/40030
CC-MAIN-2019-39
refinedweb
560
78.35
by Dan Ruta Using WebGL shaders in WebAssembly? Setting up We’ll very briefly go through setting up an example project, then we’ll look at how an image can be loaded as a texture. Then, in a separate context, we’ll apply an edge detection GLSL shader to the image. All the code is in a repo here, if you’d prefer to jump...
https://www.freecodecamp.org/news/how-to-use-webgl-shaders-in-webassembly-1e6c5effc813/
CC-MAIN-2021-49
refinedweb
1,238
59.23
You know that feeling of driving away from your house almost getting to work and saying “Now Did close the garage door?” . I hate that feeling and seeked out to resolve it in the smiplest/cheapest way I could. The starting point was of course Arduino. This project ended up being simpler than I could of imagined but it ...
https://duino4projects.com/twitter-garage-door-using-the-ge-choice-alert-system-arduino/
CC-MAIN-2021-39
refinedweb
649
71.95
This preview shows pages 1–2. Sign up to view the full content. Terms: Scope local scope: a name declared within a block is accessible only within that block and blocks enclosed by it, and only after the point of declaration. global scope: is the outmost namespace scope of a program, in which objects, functions, types,...
https://www.coursehero.com/file/6129388/Exam-2-Study-Guide/
CC-MAIN-2017-17
refinedweb
262
60.04
When you have an outer and an inner loop, how do you continue the outer loop from a condition inside the inner loop? Consider the following code: for i in range(10): for j in range(9): if i <= j: # break out of inner loop # continue outer loop print(i,j) # don't print unless inner loop completes, # e.g. outer loop is n...
https://bbengfort.github.io/2018/05/continuing-outer-loops-for-else/
CC-MAIN-2021-17
refinedweb
522
62.82
My Code : class c: def __init__(self, format): self.format = format def process(self, formatting=self.format) print formatting Error name 'self' is not defined c("abc").process() # prints "abc" c("abc").process("xyz") # prints "xyz" You can't really define this as the default value, since the default value is set befor...
https://codedump.io/share/a3s3l3gMHN1s/1/python--how-to-pass-default-argument-to-instance-method-with-an-instance-variable
CC-MAIN-2021-21
refinedweb
175
69.58
Anton Pevtsov wrote: > The attached file contains the updated version of the test for > 21.string.capacity. > I modified the code and pass the tested string length to the widen > function and basic_string ctor to avoid the bug with strings containing > embedded NULs. Okay. There still are a small number of improvements...
http://mail-archives.apache.org/mod_mbox/stdcxx-dev/200603.mbox/%3C440CC235.7040901@roguewave.com%3E
CC-MAIN-2019-09
refinedweb
402
68.4
I'm transferring Matlab's imresize imresize imresize from scipy.misc import imresize import numpy as np dtest = np.array(([1,2,3],[4,5,6],[7,8,9])) scale = 1.4 dim = imresize(dtest,1/scale) imresize dtest = [1,2,3; 4,5,6; 7,8,9]; scale = 1.4; dim = imresize(dtest,1/scale); The scipy.misc.imresize function is a bit odd ...
https://codedump.io/share/xw6TsW7PMzUE/1/how-to-use-matlab39s-imresize-in-python
CC-MAIN-2017-43
refinedweb
602
73.27
A clone of pdb, fast and with the remote debugging and attach features. Features -. pdb-clone runs the same source code on all the supported versions of Python, which are: - Python 3: from version 3.2 onward. - Python 2: version 2.7. See also the the project home page. Report bugs to the issue tracker. Usage Invoke pdb...
https://pypi.org/project/pdb-clone/
CC-MAIN-2017-26
refinedweb
115
76.22
No products For Pan and/or Tilt movement, following API's are provided by Pi-Pan library: do_tilt(y) Tilt the Pi-Pan head to 'y' position. Parameters: y: the tilt position of Pi-Pan ranging from 80 to 220, where - 80 = looking down - 220 = looking up - 150 = straight ahead (neutral position) do_pan(x) Pan the Pi-Pan he...
http://www.mindsensors.com/content/29-pi-pan-python-programming-reference
CC-MAIN-2021-21
refinedweb
403
67.86
When raw, gold is yellow and bright in color. Shade it from the sun, its brightness remains the same. It is one of the most beautiful metals in the world. A good conductor of electricity. It doesn’t rust. You can pound it, shape it to different forms, and yet it doesn’t break. That’s how I see Python. Python is gold. T...
https://plainenglish.io/blog/how-to-track-phone-number-location-with-python
CC-MAIN-2022-40
refinedweb
770
79.46
We begin by importing some helper functions from helper import * Now, let's get the data from the [List of helicopter prison escapes] () Wikipedia Article. url = str('') data = data_from_url(url) Let' print the first three rows print(data[:3]) [['August 19, 1971', 'Santa Martha Acatitla', 'Mexico', 'Yes', 'Joel David K...
https://nbviewer.org/urls/community.dataquest.io/uploads/short-url/y0EvjbGfZqjabCw28DNDDtUdx4W.ipynb
CC-MAIN-2022-40
refinedweb
857
53.17
I'm very happy with the progress of this right now! - Last week was my first SPI project! - This week is my first I2C project! - I can't tell you how happy I am that both are working side by side. - I think I bricked a Teensy! - Check out the fast I2C mouse action in the videos! (Turn the sound off – annoying fan noise...
https://hackaday.io/project/2872-driverless-mouse-and-keyboard-sharing/log/20789-i2c-challenge/discussion-30740
CC-MAIN-2022-27
refinedweb
871
76.82
java.lang.Object java.io.Readerjava.io.Reader oracle.adfnmc.java.io.BufferedReaderoracle.adfnmc.java.io.BufferedReader oracle.adfnmc.java.io.LineNumberReaderoracle.adfnmc.java.io.LineNumberReader public class LineNumberReader LineNumberReader is a buffered character input reader which counts line numbers as data is bei...
http://docs.oracle.com/cd/E21764_01/apirefs.1111/e17503/oracle/adfnmc/java/io/LineNumberReader.html
CC-MAIN-2014-23
refinedweb
556
52.15
Technical Articles Building a Covid-19 Chatbot powered by SAP BTP (Part 2/4): Accelerating Data Transformation and Governance with SAP Data Intelligence Introduction This article is the second of a four-part blog post series by Sebastian Schuermann and me. We met in the 2021 Career Starter Program and together we took ...
https://blogs.sap.com/2021/10/18/building-a-covid-19-chatbot-powered-by-sap-btp-part-2-4-accelerating-data-transformation-and-governance-with-sap-data-intelligence/
CC-MAIN-2022-33
refinedweb
3,309
50.46
Oggetti FeaturePython Contents Introduction FeaturePython objects (also often referred to as 'Scripted Objects') provide users the ability to extend FreeCAD's with objects that integrate seamlessly into the FreeCAD framework. This encourages: - Rapid prototyping of new objects and tools with custom Python classes. - Se...
https://www.freecadweb.org/wiki/index.php?title=FeaturePython_Objects/it&oldid=510681
CC-MAIN-2019-47
refinedweb
2,122
65.01
This page shows how to configure the DNS settings for a domain using Cloud DNS and Cloud Tools for PowerShell. It walks through a simple example of creating a managed zone to govern a domain and its subdomains, and then adding resource records to the zone to provide information that determines the behavior of the DNS s...
https://cloud.google.com/tools/powershell/docs/dns
CC-MAIN-2019-22
refinedweb
1,290
53.55
Welcome back to the final part of our Vue with GraphQL series. Continuing from the GraphQL server we’ve built in Part 2 of this series, we are going to focus on the client-side of the equation. In particular, we’ll create a Vue app as a separate project, and use Apollo client to connect it to our API server for data. P...
https://www.vuemastery.com/blog/part-3-client-side-graphql-with-vuejs/
CC-MAIN-2022-33
refinedweb
2,047
58.69
Would it be possible for someone to evaluate an assignment that I completed? I had to write two classes and I want to see what I need to work on and stuff like that. If so, I will post the code after someone says they will. Would it be possible for someone to evaluate an assignment that I completed? I had to write two ...
http://www.javaprogrammingforums.com/%20java-theory-questions/4108-grading-printingthethread.html
CC-MAIN-2018-09
refinedweb
910
72.36
What Is XQuery October 16, 2002. An Expression Language. Here is a conditional expression that evaluates to a string: if (3 < 4) then "yes!" else "no!" You can define local variable definitions using a let-expression: let $x := 5 let $y := 6 return 10*$x+$y Primitive Data Types The primitives data types in XQuery are t...
https://www.xml.com/pub/a/2002/10/16/xquery.html
CC-MAIN-2018-05
refinedweb
844
56.45
Gazebo spawn_model hangs (wrong ros namespace) [closed] Hello I have a problem with Gazebo. When I try to launch the model of a robot, I get the following message: loading xml from ros parameter model, but I never get to see the robot in the simulator. The funny thing is that yesterday it loaded the model correctly. Al...
https://answers.ros.org/question/40587/gazebo-spawn_model-hangs-wrong-ros-namespace/
CC-MAIN-2019-43
refinedweb
198
67.04
Recent Notes Displaying keyword search results 101 - 110 By default, heights for jQuery UI tab panels expand or contract depending on the height of each tab. The code snippet here sets the height of all tabs to be equal to that of the container. <!DOCTYPE html> <html> <head> <title>jQu... This is a bare bones, no frill...
http://www.xinotes.net/notes/keywords/length/p,11/
CC-MAIN-2014-10
refinedweb
252
54.66
Opened 5 years ago Closed 5 years ago #17728 closed Bug (fixed) Filtering of annotated querysets broken with timezone-aware datetimes Description There appears to be a regression with timezone-aware datetimes that causes them to not match "exact" queries properly when added as an annotation. This is easiest explained w...
https://code.djangoproject.com/ticket/17728
CC-MAIN-2017-09
refinedweb
1,820
58.79
brooksuk I've updated the plugin to be a bit more powerful. I believe the issue you were having with alignment is that the plugin was intended for aligning things like equal signs in the middle of lines, do it always inserted spaces. The way that sublime measures columns of characters, only a single space would have be...
https://forum.sublimetext.com/t/multi-selection-alignment/1749/5
CC-MAIN-2017-09
refinedweb
406
72.76
The ILDSAM tool parses any .NET Framework EXE/DLL Module and shows the information in a human-readeble format I am writing my first paper on C# technologies. So I started to make search on net what topic papers are available on various sites of C#. I found the programmers and developers have presented almost all topics...
https://www.c-sharpcorner.com/article/vs-net-tools-intermediate-language-disassembler-ildam/
CC-MAIN-2020-29
refinedweb
301
61.22
I am trying to wrap my noodle around the whole pointer concept here. I want call the function fun1 with a pointer. What syntax do I use? What I doing wrong? I get this error when I try to compile Code:boohoo.cpp: IN function 'int main(int, char**)': boohoo.cpp 21: error: expected primary-expression before ')' token any...
https://cboard.cprogramming.com/cplusplus-programming/83654-calling-function-pointer-struct.html
CC-MAIN-2017-47
refinedweb
104
74.9
02 January 2009 19:22 [Source: ICIS news] TORONTO (ICIS news)--JP Morgan on Friday cut its target price and 2009 earnings estimate for Dow Chemical because of pressure in the company’s basic plastics segment. The bank cut the target for Dow’s shares by $5 to $15 and it reduced the earnings per share (EPS) estimate by 5...
http://www.icis.com/Articles/2009/01/02/9181222/jp-morgan-cuts-dow-chemical-targets-on-tough-2009-outlook.html
CC-MAIN-2015-22
refinedweb
271
59.94
Draft Arc Description The Arc tool creates a circular arc in the current work plane by entering four points, the center, a point that defines the radius, the first end point and the second end point, or by picking tangents, or any combination of those. It uses the Draft Linestyle set on the Draft Tray. This tool works ...
https://wiki.freecadweb.org/index.php?title=Draft_Arc&oldid=509130
CC-MAIN-2020-45
refinedweb
654
72.97
Editor's note: Last week's sample recipes from ActionScript Cookbook covered using a unique depth when creating a new movie clip, performing actions at set intervals, and more. This week we conclude this series with recipes on pausing and resuming a sound, saving a local shared object, and searching XML. Just a samplin...
http://oreillynet.com/lpt/a/4251
CC-MAIN-2014-10
refinedweb
1,778
63.7
NUMA, binding, and OpenMP By Darryl Gove on Mar 31, 2009 One of my colleagues did an excellent bit of analysis recently, it pulls together a fair number of related topics, so I hope you'll find it interesting..) So most systems with more than one CPU will see some element of NUMA. Solaris has contained some memory plac...
https://blogs.oracle.com/d/tags/mpo
CC-MAIN-2014-10
refinedweb
287
53.81
Well, as you may guess, I've got all of them too, so, maybe someone else could give it a try ? -Fred -----Message d'origine----- From: christofer.dutz@c-ware.de Sent: Saturday, July 13, 2013 3:54 PM To: dev@flex.apache.org Subject: AW: AW: Trying to mavenize project flex-asjs with IntelliJ fails Would be cool if you co...
http://mail-archives.apache.org/mod_mbox/flex-dev/201307.mbox/%3CDUB118-DS3A1B4D262353FC62F9F0FB4650@phx.gbl%3E
CC-MAIN-2018-13
refinedweb
963
60.31
I know what you are think i find slow spots and in turn it turns out to be me. I hope this will turn out the same way. Currently it can take up 50% of my python “App” time - that is not good most of the other tasks did take up more time but i have significantly cleaned them up. So lets cut to the point first is a pytho...
https://discourse.panda3d.org/t/openal-sound-system-is-slow/3531
CC-MAIN-2022-27
refinedweb
468
57.06
Your Account ActionScript is the internal programming language that Flash designers and developers use to add interactivity to projects. Sometimes a linear progression through the Timeline with animations that never vary is not enough. ActionScript can add variety, randomness, and user input and control to the mix.. In...
http://archive.oreilly.com/pub/a/flash/excerpts/flash-learning-cs4/actionscript-basics.html
CC-MAIN-2015-27
refinedweb
18,166
62.07
HTML::String::TT - HTML string auto-escaping for Template Toolkit my $tt = HTML::String::TT->new(\%normal_tt_args); or, if you're using Catalyst::View::TT: use HTML::String::TT; # needs to be loaded before TT to work __PACKAGE__->config( CLASS => 'HTML::String::TT', ); Then, in your template - <h1> [% title %] <-- this...
http://search.cpan.org/~mstrout/HTML-String-1.000006/lib/HTML/String/TT.pm
CC-MAIN-2016-30
refinedweb
364
64.64
This article is based on Free Code Camp Basic Algorithm Scripting “Reverse a String” Reversing a string is one of the most frequently asked JavaScript question in the technical round of interview. Interviewers may ask you to write different ways to reverse a string, or they may ask you to reverse a string without using...
https://www.freecodecamp.org/news/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb/
CC-MAIN-2020-05
refinedweb
1,013
53.21
How Lino applications use setup.py¶ This document describes our trick for keeping the metadata about a Python package in a single place. It does not depend on Lino and we recommend it for any Python project which contains a package. The classical layout is to store the setup information directly in the setup.py file of...
https://lino-framework.org/dev/setup.html
CC-MAIN-2020-05
refinedweb
488
69.99
Drawing attractive figures is important. When making figures for yourself, as you explore a dataset, it’s nice to have plots that are pleasant to look at. Visualizations are also central to communicating quantitative insights to an audience, and in that setting it’s even more necessary to have figures that catch the at...
http://seaborn.pydata.org/tutorial/aesthetics.html
CC-MAIN-2018-09
refinedweb
752
65.01
Tutorial - Getting Started with the Innovation Station Contents - What a you need? - What is an Innovation Station? - Why the Desktop NanoBoard? - Capturing the FPGA Design - Creating the FPGA Project - Adding the Schematic and OpenBus Source Documents - Defining the OpenBus System - Placing OpenBus Components - Connec...
https://techdocs.altium.com/display/ADOH/Tutorial+-+Getting+Started+with+the+Innovation+Station
CC-MAIN-2019-13
refinedweb
9,882
51.38
Go to: Synopsis. Return value. Keywords. Related. Flags. Python examples. timer([endTimer=boolean], [lapTime=boolean], [name=string], [startTimer=boolean]) Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis. timer is NOT undoable, NOT queryable, and N...
http://download.autodesk.com/global/docs/maya2014/en_us/CommandsPython/timer.html
CC-MAIN-2019-13
refinedweb
234
69.28
As a Backend Engineer or Data Scientist, there are times when you need to improve the speed of your program assuming that you have used the right data structures and algorithms. One way to do this is to take advantage of the benefit of using Muiltithreading or Multiprocessing. In this post, I won't be going into detail...
https://dev.to/mojemoron/a-beginners-guide-to-multithreading-and-multiprocessing-in-python-part-1-n6h
CC-MAIN-2022-21
refinedweb
698
66.23
Swing Section Index If I want to manually size my icon for the system tray, how do I find out the correct size for the platform? The getTrayIconSize() method of SystemTray will return the appropriate Dimension for the icon. This allows you to either pick the most appropriate size from available icons or generate an ico...
http://www.jguru.com/forums_index.php/faq/client-side-development/swing
CC-MAIN-2018-13
refinedweb
376
56.76
08 February 2012 07:28 [Source: ICIS news] SINGAPORE (ICIS)--Finnish chemicals firm Kemira reported on Wednesday a 50.6% year-on-year increase in its net profit to €37.8m ($50.4m) in the fourth quarter of last year, despite a surge in raw materials prices. The firm’s revenues slipped by 0.6% year on year to €543.3m, wh...
http://www.icis.com/Articles/2012/02/08/9530297/finlands-kemira-q4-net-profit-surges-50.6-to-37.8m.html
CC-MAIN-2014-15
refinedweb
231
69.89
> > ...I sent out a note a while ago now trying to scare up > > some ideas on how to vet the current list of 2.6 proposals > > and get to a final "plan". I didn't get much (any?) response :( > > > > I am, as the author of the dtml-set tag, of course willing to > commit to the > implementation of this tag for 2.6 > > Ho...
https://www.mail-archive.com/zope-dev@zope.org/msg10212.html
CC-MAIN-2017-04
refinedweb
184
72.56
Attendees - Present - +1.617.715.aaaa, dbs, DaveReynolds, aisaac, +1.510.435.aabb, Workshop_room, +1.510.435.aacc, +1.510.435.aadd, +1.510.435.aaee, kcoyle - Chair - Arnaud Le Hors and Harold Solbrig - Scribe - sandro, arthur Contents - Topics - Introductions - State of the Art - Presentation from Mark Harrison (U Camb...
http://www.w3.org/2013/09/10-rdfval-minutes
CC-MAIN-2014-10
refinedweb
2,926
55.74
Greetings, I want to prompt the user to enter todays date in format of dd/mm/yyyy First they enter the day (dd) i.e. 1 - 31 into integer variable dd The validation routine is as follows:- - Is the day value EMPTY i.e. they hit the ENTER KEY then re-prompt for day value. - Is the day value an integer, if not then re-pro...
https://cboard.cprogramming.com/cplusplus-programming/115693-newbie-validation-integer-when-enter-key-has-been-pressed.html
CC-MAIN-2017-26
refinedweb
383
69.72
Hello, In IntelliJ, when you copy a .java class file from ClassA.java to ClassB.java, the name of the class in the file ClassB.java is automatically changed to ClassB. I would expect the same behavior in PhpStorm as it does not make sense to have 2 classes with the same name, at least not in the same namespace. But whe...
https://intellij-support.jetbrains.com/hc/en-us/community/posts/206320759-Copy-class-issue
CC-MAIN-2020-24
refinedweb
459
71.75
I may have a silly question. I tried to directly use "say" function of perl without declaring "use v5.1x". What should I do to achive this? Why the "say" function cannot be directly used? my perl is: This is perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-li +nux-gnu-thread-multi [download] Thanks. The say ...
http://www.perlmonks.org/?node_id=1097147
CC-MAIN-2017-47
refinedweb
225
68.47
Red Hat Bugzilla – Full Text Bug Listing Some uses of chroot, such as building packages for different releases, clash with SELinux as they may need to use different security policies to what is available on the host system. See discussion at: There has been some internal SELinux project discussion on the issue of allow...
https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=430075
CC-MAIN-2017-13
refinedweb
215
60.14
Multiple colons in namespace names? Discussion in 'XML' started by Grant Robertson, Jan 13, 2007. Want to reply to this thread or ask your own question?It takes just 2 minutes to sign up (and it's free!). Just click the sign up button to choose a username and then you can ask your own questions on the forum. - Similar ...
http://www.thecodingforums.com/threads/multiple-colons-in-namespace-names.392721/
CC-MAIN-2016-07
refinedweb
155
79.6
Compiler Error C2440 Error Message'conversion' : cannot convert from 'type1' to 'type2' The compiler cannot cast from 'type1' to 'type2'. C2440 can occur as the result of conformance and update work that was done in the Standard C++ Library. See Standard C++ Library Changes: Visual C++ .NET 2003 and Library Changes in ...
http://msdn.microsoft.com/en-us/library/sy5tsf8z(v=VS.80).aspx
CC-MAIN-2014-15
refinedweb
608
52.19
For people new to DirectX development, MSDN. Ideally, I'd like a Win32 desktop project template that looks similar to the other C++ DirectX templates as a common starting point for some tutorials and other explanatory posts. And so, here it is! This is a Visual Studio extension for VS 2013 Pro, VS 2013 Premium, VS 2013...
https://blogs.msdn.microsoft.com/chuckw/2015/01/06/direct3d-win32-game-visual-studio-template/
CC-MAIN-2017-34
refinedweb
1,865
58.69
Writing Conversion Methods in Rails As developers, we're occasionally tasked with maintaining software that we weren't directly involved in crafting. We don't have extensive knowledge of the domain, yet we can read the code, (hopefully) understand what's there, and modify it. We'll even attempt to improve the applicati...
https://www.viget.com/articles/writing-conversion-methods-in-rails/
CC-MAIN-2019-09
refinedweb
521
73.37
. Welcome back. I’m experiencing DataValve, which mixing with Seam-3.1.0.CR1 and PrimeFaces-3.0.RC1 in GlassFish-3.1.2.b13. I have some ideas: 1. To make doUpdate() abstract in AbstractEntityHome. then we can implement doUpdate() in JpaEntityHome. public class JpaEntityHome extends AbstractEntityHome { @Override protec...
http://www.andygibson.net/blog/quickbyte/more-time-saved-by-unit-tests/
CC-MAIN-2019-09
refinedweb
275
64.1
dm.zdoc 2.0 pydoc based documentation for Zope dm.zdoc Tiny wrapper around pydoc to make it usable for Zope. Note: Python versions below 2.6 lack good support for namespace packages in pydoc. While Zope itself does not use namespace packages before version 2.12 (which uses Python 2.6), important Zope applications (such...
https://pypi.python.org/pypi/dm.zdoc/
CC-MAIN-2015-40
refinedweb
273
59.09
A Publisher's Journey Into His Former Life When I first heard about lambdas, I was highly skeptical primarily because I haven't seen or thought about these things since my computer science classes in college. If you need further evidence for my general skepticism, please see the definition of lambda expressions on Wiki...
http://blogs.msdn.com/howard_dierking/archive/2007/01/18/lambda-lambda-lambda.aspx
crawl-001
refinedweb
1,586
65.62
I'm trying to create an array of empty string vectors, but I can't manage to initialize the vectors to be able to push values into them: vector <string> v[500]; // vector initializing code v[0].push_back("hello"); // should work now 'v' does not name a type As pointed in all the comments on your question, your error oc...
https://codedump.io/share/IJSNZik0fxKB/1/initializing-an-array-of-empty-vectors
CC-MAIN-2017-04
refinedweb
124
72.46
This is a question on my homework, can anyone help me understand what it saying ? Thanks "Suppose that you have an ArrayList and that it contains String objects. Which declaration of the ArrayList... This is a question on my homework, can anyone help me understand what it saying ? Thanks "Suppose that you have an Array...
http://www.javaprogrammingforums.com/search.php?s=62cf4581d280d2dd426b330f8672a6b9&searchid=2052715
CC-MAIN-2016-07
refinedweb
715
84.07
From: "Samuele Pedroni" pedronis@bluewin.ch From: ? maybe the question was unclear, but it was serious, what I was asking is whether some restricted code can do: try: deliberate code to force exception except Exception,e: ... so that e is caught unproxied. Looking at zope/security/_proxy.c it seems this can be the case...
https://mail.python.org/archives/list/python-dev@python.org/message/LALCVVGYHRE3KO4CMZYK3YYLVWOAXSRR/
CC-MAIN-2021-21
refinedweb
154
58.99
This is the last article looks at techniques for customizing the NoSpamEmailHyperlink to make it unique for any given page without downloading and editing the code directly, making it difficult to incorporate any future improvements to the base control. NoSpamEmailHyperlink It assumes at least a basic knowledge of C# a...
http://www.codeproject.com/Articles/5200/NoSpamEmailHyperlink-6-Customization?fid=24627&df=10000&mpp=10&sort=Position&spc=None&tid=1078729
CC-MAIN-2016-18
refinedweb
1,642
50.94
Web Scraping: Introduction and Best Reverse Engineering to Collect Data Introduction : The First Step of Web Scraping is sent a request to the server. This is the most important step for scraping of any website. Different backgrounds of people in terms of coding skills, use different programming languages to send a req...
https://www.worthwebscraping.com/web-scraping-request-basic/
CC-MAIN-2021-43
refinedweb
1,163
71.04
User Details - User Since - Jan 2 2013, 4:34 PM (314 w, 6 d) Yesterday Looks good to me with a minor comment fix. Let's wait for @efriedma to approve the new name before we commit to it, though. Non gmock changes look good. I can't compile the example you gave yet because I haven't applied your patches locally, but thi...
https://reviews.llvm.org/p/rnk/
CC-MAIN-2019-04
refinedweb
1,074
71.24
Important: Please read the Qt Code of Conduct - keyPressEvent(QKeyEvent* event) not triggering - U7Development last edited by U7Development Hi!. keyPressEvent works as espected if it is inside a QDialog form class. But i wanted to create a separated custom class debug.hpp to handle it.. #ifndef DEBUG_HPP #define DEBUG_...
https://forum.qt.io/topic/124270/keypressevent-qkeyevent-event-not-triggering/3
CC-MAIN-2021-49
refinedweb
500
58.18
Web, etc). The ASPX application consumes this data through the Requestobject. During a code review exercise, look for this object's usage. These are the important entry points to the application in the case study. It is possible to grab certain key patterns in the submitted data using regular expressions from multiple ...
http://www.oreillynet.com/lpt/a/6778
CC-MAIN-2014-15
refinedweb
644
52.46
1.4 Control Structures Statements execute sequentially: The first statement in a function is executed first, followed by the second, and so on. Of course, few programs—including the one we'll need to write to solve our bookstore problem—can be written using only sequential execution. Instead, programming languages prov...
http://www.informit.com/articles/article.aspx?p=384462&seqNum=4
CC-MAIN-2019-04
refinedweb
949
66.88
I thought today I would whip up a quick post regarding Jupyter Notebooks and how to download, install and use various “addons” that I like using and find more than just a little bit useful. Among other things I’ll show how to use the “jupyter-themes” module to change and manipulate the basic theme and styling of the ov...
https://www.pythonforfinance.net/2019/07/07/jupyter-notebook-python-extensions-themes-and-addons/?utm_source=rss&utm_medium=rss&utm_campaign=jupyter-notebook-python-extensions-themes-and-addons
CC-MAIN-2020-10
refinedweb
1,672
65.05
Let. Let. I spent my last column giving an overview of the role signals play in the Linux system-call API and explaining the different ways signals could be handled by the kernel. Now that the background information is out of the way, I’ll describe how to make use of signals in Linux applications. I’m going to describe...
http://www.linux-mag.com/id/407
crawl-002
refinedweb
2,348
60.55
Getting started The C# code generated by Thrift uses the Thrift namespace. To be able to use the code generated by Thrift you need to reference Thrift.dll in your project to gain access to the Thrift namespace. This is required for the Thrift generated C# code to compile. Building Thrift.dll using Visual Studio If you ...
http://wiki.apache.org/thrift/ThriftUsageCSharp
CC-MAIN-2016-30
refinedweb
164
60.11
This dataset was produced as part of the Crop Type Detection competition at the Computer Vision for Agriculture (CV4A) Workshop at the ICLR 2020 conference. The objective of the competition was to create a machine learning model to classify fields by crop type from images collected during the growing season by the Sent...
https://mlhub.earth/data/ref_african_crops_kenya_02
CC-MAIN-2022-40
refinedweb
360
52.19
I am unable to play "protected" flash video, such as Amazon Prime Instant Video. From what I've read and uncovered, this seems to be due to a lack of HAL being installed on my computer. Confirmation that it is required for protected video can be seen towards the beginning of However, hal is not in the gentoo portage tr...
http://superuser.com/questions/415238/protected-flash-video-requires-hal-on-gentoo
CC-MAIN-2016-30
refinedweb
418
75.4
Sunsetting so excited to show you all of the great things about our latest API: API v4. We’re confident that once you get started using it, you’ll see how easy API v4 makes managing your CloudFlare settings. (For those of you who are curious where CloudFlare’s API v2 and v3 went, they ran away with IPv5 and PHP 6.) If ...
https://blog.cloudflare.com/sunsetting-api-v1-in-favor-of-cloudflares-current-client-api-api-v4/
CC-MAIN-2018-22
refinedweb
633
73.37
Corporate Finance For Dummies, 2nd EditionExplore Book Buy On Amazon The simplest rate of return to calculate is the accounting rate of return (ARR). This is a very fundamental calculation to determine how much value an investment generates for the corporation and its owners, the stockholders. It requires only two piec...
https://www.dummies.com/article/business-careers-money/business/accounting/general-accounting/how-to-calculate-the-accounting-rate-of-return-169219/
CC-MAIN-2022-21
refinedweb
637
58.01
How to show texts on views Hi, i'm trying put some texts and forms in a view on Openstack Horizon Dashboard, so , i was trying do it using the method rende_to_response from django.shortcuts on python code and the view don't show nothing . my code is this. from django import http from django.utils.translation import uge...
https://ask.openstack.org/en/question/1992/how-to-show-texts-on-views/?answer=2131
CC-MAIN-2020-29
refinedweb
211
70.5
1440/how-can-i-compare-the-content-of-two-files-in-python You can use the exponentiation operator or ...READ MORE While making POST requests how can we ...READ MORE When I am using os.listdir I am ...READ MORE Hi @Mike. First, read both the csv ...READ MORE down voteacceptedFor windows: you could use winsound.SND_ASYNC...
https://www.edureka.co/community/1440/how-can-i-compare-the-content-of-two-files-in-python?show=1443
CC-MAIN-2019-35
refinedweb
111
73.54
Overview Atlassian SourceTree is a free Git and Mercurial client for Windows. Atlassian SourceTree is a free Git and Mercurial client for Mac. dnlib is a library that can read, write and create .NET assemblies and modules. It was written for de4dot which must have a rock solid assembly reader and writer library since i...
https://bitbucket.org/manojdjoshi/dnlib
CC-MAIN-2016-40
refinedweb
2,440
53.37
OK, I'm feeling really dumb right now on a C program I'm working on. I'm getting a segfault that I assume is due to an int array I am creating. I say "i assume" because when I comment out that line of code, the segfaults go away. The code is multi-threaded using pthreads, and I change the number of threads by a #define...
http://cboard.cprogramming.com/c-programming/137388-pthreads-seg-fault-woes.html
CC-MAIN-2014-23
refinedweb
252
51.78
48984/python-code-to-send-an-email-with-an-attachment Hi @Vipul, try out this code. I've given the explanation through the comments. import smtplib from email.mime.multipart import MIMEMultipart from email.mime.text import MIMEText from email.mime.base import MIMEBase from email import encoders from = "sender email add...
https://www.edureka.co/community/48984/python-code-to-send-an-email-with-an-attachment
CC-MAIN-2021-43
refinedweb
273
60.51
The following form allows you to view linux man pages. #include <stdio.h> size_t fread(void *ptr, size_t size, size_t nmemb, FILE *stream); size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream); The function fread() reads nmemb elements of data, each size bytes long, from the stream pointed to by stre...
http://www.linuxguruz.com/man-pages/fread/
CC-MAIN-2018-26
refinedweb
113
68.1
Message-ID: <507414956.83404.1397646126260.JavaMail.haus-conf@codehaus02.managed.contegix.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_83403_390072442.1397646126260" ------=_Part_83403_390072442.1397646126260 Content-Type: text/html; charset=UTF-8 Conten...
http://docs.codehaus.org/exportword?pageId=24576222
CC-MAIN-2014-15
refinedweb
1,674
58.79
: The program that executes may need command line arguments. I am fine with writing a wrapper to do this, but does that create an insecurity? e.g. If the command is "/usr/local/bin/myapp --mode=search", and I write a script like: Yes....use a public/private key pair. On the authorized_key file, if you do your research...
http://superuser.com/questions/748206/linux-create-a-public-ssh-account-that-executes-a-specific-binary-and-then-cl
CC-MAIN-2015-40
refinedweb
418
65.22
Hi there, Hope somebody could help me. Following is the issue. I have a VB code that checks the date in an *.mdb file, comparing system date with expiration date contained in the same *.mdb. Indeed the current data, got from system, is written in this *.mdb. All is working fine when the system date format *.mdb format ...
http://www.excelforum.com/access-tables-and-databases/766199-date-format.html
crawl-003
refinedweb
649
73.37
I am kind of new to anything Python and was using the Basic Printing tutorial script from ESRI, but when I try and run it it works for a while and then my entire ArcCatalog crashes and asks if I would like to send a report. It is just the following code: import arcpy import os import uuid # Input WebMap json Web_Map_as...
https://community.esri.com/t5/python-questions/export-mxd-to-pdf-script-crashing-arccatalog/m-p/557781
CC-MAIN-2022-33
refinedweb
276
56.15
Introduction One of the most crucial data structures to learn while preparing for interviews is the linked list. In a coding interview, having a thorough understanding of Linked Lists might be a major benefit. The java.util.LinkedList.push() function is basically used to push an element to the top (beginning) of the st...
https://www.prepbytes.com/blog/java/linkedlist-push-method-in-java/
CC-MAIN-2022-21
refinedweb
330
64.3
Class::MethodMaker::Engine - The parameter passing, method installation & non-data-structure methods of Class::MethodMaker. This class is for internal implementation only. It is not a public API. The non-data-structure methods do form part of the public API, but not called directly: rather, called through the use/ impo...
http://search.cpan.org/dist/Class-MethodMaker/lib/Class/MethodMaker/Engine.pm
CC-MAIN-2016-30
refinedweb
1,247
61.77
. Hi Ben, The file structure is what it is, because you are now within a framework, or rather a level of abstraction (or two) above Vue. And as such, Quasar has its own “predetermination” or “opinionation”. Basically, the idea with quasar is to offer a low barrier to start with. This is what is mentioned about the stru...
https://forum.quasar-framework.org/topic/2743/suggestion-feedback-from-a-new-user-s-perspective/?lang=en-US&page=1
CC-MAIN-2019-43
refinedweb
769
66.64
#include <lib_ca.h> CAMorph class contains the data for each morph. It has to be retrieved from the CAPoseMorphTag. Retrieves the name of the morph. Sets the name of the morph. Copies morph data from src. Retrieves the morph node for the object specified by bl. Retrieves the index of the specified morph node. Each morp...
https://developers.maxon.net/docs/Cinema4DCPPSDK/html/class_c_a_morph.html
CC-MAIN-2021-10
refinedweb
289
77.03
Debugging Contents - 1 Launching ImageJ in debug mode - 2 Debugging plugins in an IDE (Netbeans, IntelliJ, Eclipse, etc) - 3 Monitoring system calls - 4 Debugging shared (dynamic) library issues - 5 Debugging JVM hangs - 6 Debugging memory leaks - 7 Debugging hard JVM crashes - 8 Debugging Java code with jdb - 9 Inspec...
https://imagej.net/Debugging
CC-MAIN-2017-13
refinedweb
2,857
54.73