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
public class ClassHelper extends Object Helper for ClassNode and classes handling them. Contains a set of pre-defined instances for the most used types and some code for cached node creation and basic handling. Returns the single abstract method of a class node, if it is a SAM type, or null otherwise. type- a type for ...
https://docs.groovy-lang.org/docs/latest/html/gapi/org/codehaus/groovy/ast/ClassHelper.html
CC-MAIN-2021-21
refinedweb
457
66.67
you have a small error in the code. may i also sugest that if compiler 4 is dev-c++ 4, get the new dev-cpp 5. a cupple of things are different in the codeing.may i also sugest that if compiler 4 is dev-c++ 4, get the new dev-cpp 5. a cupple of things are different in the code { < you have an opening brace here cout<<"Y...
http://cboard.cprogramming.com/cplusplus-programming/52966-basic-stuff-closing-2.html
CC-MAIN-2014-15
refinedweb
120
74.39
ci lint page not available on new projects (under gitlab.com project namespace) SummarySummary Pipelines intro page doesn't include a CI Lint button, documentation it links to suggests going to /ci/lint in the project scope (instead of /-/ci/lint) Note: since it's moved from gitlab.com/ci/lint, why not have a selector1...
https://gitlab.com/gitlab-org/gitlab/issues/23230
CC-MAIN-2019-47
refinedweb
161
53.21
💡 NumPy’s np.diff() function calculates the difference between subsequent values in a NumPy array. For example, np.diff([1, 2, 4]) returns the difference array [1 2]. Here is a simple example to calculate the Fibonacci number differences: import numpy as np # Fibonacci Sequence with first 8 numbers fibs = np.array([0,...
https://blog.finxter.com/numpy-np-diff-simply-explained-bonus-video/
CC-MAIN-2021-43
refinedweb
674
66.94
Slerpy Contents - 1 Manual for Slerpy.py - 1.1 General Use - 1.2 Important concepts - 1.3 Quick Start Tutorial - 1.4 Tips and Tricks - 1.5 Command Reference - 1.6 Why is it called slerpy? - 2 Script Files Manual for Slerpy.py An extension to pymol that creates a moderately easy to use environment for doing keyframe ani...
http://www.pymolwiki.org/index.php/Slerpy
CC-MAIN-2016-07
refinedweb
5,511
55.34
07 July 2011 14:11 [Source: ICIS news] LONDON (ICIS)--?xml:namespace> John Derbyshire, president of KBR’s technology division, said construction of the plant is scheduled for completion by the end of 2012. The plant will have the capacity to produce 450 tonnes/day of aniline – equivalent to 150,000 tonnes/year. Aniline...
http://www.icis.com/Articles/2011/07/07/9475924/chinas-tianji-coal-chemical-to-start-up-aniline-project-in-q1.html
CC-MAIN-2015-14
refinedweb
132
51.48
Composite Input Components in JSF Composite components are a great feature of JSF 2.0. The canonical example is a login component with fields for the username and password: <mylib:login This has been well explained elsewhere. But here is what always baffled me. I want to have a composite date component, with three menu...
https://weblogs.java.net/blog/cayhorstmann/archive/2010/01/30/composite-input-components-jsf
CC-MAIN-2014-23
refinedweb
2,500
62.48
the Members of Outlook Distribution Lists Last week we featured a script that not only showed how you can use a script to retrieve a list of all the contacts in your Outlook Contacts folder, but also showed how you can export that list to Microsoft Excel. Thank you, thank you. But please, hold your applause until the ...
https://technet.microsoft.com/en-us/library/ee692878.aspx
CC-MAIN-2015-35
refinedweb
1,400
69.21
Error while connecting pybytes with LTE Hello, I've been able to send signals to pyBytes using wifi connection. When I try it with LTE and NB-IOT even when the LTE is connected I have the following messages Regards @Gijs Hi, the modem firmware is LR6.0.0.0-41019 so I think it is correct. I still belive the problem is w...
https://forum.pycom.io/topic/6350/error-while-connecting-pybytes-with-lte
CC-MAIN-2020-40
refinedweb
505
65.93
import "google.golang.org/grpc/test/bufconn" Package bufconn provides a net.Conn implemented by a buffer and related dialing and listening functionality. Listener implements a net.Listener that creates local, buffered net.Conns via its Accept and Dial method. Listen returns a Listener that can only be contacted by its ...
https://godoc.org/google.golang.org/grpc/test/bufconn
CC-MAIN-2019-43
refinedweb
139
53.17
Java Program that reads integers, finds the largest of them, and counts its occurrences. - 12th May, 2019 - 12:31 PM Challenge - Write a program that reads integers, finds the largest of them, and counts its occurrences. Assume that the input ends with number 0. Suppose that you entered 3525050; the program finds that ...
https://www.theprogrammingassignmenthelp.com/blog-details/math-using-java-programming
CC-MAIN-2019-51
refinedweb
277
66.03
NetBase is a C# project that creates and reads DBF-like files. It supports a tiny subset of SQL to create, insert, and select data from a table. This small project has been an interesting crutch for writing a basic parser. The project also includes a small utility that provides a front-end. NetBase The whole thing is a...
https://www.codeproject.com/Articles/43353/NetBase-A-Minimal-NET-Database-with-a-Small-SQL-Pa?fid=1551154&df=90&mpp=10&sort=Position&spc=None&tid=3257973
CC-MAIN-2017-26
refinedweb
1,369
62.27
Opened 8 years ago Last modified 2 years ago #3879 assigned enhancement add config/class options to colorize depgraph for custom workflow Description not sure what would be needed to do this, or even if it would actually be in the depgraph plugin, to either allow .ini defines of state-to-color mappings for the graph, o...
https://trac-hacks.org/ticket/3879
CC-MAIN-2016-26
refinedweb
295
59.84
On Thu, 2 Feb 2012 00:27:58 -0500Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> wrote:> On Mon, Jan 30, 2012 at 03:22:12PM +0900, KAMEZAWA Hiroyuki wrote:> > On Fri, 27 Jan 2012 18:02:49 -0500> > Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>3:> > > - Fix likely/unlikely pattern in pmd_trans_huge_stable()> > > - Change suffi...
http://lkml.org/lkml/2012/2/2/30
CC-MAIN-2016-26
refinedweb
291
63.9
The QTableSelection provides access to the selected area in a QTable. More... #include <qtable.h> List of all member functions. The selection is a rectangular set of cells. One of the rectangle's cells is called the anchor cell; that cell is the first selected. The init() function sets the anchor and sets the selection...
https://doc.qt.io/archives/2.3/qtableselection.html
CC-MAIN-2021-25
refinedweb
308
61.02
This site uses strictly necessary cookies. More Information I've been following this tutorial - My question is about the mesh.vertices and mesh.triangles arrays. Do I have to type them out in the way I have? It seems like a lot of typing. Here's the code. Blame UnityAnswers + Monodevelop for the spacing. using UnityEng...
https://answers.unity.com/questions/211356/procedural-cube.html
CC-MAIN-2021-43
refinedweb
860
63.09
On Wed, May 24, 2006 at 12:16:50PM -0700, Matthew Dillon wrote: > > : > :On Wed, May 24, 2006 at 11:59:51AM -0700, Matthew Dillon wrote: > :> Integrate pid generation for the new process into proc_add_allproc(), move > :> all related code from kern_fork.c to kern_proc.c. > : > :Can you make it a separate function inste...
http://leaf.dragonflybsd.org/mailarchive/commits/2006-05/msg00147.html
CC-MAIN-2014-10
refinedweb
167
78.89
This is the mail archive of the newlib@sourceware.org mailing list for the newlib project. Hello,I have some questions about the divergence from BSD sources. The background is that <sys/queue.h> is broken in Newlib since __offsetof() is undefined. I wanted to update the file in Newlib with the latest version from FreeB...
https://sourceware.org/ml/newlib/2013/msg00192.html
CC-MAIN-2019-30
refinedweb
298
67.25
Hello World! So you likely will run into this at some point. You are reading data from somewhere and it is relative path based; but that doesn’t necessarily always help load data in especially if you are storing data and your code in separate paths (which is common) or if you are sharing data with a team; or even if yo...
http://dacrook.com/prepping-label-files-for-ml-training-on-specific-machine/
CC-MAIN-2017-30
refinedweb
1,032
64.1
IPDL: Inter-Thread and Inter-Process Message Passing¶ The Idea¶ IPDL, the “Inter-[thread|process] Protocol Definition Language”, is the Mozilla-specific language that allows code to communicate between system threads or processes in a standardized, efficient, safe, secure and platform-agnostic way. IPDL communications ...
https://firefox-source-docs.mozilla.org/ipc/ipdl.html
CC-MAIN-2022-05
refinedweb
9,744
54.83
Hi there, I have decided to learn java programming, rather than working though a book which i find very dull i have just dived in by writing (trying to write) an application. my application is for my other passion in life darts. so basically what the application does at the moment is calculates a players score from 501...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/10156-issues-float-printingthethread.html
CC-MAIN-2015-22
refinedweb
287
65.52
Hi, devs. I'm working with a rigging model, and in some cases I have to scale it which will make the scale value not be 1 (Figure 1). And every child object's real scale value is changed. Figure 1 Then I'm using Reset Scale( c4d. CallCommand(12317) )(Figure 2) to solve this problem, but it can only solve them one by on...
https://plugincafe.maxon.net/user/crea
CC-MAIN-2020-50
refinedweb
176
71.85
A function definition creates something called a scope. We’ve referenced scope before in our conditionals exercise about scoped short declarations but it’s important to recognize how scope plays a huge role in functions and programming overall! Scope is a concept that refers to where the values and functions are define...
https://production.codecademy.com/courses/learn-go/lessons/learn-go-functions/exercises/scope
CC-MAIN-2021-04
refinedweb
357
57.67
CodePlexProject Hosting for Open Source Software Hello, I've got next query: orchardServices.ContentManager.Query<DepartmentPart, DepartmentPartRecord>().List(); Which always returns NULL then I expect Parts. In that time code like: departmentRepository.Table().ToList(); Successfully returns Records. What can be wrong?...
https://orchard.codeplex.com/discussions/274254
CC-MAIN-2017-17
refinedweb
238
59.8
1 | Tom Busby Return to index Exercise 2.1 Exercise 2.2 Exercise 2.3 Exercise 2.4 Exercise 2.5 Exercise 2.6 Exercise 2.7 Exercise 2.8 Exercise 2.9 Exercise 2.10 Exercise 2.11 Exercise 2.12 Exercise 2.1 The stream cipher described in Definition 2.1.1 can easily be generalized to work in alphabets other than the binary o...
https://de.scribd.com/document/400428674/2-1
CC-MAIN-2019-43
refinedweb
402
59.8
MPEG decoder in Java ME Getting started If you don't have much knowledge of MPEG, this is a good place to start: Also the ISO/IEC 11172-2 is an excellent reference. Unfortunately you have to pay for it: The standard is divided in five sections. For this project using section 2 (Video) will be enough. Algorithms Here's ...
http://developer.nokia.com/community/wiki/MPEG_decoder_in_Java_ME
CC-MAIN-2014-35
refinedweb
1,394
63.8
Hi! so i'm trying to make a program with a customer class that keeps how many minutes each customer needs to be served. The driver class CustomerQueue is a queue of all customers that haven't been served yet. Each iteration of the program is one minute, and there is a 25% chance of a new customer entering the queue eac...
http://www.javaprogrammingforums.com/%20whats-wrong-my-code/17990-please-help-queues-printingthethread.html
CC-MAIN-2018-09
refinedweb
311
60.21
I? Well, when you set doubler = f(2) that just create a function which parameter is x so doubler is a function object. now the x is set to be 2, you can change it. When you type print doubler(5) 5 is the y. so you get the result 10. But how does y get the value? I can't tell what your code looks like because it is not ...
http://www.daniweb.com/software-development/python/threads/445895/not-understanding-passing-values-in-closure
CC-MAIN-2014-15
refinedweb
463
65.66
: BindingSource bs = new BindingSource();: BindingSource bs = new BindingSource();: BindingSource bs = new BindingSource(); BindingSource bs = new BindingSource();. Consider this: e.g. BindingList<Customer> bList = new BindingList<Customer>(); // Fill the list BindingSource bs = new BindingSource(); bs.DataSource = bLi...
https://blogs.msdn.microsoft.com/dchandnani/2005/03/15/bindingsource-a-closer-look/
CC-MAIN-2017-30
refinedweb
792
63.29
1 /*2 * 3 * Copyright 2001-2004 The Apache Software Foundation.4 * package org.apache.beehive.wsm.databinding;21 22 23 import java.lang.reflect.Field ;24 25 import javax.xml.rpc.holders.Holder ;26 27 /*******************************************************************************28 * 29 *30 * @author Jonathan Colwell31...
http://kickjava.com/src/org/apache/beehive/wsm/databinding/GenericHolder.java.htm
CC-MAIN-2016-44
refinedweb
169
64.81
From: Janek Kozicki (janek_listy_at_[hidden]) Date: 2006-06-10 16:07:36 Andy Little said: (by the date of Sat, 10 Jun 2006 17:58:35 +0100) Hello :) <snip> > > It would be nice if t1_quantity was renamed to some descriptive word. > > Perhaps a discussion on the mailing list would help to discover a better word. > > Perh...
https://lists.boost.org/Archives/boost/2006/06/106173.php
CC-MAIN-2020-16
refinedweb
802
77.13
tags 252558 fixed-upstream patch pending sid upstream retitle 252558 xserver-xfree86: [ati/atimisc] XVideo apps crash X server; complaints of unresolved symbols xf86XVCopyYUV12ToPacked and xf86XVCopyPacked on ATI 3D Rage Mobility merge 251307 252558 thanks On 2004-06-04 Frank Murphy <fjm_maillists@yahoo.com> wrote: > P...
https://lists.debian.org/debian-x/2004/06/msg00136.html
CC-MAIN-2015-27
refinedweb
224
58.79
Topics: Representing networks and trees; Adjacency Matrices and Adjacency Lists Can you get here from there? Say you an airlines that flies: Let's use a dictionary so, we don't have to remember which index corresponds to which city: cityNum = {} cityNum["New York"] = 0 cityNum["Chicago"] = 1 cityNum["Houston"] = 2 city...
https://stjohn.github.io/teaching/amnh/lab10.html
CC-MAIN-2022-27
refinedweb
811
66.07
Unit testing code which is dependent on current DateTime I had this method which; }How do I write a unit test for something like this which depends on todays date? Well, the easiest thing to do is to pass the current date in as a parameter to this function. I call it like this - DateTime estimatedDate = GetEstimatedArr...
http://refactoringaspnet.blogspot.com/2010/02/unit-testing-code-which-is-dependent-on.html
CC-MAIN-2017-34
refinedweb
713
60.51
data for four honeypots. The data and my write up can be found here. In this post I wanted to focus on how I used Pandas and Python to help me gather some insight into data that I’ve collected. Pandas is a great library for Python that makes it really easy to explore various kinds of data (JSON, CSV etc). It’s availab...
https://www.alexkras.com/crunching-honeypot-ip-data-with-pandas-and-python/
CC-MAIN-2020-50
refinedweb
823
72.22
React 101, Part 1: Building a GIF search engine Last updated 06/01/17 to use Create React App, Redux Form v6, React-Router v4, and Firebase v3. Looking for the old version of the code? Find it here Articles in the React 101 Series: - Part 1: Building a GIF Search Engine - Part 2: Refactoring with Redux - Part 3: Routin...
https://tighten.co/blog/react-101-building-a-gif-search-engine
CC-MAIN-2018-47
refinedweb
5,998
60.45
0 replies on 1 page..) Note: My congratulations to the event organizers. Many of the slides are already available online! That made it a world easier to fill in the blanks and check my understanding. A few things worth knowing at the outset. First an overview of some classes: The Action pack provides controllers and vi...
http://www.artima.com/forums/flat.jsp?forum=106&thread=230361
CC-MAIN-2016-36
refinedweb
1,961
52.8
This action might not be possible to undo. Are you sure you want to continue? 02/05/2016 text original What Jesus Told Me: A Contemporary Reading of the Gospel of Thomas Gouthum Karadi 2 3 ©2004 Perfect Paradox Publishing All rights reserved. No part of this book may be reproduced in any form or by any means without pe...
https://pt.scribd.com/doc/2057648/What-Jesus-Told-Me-2007-Revised-2012
CC-MAIN-2016-07
refinedweb
63,448
76.01
On Sun, Apr 15, 2012 at 07:18:15PM +0200, Clément Bœsch wrote: [...] > +static int insert_datetime(AVBPrint *dst, const char *in, const char *arg) > +{ > + char buf[16] = {0}; > + time_t now = time(0); > + struct tm ltime; > + > +#if HAVE_LOCALTIME_R > + localtime_r(&now, <ime); > +#else > + ltime = *localtime(&now); >...
http://ffmpeg.org/pipermail/ffmpeg-devel/2012-April/123416.html
CC-MAIN-2014-52
refinedweb
141
63.83
Java Porting Strategies This article discusses Java porting strategies. Overview In the world of mobile, Java never manages to achieve its write once, run everywhere objective. Mobile phones differ wildly in capability. - Screen sized vary, from 96x65 to 800x480 (or to 640x360, even if you discount Windows Mobile devic...
http://developer.nokia.com/community/wiki/index.php?title=Java_Porting&oldid=132694
CC-MAIN-2014-10
refinedweb
2,930
59.94
Dive into this Quick Tip and discover how to change the Frame Rate of your movie, while it's running… Final Result Preview Let's take a look at the final result we will be working towards: Step 1: Brief Overview We'll make use of a Slider component to modify the stage framerate property and display a MovieClip to see t...
https://code.tutsplus.com/tutorials/quick-tip-change-the-frame-rate-at-runtime-using-actionscript-3--active-6967
CC-MAIN-2017-39
refinedweb
309
60.55
import hair extensions from india Import Indian Hair, Wholesale Various High Quality Import Indian Hair . KBL Import indian hair 100 human,loose wave indian hair extension,indian hair raw. Buy Remy Virgin hair Extensions wholesale from India. At our factory, the raw . Our wefting machines are imported from Japan. . 3 s...
http://accessorycell.info/import-hair-extensions/import-hair-extensions-from-india/
CC-MAIN-2018-43
refinedweb
274
58.38
On Oct 11, 2005, at 6:04 PM, Sachin Patel wrote: > > David Jencks wrote: >> >> >> I'd have the issue say that the eclipse stuff should pre-convert the >> plans using SchemaConversionUtils. We'll find out soon enough what >> needs to change :-) Is there an easy to find point in the eclipse >> stuff where you know what k...
http://mail-archives.apache.org/mod_mbox/geronimo-dev/200510.mbox/%3Cb17e9294b2c962b954874609b83f28f7@yahoo.com%3E
CC-MAIN-2014-10
refinedweb
245
68.5
Using a Mobile friendly Vue.js Modal Vue.js 2.0+ modal Another great component for Vue.js projects is here, the Vue.js 2.0+ modal which is highly customizable, mobile friendly, and offers features like dragging and resizing. You can take a look at the available modes at the Demo page. The modal can be simple, draggable...
https://vuejsfeed.com/blog/using-a-mobile-friendly-vue-js-modal
CC-MAIN-2019-35
refinedweb
244
64.2
In this lesson, you’ll learn how to use Seaborn to create bar charts for statistical analysis. Seaborn is a Python data visualization library that provides simple code to create elegant visualizations for statistical exploration and insight. Seaborn is based on Matplotlib, but improves on Matplotlib in several ways: - ...
https://www.codecademy.com/courses/data-visualization-python/lessons/learn-seaborn-introduction/exercises/intro-seaborn
CC-MAIN-2022-05
refinedweb
202
54.93
/* * **************************************************************** */ #ifdef MULTIUSER /* three known bits: */ #define ACL_EXEC 0 #define ACL_WRITE 1 #define ACL_READ 2 #define ACL_BITS_PER_CMD 1 /* for comm.h */ #define ACL_BITS_PER_WIN 3 /* for window.h */ #define USER_CHUNK 8 #define ACLBYTE(data, w) ((data)[(w)...
http://opensource.apple.com/source/screen/screen-19/screen/acls.h
CC-MAIN-2014-15
refinedweb
226
68.5
.? > Alternatively, if there really was no reason to have a resume-from-suspend > command, this would be the point where we would add a capabilities command > adding the "working-s3" capability. > > But with capabilities, this is a direct QEMU->management tool interaction, not a > proxy through the guest agent. > > We ...
https://www.redhat.com/archives/libvir-list/2012-January/msg01339.html
CC-MAIN-2014-15
refinedweb
245
52.29
It's 👉this close👈 to becoming a reality, and you can get a sneak peek today. tl;dr Show it to me! Demo / Repo For the entire history of the web, we've never had a modern web development workflow which didn't absolutely and unconditionally require build tooling—either as a one-time process (what's become known as SSG)...
https://practicaldev-herokuapp-com.global.ssl.fastly.net/jaredcwhite/a-real-buildless-modern-web-development-workflow-oh-yes-d9a
CC-MAIN-2022-33
refinedweb
2,822
63.09
MP4AddTrack - Add a user defined track #include <mp4.h> MP4TrackId MP4AddTrack( MP4FileHandle hFile, const char* type ) Upon success, the track id of the new track. Upon an error, MP4_INVALID_TRACK_ID. MP4AddTrack adds a user defined track to the mp4 file. Care should be taken to avoid any of the standardized track typ...
http://www.makelinux.net/man/3/M/MP4AddTrack
CC-MAIN-2016-30
refinedweb
103
76.11
Hi, I've been noticing that Wing IDE Pro 3.2.2-1 (rev 21060) has been having weird autocomplete issues with wxPython. Sometimes when I type "wx." the autocomplete shows weird stuff that are not in the wxPython namespace at all. If I backspace back over the period and type the period again, Wing usually starts working a...
http://wingware.com/pipermail/wingide-users/2009-December/007296.html
CC-MAIN-2016-50
refinedweb
140
77.03
msync - synchronize a file with a memory map Synopsis Description Errors Availability #include <sys/mman.h> int msync(void *start, size_t length, int flags); msync). On success, zero is returned. On error, -1 is returned, and errno is set appropriately. On POSIX systems on which msync is available, both _POSIX_MAPPED_F...
http://www.squarebox.co.uk/cgi-squarebox/manServer/usr/share/man/man2/msync.2
crawl-003
refinedweb
115
72.73
The origin of the quote, "With great power comes great responsibility," may be subject to debate, but the truth behind it is universally accepted. As the power of the web grows, so does its complexity and the opportunity for error.. Angular 2 supports cross-platform development with open source tools. Regardless of you...
https://www.telerik.com/blogs/rapid-cross-platform-development-angular-2-cli
CC-MAIN-2022-27
refinedweb
1,800
55.95
Exploring the New Java Input/Output (Java NIO.2) Packages Java NIO.2 is a channel-based, buffer-oriented technique to handle input/output operations. This is a complementary extension of the conventional stream based input/output system in Java. However, the approach is different and perhaps is the reason to put it in ...
http://www.developer.com/java/data/exploring-the-new-java-inputoutput-java-nio.2-packages.html
CC-MAIN-2017-26
refinedweb
1,279
52.46
I will create an animation for birthday to send to your family friend or whoever you want to for a fair price by: KirilMitev Created: — Category: Art & Design Viewed: 193 . Proxies-free.com: 100% Free Daily Proxy Lists Every Day! Get Free Proxies Every Day I will create an animation for birthday to send to your family ...
https://proxies-free.com/tag/birthday/
CC-MAIN-2020-50
refinedweb
1,045
55.84
The new Iris chat community. Previously hosted on rocketchat (983). Now at gitter.im []byte, check your private messages, we will solve it and post the solution here. @shanyujie I've just tried to install iris v11.2.2 on a clean machine and it worked perfectly. So I assume it has to do with your local go cache, please ...
https://gitter.im/iris_go/community?at=5d3f10b52136933a8710dae1
CC-MAIN-2019-39
refinedweb
228
62.34
Why I Love Styled Components If you aren't familiar with styled-components, it's a smallish library (~12kB) that allows you to write CSS directly in React components. Prior to React's surge in popularity, keeping HTML, CSS and JavaScript in distinct files was probably the most widely practiced and least controversial w...
https://www.adamcz.com/blog/why-i-love-styled-components
CC-MAIN-2022-05
refinedweb
859
62.38
In previous posts in this series I have looked at translating VBA functions to solve quadratic and cubic equations, but the Python numpy library has a polyroots function that will solve polynomials of any degree, and will also handle polynomials with complex coefficients. Full open source code for all the functions des...
https://newtonexcelbach.com/2013/10/13/python-for-vba-users-5-using-built-in-numpy-functions/
CC-MAIN-2018-34
refinedweb
1,150
51.38
Manage Events At this point, you’ve created all the elements of the interface. Like many user interface frameworks, GWT is event-based. This means that the code executes in response to some event occurring. Most often, that event is triggered by the user, who uses the mouse or keyboard to interact with the application ...
https://www.gwtproject.org/doc/latest/tutorial/manageevents.html
CC-MAIN-2022-21
refinedweb
1,689
58.69
This is a post about how Weld uses proxies, and some of the non-portable enhancements that weld includes to allow the proxying of classes that would not normally be proxiable. In Seam 2 injection was performed dynamically via an interceptor. Every time a method was invoked on a Seam component the BijectionInterceptor w...
https://community.jboss.org/blogs/stuartdouglas/2010/10/12/weld-cdi-and-proxies?_sscc=t
CC-MAIN-2014-10
refinedweb
1,279
50.57
Intellipaat’s Selenium tutorial will help you perform your first automation test on Facebook’s login page by learning how elements are located and how automation testing is performed, to generate a test result report using TestNG. This Selenium tutorial will provide..Read More you the basic and advanced concepts of Sel...
https://intellipaat.com/blog/tutorial/selenium-tutorial/
CC-MAIN-2020-34
refinedweb
2,629
63.09
31 January 2011 11:57 [Source: ICIS news] (adds updates on protests on Monday, details throughout) ?xml:namespace> SINGAPORE Mubarak has urged the new leaders of his government to undertake "dialogue with all the political parties", according to a reading of his remarks on state-run Nile TV. However, protests have not ...
http://www.icis.com/Articles/2011/01/31/9430622/egypt-protestors-camp-in-cairo-overnight-defying-curfew.html
CC-MAIN-2015-14
refinedweb
283
56.79
. Series Overview This series will focus heavily on utilizing all that Cocos2D has to offer to create a complete game from start to finish. We will also be using some other tools such as Texture Packer to help us along the way. By the end of this series, you will have a fully functional Centipede clone containing graph...
https://code.tutsplus.com/tutorials/building-a-caterpillar-game-with-cocos2d-introduction--mobile-8565
CC-MAIN-2019-26
refinedweb
2,024
57.16
Details - Type: Improvement - Status: Resolved - Priority: Major - Resolution: Won't Fix - Affects Version/s: None - Fix Version/s: None - Component/s: None - Labels:None Description hash partitioner is using object.hashCode() for splitting keys into partitions. This results in bad distributions because hashCode() qual...
https://issues.apache.org/jira/browse/MAPREDUCE-4827
CC-MAIN-2016-30
refinedweb
1,418
55.74
On Fri, Nov 15, 2013 at 11:07 PM, David Engster <deng@...> wrote: >. I'm using the code: namespace Step31 { using namespace dealii; Exc_ } This means that all the standard exceptions should be visible without scope specification. Can you add a customization option to keep the old behavior, where `semanticdb-deep-find-t...
http://sourceforge.net/p/cedet/mailman/message/31645543/
CC-MAIN-2015-35
refinedweb
142
72.16
The Samba-Bugzilla – Bug 2067 conftest problem for sys/mode.h and rpcsvc/yp_prot.h on Irix 6.5.23 Last modified: 2005-08-24 10:18:48 UTC 1. configure: WARNING: rpcsvc/yp_prot.h: present but cannot be compiled configure: WARNING: rpcsvc/yp_prot.h: check for missing prerequisite headers? configure: WARNING: rpcsvc/yp_pro...
https://bugzilla.samba.org/show_bug.cgi?id=2067
CC-MAIN-2017-51
refinedweb
396
56.01
Since the introduction of rmap into the kernel memory managment has been broken for the SC and MC versions of R4000 and R4400 versions. Interestingly enough this was only ever reported once in May 2006 and at that time the report just didn't make sense, so it ended up being ignored, see Anyway, the issue boiled up agai...
http://www.linux-mips.org/archives/linux-mips/2007-01/msg00332.html
CC-MAIN-2014-15
refinedweb
288
59.94
Due by 11:59pm on Tuesday, 10/15 Submission. See the online submission instructions. We have provided a hw5.py starter file for the questions below. Q1. Define a function reverse_list that takes a list as an argument and returns None, but reverses the elements in the list as a side effect. Do not use any built-in list ...
http://www-inst.eecs.berkeley.edu/~cs61a/fa13/hw/hw5.html
CC-MAIN-2018-51
refinedweb
267
63.59
I used to know what this meant, but I'm struggling now... Is this basically saying document.onload? (function () { })(); It’s an Immediately-Invoked Function Expression, or IIFE for short. It executes immediately after it’s created. It has nothing to do with any event-handler for any events (such as document.onload). C...
https://javascriptinfo.com/view/832/what-is-the-function-construct-in-javascript
CC-MAIN-2020-45
refinedweb
3,323
56.76
18 September 2012 08:40 [Source: ICIS news] SINGAPORE (ICIS)—?xml:namespace> The plant is currently running at full capacity, the source added. "This shutdown may directly tighten BR supply in Domestic BR prices rose by yuan (CNY) 1,400-1,700/tonne ($222-269/tonne) from 1 September to CNY20,200-21,300/tonne ex-warehous...
http://www.icis.com/Articles/2012/09/18/9596259/chinas-qilu-petrochemical-to-shut-br-plant-on-20-september.html
CC-MAIN-2014-23
refinedweb
109
61.26
> From: Martin Heidegger [mailto:mh@leichtgewicht.at] > Sent: 16 January 2012 09:48 > > I was just wondering if the restriction that namespaces are not allowed > in interfaces is there because the AVM doesn't support it or because the > compiler doesn't support it? Might be important as to where the bug > should be pos...
http://mail-archives.apache.org/mod_mbox/incubator-flex-dev/201201.mbox/%3C02e301ccd442$e075d350$a16179f0$@davidarno.org%3E
CC-MAIN-2015-48
refinedweb
112
53.71
The tutorial below shows how to deploy a function on Google Cloud Platform using Python 3.7. The function uses the Vonage SMS API to send a text message to a user. The use case is to send a message inviting the user to download an app. This function can then be called from a JavaScript front-end. You can do more sophis...
https://developer.vonage.com/blog/2019/03/21/sending-sms-from-python-with-google-cloud-functions-dr
CC-MAIN-2022-27
refinedweb
1,425
66.27
Hello, I just bought a book on game programming with c++ and one of the first things you do is make the "Game Over" console program. I'm using Microsoft Visual c++ 2012 Express. I follow what the book says and type in the code for the program. The code: Code: //Game Over Code: //A first C++ program #include <iostream> ...
http://cboard.cprogramming.com/cplusplus-programming/153815-game-over-program-build-fail-printable-thread.html
CC-MAIN-2015-06
refinedweb
173
68.94
One. Debasish Ghosh, It's the familiarity model! What philosophy gave us [...] engineering design is a social process [...] When there are alternatives, [Bucciarelli] says, then there can be better and worse. In such a situation, "The really important and interesting question becomes: What do we mean by a better design...
http://www.w3.org/2012/Talks/bertails-devoxxfr/languages/
CC-MAIN-2015-06
refinedweb
1,491
54.83
20 May 2011 07:00 [Source: ICIS news] By Felicia Loo and Ross Yeo SINGAPORE (ICIS)--Prices of methyl tertiary butyl ether (MTBE) in ?xml:namespace> MTBE prices on a free on board (FOB) In the week ended 13 May, Asian MTBE prices were assessed at $1,140–1,160/tonne FOB In Europe, MTBE prices were quoted at $1,106–1,110/...
http://www.icis.com/Articles/2011/05/20/9461680/asia-mtbe-plunges-on-weak-europe-market-china-demand.html
CC-MAIN-2015-14
refinedweb
348
53.85
In January 1999, the W3C published its Namespaces in XML recommendation (), about a year after the XML recommendation arrived. There were hints of namespaces in the original XML spec, evidenced by suggestions about the use of colons, but that was about it. On the surface, namespaces appear reasonable enough, but their ...
https://etutorials.org/XML/xml+hacks/Chapter+4.+XML+Vocabularies/Hack+59+Use+XML+Namespaces+in+an+XML+Vocabulary/
CC-MAIN-2021-43
refinedweb
777
64.61
How to build a neural network that classifies images in Python Fellow coders, in this tutorial we are going to build a deep neural network that classifies images using the Python programming language and it’s most popular open-source computer vision library “OpenCV”. We will also use “NumPy” to perform operations on ou...
https://www.codespeedy.com/build-a-neural-network-that-classifies-images-in-python/
CC-MAIN-2022-27
refinedweb
776
59.4
Developers and administrators in the current IT-transformed world are well aware that container orchestration plays a vital role in day-to-day deployment or management scenarios. There are plenty of orchestration tools, including Kubernetes. In this article we take a quick look at the architecture of Kubernetes, and ho...
https://www.opensourceforu.com/2020/04/the-way-kubernetes-works/
CC-MAIN-2022-21
refinedweb
527
50.77
General While test driven development isn't a required in order to contribute to this project, unit testing is still required for all submitted code. All unit tests will be done using the NUnit framework. Please don't be lazy when writing unit tests and just write the simplest possible test to show that under very spec...
http://nvigorate.wikidot.com/testing
CC-MAIN-2017-51
refinedweb
253
50.23
Ofx4jsOfx4js A pure javascript port of OFX4J- an OFX implementation. Works in node.js and in browsers (see security note below). Note: There is no affiliation between the Ofx4j and Ofx4js projects. InstallationInstallation Install with npm install ofx4js Then import * as ofx4js from 'ofx4js'; UsageUsage To parse an OFX...
https://www.npmjs.com/package/ofx4js
CC-MAIN-2022-21
refinedweb
385
58.48
Wonderful! exactly what I was looking for my simulation, but if I want to move the different joints of my robots, which topic should I use? because I run "rostopic echo /robot1/joint_states" I got "WARNING: no messages received and simulated time is active.Is /clock being published?" Thanks a lot Now if only there was ...
https://answers.ros.org/question/41433/multiple-robots-simulation-and-navigation/?answer=41434
CC-MAIN-2021-25
refinedweb
299
63.49
Handle HTTP/2 requests as if they were dart:io HttpRequests. This package is currently in alpha, mainly because I have no practical idea of how to test it. Stay tuned.... } Add this to your package's pubspec.yaml file: dependencies: http2_bridge: "^1.0.0-alpha" You can install packages from the command line: with pub: ...
https://pub.dartlang.org/packages/http2_bridge
CC-MAIN-2018-09
refinedweb
185
61.63
Passed SCJA with 94% 2 Overall Score: 94% (48 of 51 scored correctly) Section Analysis Fundamental Object-Oriented Concepts.........................100% UML Representation of Object-Oriented Concepts...........66% Java Implementation of Object-Oriented Concepts..........87% Algorithm Design and Implementation.............
https://coderanch.com/t/466104/certification/Passed-SCJA
CC-MAIN-2016-50
refinedweb
2,146
73.37
A web form has a client-server relationship. They are used to send data handled by a web server for processing and storage. The form itself is the client, and the server is any storage mechanism that can be used to store, retrieve and send data when needed. This guide will teach you how to create a web form with Next.j...
https://nextjs.org/docs/guides/building-forms
CC-MAIN-2022-40
refinedweb
2,376
57.77
how would i convert a char array, ie. address[256] into a string? Printable View how would i convert a char array, ie. address[256] into a string? Code: #include <string> #include <iostream> #include <ostream> int main() { char chars [] = "Did you try?"; std::string example; example = chars; std::cout << example.c_str(...
http://cboard.cprogramming.com/cplusplus-programming/76685-char-conversion-printable-thread.html
CC-MAIN-2013-48
refinedweb
347
76.96
UnicodeDecodeError in matplotlib if 'python' set instead of 'sage' in Notebook [closed] Hello! I am trying to make publication ready images for LaTeX in Sage with matplotlib (due to the complex nature of the plot) in Notebook. I have a lot of numerical calculations (not symbolic) so I switch to 'python-mode' using drop...
https://ask.sagemath.org/question/37364/unicodedecodeerror-in-matplotlib-if-python-set-instead-of-sage-in-notebook/
CC-MAIN-2018-17
refinedweb
272
61.16
First solution in Clear category for Create Intervals by vlad.bezden """Create Intervals. From the same interval if the difference between a value and the next smaller value in the set equals one, otherwise a new interval begins. Of course, the start value of an interval is excluded from this rule. A single value, that...
https://py.checkio.org/mission/create-intervals/publications/vlad.bezden/python-3/first/share/afa3fc0a4e79ba338413bc463deef3f7/
CC-MAIN-2021-43
refinedweb
217
53.1
I have a A code for class that requires this: The problem For this assignment, you will write a program that simulates a fishing game. In this game, a six-sided die is rolled to determine what the user has caught. Each possible item is worth a certain number of fishing points. The points will remain hidden until the us...
https://codedump.io/share/vgZSd5SSweA8/1/fish-simulation-game-error
CC-MAIN-2017-17
refinedweb
605
69.68
Hi I'm trying to learn to find the product of two matrices using arrays. Please help me. I'm really stuck. And please don't introduce those topics which I won't be able to understand (I'm a beginner). In other words, please keep it simple. Thanks. Code:// product_of_two_matrices_1x3_and_3x1.cpp // read two matrices and...
https://cboard.cprogramming.com/cplusplus-programming/138565-how-do-i-find-product-matrices.html
CC-MAIN-2017-04
refinedweb
175
64.85
If you're having trouble locating the readme, it can be found linkedas a Word document near the top of this page. [Edited from original; hopefully this revision is more clear.] Reply Jun 11, 2008 11:18 PM|JessChadwick|LINK I'm also having this issue. How can I declare independence from the United States and start my ow...
http://hiflytech.com/cannot-create/cannot-create-an-abstract-class-system-missingmethodexception.html
CC-MAIN-2017-47
refinedweb
818
55.24
. This tutorial is going to be short, but this is very important as you would find yourself doing this frequently. In the last article you've seen how to read a CSV or JSON file as a Dataset. You might have noticed that we were using Dataset<Row> for everything. If you're not familiar with Generics in Java, Dataset<Row...
https://www.freblogg.com/apache-spark-datasets-2
CC-MAIN-2021-31
refinedweb
534
65.73
NAME stack - kernel thread stack tracing routines SYNOPSIS #include <sys/param.h>> #include <sys/stack.h> In kernel configuration files: options DDB struct stack * stack_create(void); void stack_destroy(struct stack *st); int stack_put(struct stack *st, vm_offset_t pc); void stack_copy(struct stack *src, struct stack d...
http://manpages.ubuntu.com/manpages/intrepid/man9/stack_create.9freebsd.html
CC-MAIN-2015-35
refinedweb
234
53.31
Source is 404 on spotify.com, can you please update it to the latest version ( and)? Search Criteria Package Details: spotify 1.0.32.96-1 Dependencies (14) - alsa-lib>=1.0.14 - desktop-file-utils - gconf (gconf-gtk2, no-gconf) - glib2 (glib2-git, glib2-patched-thumbnailer,, eudev-systemdcompat, libsystemd-git, libsyste...
https://aur.archlinux.org/packages/spotify/?ID=38847&comments=all
CC-MAIN-2016-26
refinedweb
38,252
58.38
The Culture of PerlThe Culture of Perl This is the keynote address I delivered to the Perl Conference on August 20, 1997. Links in square brackets below point to sound files (.au format). If your browser supports .au files, you can play them by clicking on them, just as I did during my sermon, er, uh, speech. The first...
http://www.perl.com/lpt/a/7
crawl-002
refinedweb
5,103
72.56
Prelude Welcome to Google's Python online tutorial. It is based on the introductory Python course offered internally. Originally created during the Python 2.4 days, we've tried to keep the content universal and exercises relevant, even for newer releases. As mentioned on the setup page, this material covers Python 2. W...
https://developers.google.com/edu/python/introduction?csw=1
CC-MAIN-2017-09
refinedweb
1,610
71.34
>> read file node “read file node” Code Answer’s read file node javascript by ali ahmed on Oct 11 2020 Comment 17 // load fs const fs = require("fs"); // read the file const content = fs.readFileSync("./my_file.txt"); // print it console.log(content.toString()); nodejs readfile javascript by Light Locust on Aug 30 202...
https://www.codegrepper.com/code-examples/javascript/read+file+node
CC-MAIN-2022-27
refinedweb
18,004
66
Hi, Please could somebody help me? I try to build my site with sort of landing page with a code: import wixLocation from 'wix-location'; $w.onReady(function () { setTimeout(() => { wixLocation.to("/home"); }, 1200); }); But it is not working in Safari almost every third time, Mozilla Firefox takes almost 20 seconds and...
https://www.wix.com/corvid/forum/community-discussion/redirect-is-not-working
CC-MAIN-2019-47
refinedweb
115
77.23
#include <deal.II/fe/fe_nedelec.h> Implementation of Nédélec elements. The Nédélec space is designed to solve problems in which the solution only lives in the space \(H^\text{curl}=\{ {\mathbf u} \in L_2: \text{curl}\, {\mathbf u} \in L_2\}\), rather than in the more commonly used space \(H^1=\{ u \in L_2: \nabla u \in...
https://dealii.org/current/doxygen/deal.II/classFE__Nedelec.html
CC-MAIN-2021-25
refinedweb
834
56.66
How to Add Automatic Retry Support to Fetch in Node.js June 17th, 2022 What You Will Learn in This Tutorial How to write a wrapper function for the Fetch API in Node.js that adds retry functionality with an optional delay and maximum number of attempts. Master Websockets — Learn how to build a scalable websockets imple...
https://cheatcode.co/tutorials/how-to-add-automatic-retry-support-to-fetch-in-node-js
CC-MAIN-2022-27
refinedweb
1,936
63.09
Graph Theory and NetworkX - Part 1: Loading and Visualization This is the first post in a series of blogposts about graph theory and NetworkX. In this series of blogposts, I will give a short (and very basic!) introduction into some of the basic concepts and terminology found in graph theory and show how to practically...
https://walkenho.github.io/graph-theory-and-networkX-part1/
CC-MAIN-2020-10
refinedweb
2,733
61.77
. Issue Links - breaks Activity - All - Work Log - History - Activity - Transitions Having identical nameservices for multiple clusters is arguably a mis-configuration No arguably, it is a misconfiguration. Instead of adding more complexity like guids to an already terrible idea – a conf-based nameservice which is iron...
https://issues.apache.org/jira/browse/HADOOP-14104
CC-MAIN-2017-51
refinedweb
7,788
58.48