url
stringlengths 13
4.35k
| tag
stringclasses 1
value | text
stringlengths 109
628k
| file_path
stringlengths 109
155
| dump
stringclasses 96
values | file_size_in_byte
int64 112
630k
| line_count
int64 1
3.76k
|
---|---|---|---|---|---|---|
https://wn.com/Short_code_reviews?from=shortcodereviews.com
|
code
|
Automated code reviewing software lessens the task of reviewing large chunks of code on the developer by systematically checking source code for known vulnerabilities. A 2012 study by VDC Research reports that 17.6% of the embedded software engineers surveyed currently use automated tools for peer code review and 23.7% expect to use them within 2 years.
Short codes (also known as short numbers) are special telephone numbers, significantly shorter than full telephone numbers, that can be used to address SMS and MMS messages from certain service providers'mobile phones or fixed phones. There are two types of short codes: dialing and messaging. The equivalent for voice calls is known as abbreviated dialing.
Short codes are designed to be easier to read and remember than normal telephone numbers. Like telephone numbers, short codes are unique to each operator at the technological level. Even so, providers generally have agreements to avoid overlaps. In some countries, such as the United States, some classes of numbers are inter-operator (U.S. inter-operator numbers are called common short codes).
Short codes are widely used for value-added services such as television program voting, ordering ringtones, charity donations and mobile services. Messages sent to a short code can be billed at a higher rate than a standard SMS and may even subscribe a customer to a recurring monthly service that will be added to the customer's mobile phone bill until the user texts, for example, the word "STOP" to terminate the service.
Short Code was one of the first higher-level languages ever developed for an electronic computer. Unlike machine code, Short Code statements represented mathematic expressions rather than a machine instruction. Also known as an automatic programming, the source code was not compiled but executed through an interpreter to simplify the programming process; the execution time was much slower though.
Short Code was proposed by John Mauchly in 1949 and originally known as Brief Code. William Schmitt implemented a version of Brief Code in 1949 for the BINAC computer, though it was never debugged and tested. The following year Schmitt implemented a new version of Brief Code for the UNIVAC I where it was now known as Short Code (also Short Order Code). A revised version of Short Code was developed in 1952 for the Univac II by A. B. Tonik and J. R Logan.
While Short Code represented expressions, the representation itself was not direct and required a process of manual conversion. Elements of an expression were represented by two-character codes and then divided into 6-code groups in order to conform to the 12 byte words used by BINAC and Univac computers. For example the expression:
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-09/segments/1550247489425.55/warc/CC-MAIN-20190219061432-20190219083432-00154.warc.gz
|
CC-MAIN-2019-09
| 2,727 | 7 |
https://www.autohotkey.com/board/topic/95227-new-scite4autohotkey-extension-system-available-for-testing/#entry599935
|
code
|
An Extension mechanism has been finally implemented into SciTE4AutoHotkey, and a Preview/WIP build is now available for testing.
Sample extension: C/C++ syntax highlighting
Sample extension: Port of Lexikos' AutoComplete.lua
Changes and new features:
Added work-in-progress Extension support and framework.
Rewritten Active Window Info in script.
All tools now obey
default.text.fontinstead of hardcoding Courier New.
Scriptlet Utility: major UI redesign.
Syntax definition: added missing
MsgBox Creator: minor bugfixes and cleanup.
AutoScriptWriter, due to it being outdated; use Pulover's Macro Creator instead.
AutoHotkey.net Tool, due to the discontinuation of said service.
SplashImage Maker, due to uselessness.
Compile_AHK II support, as it was obsoleted by new Ahk2Exe functionality.
Offtopic: I will be on vacation from July 13th to 21th, and I may or may not have internet access, so expect inactivity from me.
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-43/segments/1634323585302.91/warc/CC-MAIN-20211020055136-20211020085136-00022.warc.gz
|
CC-MAIN-2021-43
| 920 | 16 |
https://www.advsofteng.com/doc/cdcomdoc/ColorAxis.setLevels.htm
|
code
|
ChartDirector 7.0 (ASP/COM/VB Edition)
Sets the maximum number of contour intervals on the axis.
If discrete color steps are used, the number of contour intervals is the number of color steps on the axis.
For a general color axis, the number of contour intervals is equal to the number of ticks minus 1. For example, an axis with 6 ticks at [0, 2, 4, 6, 8, 10] has 6 contour lines and 5 contour intervals.
The main usage of this method is to limit the number of contour lines and/or color steps on the contour layer.
If this method is never called, the default maximum number of contour intervals is 16.
|maxLevels||(Mandatory)||An integer representing the maximum number of contour intervals.
© 2021 Advanced Software Engineering Limited. All rights reserved.
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-05/segments/1642320300573.3/warc/CC-MAIN-20220129062503-20220129092503-00030.warc.gz
|
CC-MAIN-2022-05
| 761 | 8 |
https://forum.arduino.cc/t/fast-pwm-output/275021
|
code
|
I am working on a little synth that has a low pass filter and for controlling it I need a “controlled voltage” output and also I want to reflect the value on a led.
I stole from an example this line and adapted it for my use so I can send the CV output, also I added another one for the LED output.
(red_count++ >= r) ? PORTD &= ~(1 << 3) : PORTD |= (1 << 3); (red_count++ >= cutoffLed) ? PORTD &= ~(1 << 5) : PORTD |= (1 << 5);
red_count is always zero, it’s there because the example I used. I really don’t know how this works and don’t understand any of the fast pwm tutorials.
Well, it works…the problem that I have is that if I only use one of the line each works perfectly. But using both you can see the led flashing and also you can feel it’s a very “stepy” output, I mean there should be intermediate points between two values when turning the pot but it jump from one to another, it’s like you have only 10 different output values both on LED and on CV output.
I think it’s because Arduino it’s being overused as it does a lot of calculations so it can keep up with both outputs.
I wanted to try getting an output from a different PORT PIN, for example PORTB, pin 8… but cannot manage to get the line that does it. How can I do that?
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780056476.66/warc/CC-MAIN-20210918123546-20210918153546-00556.warc.gz
|
CC-MAIN-2021-39
| 1,269 | 7 |
https://smallbusiness.chron.com/draw-workflow-using-visio-29146.html
|
code
|
How to Draw a Workflow Using Visio
Microsoft Visio is a commercial diagramming program used to help aid developers and end users in creating large and/or complex workflow charts. You are given a series of shapes you can use where you can edit their names and descriptions as well as connect them. In addition, you have the ability to edit your information as your workflow changes to meet any current requirements.
Click the "Start" button, click "All Programs" and click "Microsoft Visio" to open the program.
Click "New Flowchart." You will see a new sidebar with a variety of shapes such as rectangles, circles and squares.
Click and drag the desired shape to the work pane. Click the shape to open the "Call-Out" field. Type a name and a description for the shape such as the beginning stage of your work flow. Every workflow chart must start and end with the "Terminator" symbol.
Click and drag another shape to the work pane and name it along with a description. Repeat these steps until you have completed your workflow.
Click the "Connector" tool at the top left of the toolbar. Click on the "x" between each shape. You will see a small line appear. Drag the small line to the shape where you want it to connect. Repeat this step until you have connected all your shapes in your workflow.
- Jupiterimages/Photos.com/Getty Images
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-40/segments/1600402127397.84/warc/CC-MAIN-20200930172714-20200930202714-00777.warc.gz
|
CC-MAIN-2020-40
| 1,336 | 8 |
https://quandarypeak.com/expert-witness/software-license-copyright-disputes/
|
code
|
We understand the complexities of software licensing and using open source.
Most software today is built using a combination of off-the-shelf components, open-source software, and proprietary source code. Many software companies do not fully appreciate the implications and the complexity of incorporating third-party components, and, by extension, their license agreements, into an application that is intended to be distributed or sold. Even open-source software is usually governed by one of a variety of common licenses, which differ significantly in their terms. There are many situations in which it is not clear whether a particular use, adaptation, or combination of software or code is allowed under the license agreement.
What We Do
At Quandary Peak, our experts:
- Understand the technical implications of the legal jargon used in common license agreements.
- Assist in licensing disputes by analyzing how the components in a system are related to rights and obligations laid out in licenses.
- Document findings in a form accessible to non-technical people.
- Determine whether source code of a software system was used or copied in another system in violation of the license agreement.
- Collect electronic evidence proving or disproving alleged illegal distribution of copyrighted software.
What We Know
- GNU General Public License (GPL)
- Mozilla Public License (MPL)
- Apache License
- Oracle Java Binary Code License (BCL) for Java
- End user license agreements (EULAs)
- SDK agreements
- Software distribution channels (p2p networks)
- Code clone analysis
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-17/segments/1524125946597.90/warc/CC-MAIN-20180424100356-20180424120356-00265.warc.gz
|
CC-MAIN-2018-17
| 1,574 | 18 |
https://ubuntuhandbook.org/index.php/2021/10/install-ksnip-ppa-ubuntu-20-04/
|
code
|
For those prefer native DEB to Flatpak and Snap packages, here’s how to install the latest ksnip screenshot tool using PPA in Ubuntu 20.04 and Ubuntu 21.10.
Ksnip is a free and open-source Qt-based screenshot tool with editing feature. I use the app regularly to add annotations (e.g., arrow, rectangle, border and drop shadow) to my images.
The software is available in Ubuntu universe repositories though it’s always old. The developer team maintains the latest packages via Linux universal Snap (available in Ubuntu Software) and Flatpak that run in sandbox.
Native DEB package is also available to download at github releases page. However, the latest version (v1.9.1 so far) does not work on Ubuntu 20.04 due to outdated QT5 library. It will work on Ubuntu 21.10, though users need to manually install the missing “
To add Ubuntu 20.04 support, I uploaded the software package into this unofficial PPA along with packages for Ubuntu 21.04 and Ubuntu 21.10. Though there’s already an Ubuntu PPA so far contains only Ubuntu 20.04 package.
Install Ksnip for Ubuntu PPA:
Firstly, press Ctrl+Alt+T on keyboard to open a terminal window. When it opens, run the commands below one by one.
1. Add Ubuntu PPA.
Copy and paste the command below into terminal and hit Enter.
sudo add-apt-repository ppa:ubuntuhandbook1/ksnip
It will ask for password authentication without visual feedback. After typing user password and hitting Enter, it adds the PPA into system and updates the package cache automatically.
2. Install / Update Ksnip:
After adding the PPA, run command below to install the screenshot tool as well as dependencies:
sudo apt install ksnip
If an old DEB package exist in your system, you may also launch “Software Updater” to upgrade the app.
Uninstall Ksnip & remove PPA:
To remove ksnip, run command in terminal:
sudo apt remove --autoremove ksnip
Also remove the Ubuntu PPA by running command:
sudo add-apt-repository --remove ppa:ubuntuhandbook1/ksnip
Alternatively, remove the repo line using “Software & Updates” under “Other Software” tab.
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817103.42/warc/CC-MAIN-20240416155952-20240416185952-00757.warc.gz
|
CC-MAIN-2024-18
| 2,074 | 21 |
http://javajavax.blogspot.com/2013/01/whatwhy-are-instancenonstatic-variable.html
|
code
|
instance variable in java instance variable in java with example instance variable in java definition instance variable in java interface what are instance variable in java what are instance variable in java with example
non static variable in java non static variable in java with example non static variable error in java
why non static variable cannot be referenced from a static method non static variable in static method
Instance or Non static Variable:
Instance or Non – static variable is without the static keyword means that it is part of
an object or it also called "instance" and not a part of a class. It is referred to by the name
of the specific object to which the method or variable belongs.
1) Instance variables are those whose memory space is created each and every time
whenever object is created.
2) Instance variable’s are always used for storing specific values.
3) Programmatically Instance variable’s declaration should not preceded by static
4) Each and every instance variable must be accessed w.r.t object name.
5) Each and every value of instance variable is not sharable.
The Following Program illustrate the concept of Instance Data members
int x=10; // Instance or non – static
public static void main(String args)
InstanceDemo obj=new InstanceDemo(); //creation of object or reference for
System.out.println("this is non static method"+obj.x);
Above program which illustrate the concept of Instance variables. For instance
variable's memory will be created in object or instance and by using that instance
we can access the instance data members.
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-35/segments/1566027318421.65/warc/CC-MAIN-20190823130046-20190823152046-00152.warc.gz
|
CC-MAIN-2019-35
| 1,588 | 21 |
https://gitea.zionetrix.net/bn8/eesyphp
|
code
|
- URL routes now defaulty required authentication if force_authentication special function is defined. - handle_request() now trigger a fatal error if user try to access to a required route and if force_authentication function is not defined. - logging() now retreive username from $auth_user['username'].
|7 months ago|
|bin||7 months ago|
|data||2 years ago|
|docs||7 months ago|
|includes||7 months ago|
|lang||7 months ago|
|public_html||7 months ago|
|templates||7 months ago|
|.gitignore||7 months ago|
|.phplint.yml||7 months ago|
|README.md||3 years ago|
|composer.json||7 months ago|
|composer.lock||7 months ago|
EesyPHP is an easy and minimalist PHP framework for web application. It's currently provided with a minimalist demo application that permit to manage items stored in a database.
Installation / configuration
Please see dedicated files in docs directory.
Copyright (c) 2020 Benjamin Renard [email protected]
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-49/segments/1669446710690.85/warc/CC-MAIN-20221129064123-20221129094123-00499.warc.gz
|
CC-MAIN-2022-49
| 1,540 | 21 |
https://www.climate.gov/teaching/resources/new-climate-state-arctic-sea-ice-2012?keywords=
|
code
|
This interactive/applet allows the user to explore the potential increase in carbon emissions over the next 50 years, subject to modifications made by the user in various technologies that impact carbon output. Part of the Visualizing and Understanding the Science of Climate Change module.
This NASA animation of the Five-Year Average Global Temperature Anomalies from 1881 to 2009 shows how temperature anomalies have varied in the last 130 years. The color-coded map displays a long-term progression of changing global surface temperatures from 1881 to 2009. Dark red indicates the greatest warming and dark blue indicates the greatest cooling.
This narrated slideshow describes the impact of sea level rise on Tuvalu, one of the low-lying island nations in the South Pacific. As the frequency and intensity of floods and cyclones increases, the island is shrinking and saltwater intrusion is affecting local food production on the plantations. As a result, many residents are moving off the island to New Zealand, where they face major cultural changes.
This interactive visualization provides a clear, well-documented snapshot of current and projected values of several climate variables for local areas in California. The climate variables include observed and projected temperatures, projected snowpack, areas vulnerable to flooding due to sea level rise, and projected increase in wildfires. The projected values come from expert sources and well-established climate models.
This is an interactive webtool that allows the user to choose a state or country and both assess how climate has changed over time and project what future changes are predicted to occur in a given area.
This series of visualizations show the annual Arctic sea ice minimum from 1979 to 2010. The decrease in Arctic sea ice over time is shown in an animation and a graph plotted simultaneously, but can be parsed so that the change in sea ice area can be shown without the graph.
This video is the third in a three-part series by the Sea Change project, about scientists' search for Pleiocene beaches in Australia and elsewhere to establish sea level height during Earth's most recent previous warm period. This segment features the research of Jerry Mitrovica, Harvard geophysicist.
|
s3://commoncrawl/crawl-data/CC-MAIN-2015-48/segments/1448398466260.18/warc/CC-MAIN-20151124205426-00267-ip-10-71-132-137.ec2.internal.warc.gz
|
CC-MAIN-2015-48
| 2,264 | 7 |
https://kokodev.de/2018/05/03/tranquil-and-papertrail.html
|
code
|
Tranquil and Papertrail
For the start of the development diary for my current pet projects I’d like to introduce you to both of them. I chose two codenames that I really like. If the apps should ever see the light of the App Store, I’m not sure those will stay… but as long as they are living only on my devices, they are perfect.
I won’t go into any details about the features itself though. I want them to stay a little more under the radar. It’s nothing secret or highly important. I just don’t want it to be too public. Those projects are hobbies and I would like to keep it that way. The important thing is that I work on something and create tools that make my life easier. The dev diary part is a companion that might help me keep focused and motivated and also help me to solve some issues by discussing different options and approaches. Sometimes being too vague about the projects will be a stumbling block, I might get more specific then. Otherwise I think there will also be value in discussing some aspects on a broader scale. We’ll see how it will develop.
But now, let’s get to the projects and why I’m working on them:
Papertrail is an app that I desperately need in my daily life. I need one of my favorite apps on the Mac also on my iPhone and iPad. It’s crucial for me, but there is nothing that would even remotely fit my needs. There are a couple of apps available that kind of do parts of what I need, although the features are not 100% there, the usability is horrible and even if a cloud storage provider is supported, it’s only Dropbox. I am living a Dropbox-free life since a couple of years now and having my files on my server is very important to me. This is the key issue with all the other apps. I’m not going back to Dropbox only to satisfy a single tool.
This app will be a very straight forward and simple productivity app. I’m not much of a designer, so there will be no fancy stuff to show off, but using only the available controls and some standard styling will be perfectly fine. It even helps because it keeps the focus on the task at hand. As long as the interaction is intuitive and everything can be done and accessed quickly and easily, there’s no reason to spend too much time on a design that will only make it worse if I do it myself.
I’m using an existing library that helps a lot in handling the data for me. Managing this data is also not too complex. So the main problem on development side will be some things that I did not use at all up until now. Integrating the app with document providers will be by far the trickiest part of the app. It will definitely require some studying and fiddling around for me.
This project has the bigger priority of both projects. I really need it, so I hope to make some quick progress and be able to start using it rather sooner than later.
The second project, called Tranquil for now, is something that I have in mind since a couple of years already. I even did some development for it and when I went into my archives and dug out the code I was pleasantly surprised about how far I’ve gotten already. It was fully functional! All that was missing was some in-app purchase code, a decent icon and design and it could have been a pretty neat app in the store. But I lost focus and even completely forgot about it over time until I recently realized that this thing is still missing for me.
Unlike Papertrail, there is already some competition available for Tranquil. It seems to be a problem for more people than just me. But all the apps do not work the way I want them to work and there’s some stuff missing where I just can’t understand why those apps are missing the key features for their use case.
On the technical side there are some more interesting problems to solve for me. In-app purchase would be the biggest issue, but since I want to build this for my personal use now, I guess this part will be stripped out until I decide to go live with it after all. Besides this I need to do some testing and check whether the system functionality I need to use got more stable over the years. If I remember correctly, the flakiness in that area was also something that kept me from publishing the app in the end. If it didn’t work, it would have seemed like the app is crap whereas the reason it didn’t work was a wonky system feature. I’ll find out soon what’s the status here.
Soon because none of the existing code even compiles at the moment. I did the mistake of coding with an early Swift version. Turns out… current Xcode versions are unable to transform or compile old Swift code. I’m undecided about whether I should just start over or try to make the current code work again. This will probably be the first topic for the Tranquil dev diary.
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652662522284.20/warc/CC-MAIN-20220518151003-20220518181003-00765.warc.gz
|
CC-MAIN-2022-21
| 4,789 | 12 |
https://www.develer.com/en/blog/seven-tips-you-always-wanted-to-know-about-refactoring/
|
code
|
Seven tips you always wanted to know about refactoring
Technical debt is a persecution that sooner or later, at various levels, we are all forced to address. You too will surely have found yourself looking disheartened at your monitor, staring at incomprehensible code produced who knows when, under who knows what premises and conditions.
If you are a human being, your first thought was to wish you were elsewhere.
Your second thought, however, was probably to start refactoring, that is, a total or partial rewriting of the code to improve its quality.
If only you had the time to do this. Because you too will be under similar conditions of unclear and unstable specifications, with an imminent important release, under pressure, always chasing after the next feature.
You would like to
take a few days to improve the code but you can’t. So what next?
Here are some tips that could help you in this common situation.
1. Lower your expectations
The purpose of refactoring is not to have nice code straight away, it is to obtain code that is better than before. Essentially fragmenting a large refactoring into many small self-contained interventions that are objectively improvements and that will help you to decrease your technical debt.
Over time you will see that incomprehensible pieces of code, which would have taken days of work just to be decoded and corrected, will become less and less frightening.
My incremental checklist includes:
- remove dead, commented or unused code
- remove unnecessary, non-descriptive comments that make reading the code more difficult
- improve the name of variables for your current understanding of the code (remember that finding the right name for an object or variable is an iterative process over time)
- apply a coding standard, using automatic tools if possible
- replace magic numbers in the code with constants with a descriptive name
- eliminate the warnings reported by the analysis tools or by the compiler
- break overly large functions into smaller functions with a descriptive name
- multiple functions that operate on the same piece of data can become a class, simply by moving the code
- overly large classes can become multiple classes with more specific functionality
- remove smart code and replace it with clear code without side effects
2. Two-minute rule
A refactoring intervention should be conclusive within a few minutes. Any more time-consuming interventions should be broken into smaller, self-concluding interventions, if possible (and very often it is).
Two minutes to improve the name of a class, or to eliminate a piece of dead code, can always be found.
Refactoring therefore becomes a daily process instead of an extraordinary activity to plan and to be decided with management.
3. Keeping clean is easier than cleaning
Try, if possible, to curb technical debt in input. No refactoring can save you if the speed with which the code degrades is greater than the speed of improvement, and in this case it risks becoming a huge waste of time.
Improving the code is a process that, when
started, requires a certain level of discipline from the whole team.
A very effective tool in this sense is the practice of code-review to identify problems and code-smells.
4. Think about the long run
The fight against technical debt is not a sprint but a marathon. Code slowly deteriorates over time, day after day, commit after commit and in the same way it can improve.
If you can block the incoming technical debt and at the same time achieve a few dozen improvements per week, the results will be visible very quickly.
When, iteratively, the names of variables, functions and classes improve, the dead code disappears, the size of classes and functions decrease, and so it becomes progressively easier to read and understand the code over time.
Improvements that would require hours of work today become easier and less expensive.
5. Use advanced tools and IDEs
To be able to close an improvement cycle in a few minutes it is important to have tools available to help you to achieve this. In particular:
- automatic code formatting tool (e.g. clang-format)
- linter and static analysis (e.g. clang-tidy)
- automatic display of unused code
- IDE with smart rename (e.g. QtCreator, CLion, etc.)
- IDE with code extraction in functions and classes (e.g. Resharper)
6. Architectural interventions apart
Architectural refactoring is the most complicated and the most difficult to break into simpler refactoring. For this reason it is important that all the cleaning work has been performed before addressing architectural elements.
Try never to mix small code cleaning operations (renaming classes, variables, extracting functions, the removal of unnecessary code and comments, etc.) with architectural interventions (communication between components, abstractions, etc.).
Also remember that the latter require that
the direction of refactoring has been discussed and approved by the entire
team. In fact, all team members must be aligned on what needs to be changed and
which design we are going to use.
Ideally these decisions should be written in a supporting document so that they are not lost in development.
7. Automatic tests
Put yourself in a position to be able to
write automatic tests quickly and, at least for all new developments, be sure
to test the various components. This will greatly assist the refactoring
process and help you control stress. The key word is always incremental progress.
Even writing one test per day (which requires very little effort) over time you will find yourself a full-bodied suite.
Using the divide and rule approach, you should be able to reduce the technical debt a little at a time, through a constant series of small interventions of a few minutes.
This should help you build a day-to-day improvement process that will become more significant over the life of the project. All this should be accomplished, as far as possible, in iterations of just a few minutes that do not require special authorisations or alterations in the planning of deadlines.
Refactoring thus becomes a constant, daily process, to always be combined with normal development activities.
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474784.33/warc/CC-MAIN-20240229035411-20240229065411-00537.warc.gz
|
CC-MAIN-2024-10
| 6,171 | 60 |
https://digitalcrunch.com/author/james/page/2/
|
code
|
Some notes on the config and software related CLI commands for Juniper SRX.
Some notes on Juniper SRX Routing troubleshooting
If you want to share your cool script with your non scripting buddies, you can convince them to learn perl and install modules, etc. Or you can remote into their machine and do a bunch of work getting stuff working on their machine, or you can use PAR and send them a compiled script.
This Perl script will take a list of URLs and sort them by the fastest ping response.
One issue that might show up with any type of server is filling up diskspace with log files. This bash script can be modified to SCP and remove any type of file, but this demo bash script is for Check Point Firewalls.
Not so much now, but keyword density used to be a very large factor in determining how well a website ranks. This perl script counts words and tells you what their percentage is:
In case you want to remove the extra email such as spans, div, and other junk from a block of text, you can use HTML::Restrict like this:
There is a binary utility on most flavors of linux that allows you to compare if a file is exactly the same as another. Here is how you get MD5 info using Perl:
I was importing text into a shopping cart that was provided by the vendor, but they included links back to all their products! I wanted the keywords, but not the links. HTML::TokeParser::Simple did the job:
So… you want see what happened at 3am on the firewall but don’t have the money for orion, or other expensive monitoring software? Check out this bash script to monitor processes on your Check Point Firewall:
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100769.54/warc/CC-MAIN-20231208180539-20231208210539-00873.warc.gz
|
CC-MAIN-2023-50
| 1,611 | 10 |
http://www.melkitesinlosangeles.org/church-organizations/youth-activities/st-anne-young-adults-saya/
|
code
|
SAYA Group (ages 18-26): We are meet on the second Sunday of each month at 10:30 a.m. in Fr. Musil’s office. Every meeting will have a small Bible study, followed by discussing future activities and events. If you are interested, please contact our President Michael Khoury at: 818-321-4248.
The next meeting is on Sunday, August 12th, 2018.
Follow us on Instagram: https://www.instagram.com/st_anne_young_adults/
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-34/segments/1534221213286.48/warc/CC-MAIN-20180818040558-20180818060558-00087.warc.gz
|
CC-MAIN-2018-34
| 415 | 3 |
https://www.stahuj.cz/ios/zdravotnictvi/t2a/
|
code
|
This app gives you the French tariff (called GHS) of each DRG (called GHM). You can easily and quickly select each DRG that you want.
Thanks to this app you will be able to display the latest financial information of each DRG (and the previous financial year).
That means :
- Adjustment depending on whether the duration of the stay is below as the lower limit : a lower tariff GHS (called EXB (with set price or per day)
- Additional tariff (called EXH) for each day beyond the upper limit
Please note that the wording of each DRG stays in French.
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-40/segments/1600401641638.83/warc/CC-MAIN-20200929091913-20200929121913-00106.warc.gz
|
CC-MAIN-2020-40
| 548 | 6 |
http://rainbowfactory.net/wordai-api-report-rewriter-tool.html
|
code
|
After adding the text you intend to process, SpinnerChief lists some basic information about it, such as the number of words, sentences and paragraphs. The 'Select Synonyms' section allows you to choose the terms you want to use, while the 'Quick Sentence Rewriting' and 'Quick Paragraph Rewriting' features enable you to rephrase certain pieces of text.
“I first got in touch with Aaron when I was looking for a new content spinner to integrate with my software. His software is fantastic and extremely professional, but just as importantly he looks after his customers and offers tons of extra value. I have promoted Spin Rewriter both during launches and as an evergreen product — conversions are always sky high and the recurring commissions are the icing on the cake. He is the first I know of in the launch scene to really make the SaaS model successful both in and out of launches… for himself and for his affiliates. The short and long of it — Aaron knows EXACTLY what he is doing with his products, with marketing and with launches.. plus he is a top guy. Thanks Aaron and good luck killing the launch, but I know you won’t need it!“ – Carey Baird http://CareyBaird.com
The word is out ... there are potentially unlimited opportunities for making money online! But, at the same time, there is a lot of competition for these potentially lucrative opportunities. Not to worry, though. With the help of Article Rewriter Tool, the game has now changed -- in your favor. Before you might have been limited by your time or energy to market your website to major search engines, but now the results of your hard work can be multiplied by this free content rewriting service.
Does your website need quality content in big numbers? The truth is; producing decent articles can take any author hours and limit the amount of fresh written content on your website especially if you are the only one writing for your website. On the other hand, hiring a writer can get expensive. Have you ever considered using an article spinner? Spinning content is a great way to keep your website relevant and fresh with new content. Of course, not all article spinner software is good. Therefore it’s important to do your homework first before choosing one. We suggest Spin Rewriter 9.0. With this tool, you can rewrite your articles using their intelligent One-Click Rewrite system. In addition, you also have a Bulk Rewrite option that lets your rewrite multiple articles with one click. You can take one great article and break it up into several great pieces of content. The options are endless.
There is a completely new feature - Team Version, SpinnerChief 5 is the only article spinner that has a team version now, which is especially designed for team using, create/manage/use team thesaurus with team members together, and multi-users can use the license on different computer with themselves member accounts. Manager can manage team members easily.
He saw a trainer nearby and asked why these animals just stood there and made no attempt to get away. “Well,” trainer said, “when they are very young and much smaller we use the same size rope to tie them and, at that age, it’s enough to hold them. As they grow up, they are conditioned to believe they cannot break away. They believe the rope can still hold them, so they never try to break free.”
Article Spinner or Article Rewriter, as the name itself gives you an idea, is a rewriting tool or a paraphrasing tool that allows people to rewrite their content while saving significant amount of time. Many such article rewriter and article spinner tools are available over internet. Some article spinner tools are completely free, requiring no installation or fee while some article rewriter tools can ask you to sign up or pay.
Are you struggling to have a proper understanding of an article rewriter or text spinner tool? Don’t worry, we can help you. It is a simple tool that can work online or offline depending on its functionality. An article rewriter or article spinner or paraphrasing tool is a simple yet efficient tool that understands the text you enter and then rewrite it for you. Article rewriter allows you to have your article rewritten without having to go through any trouble. Any good and quality article spinner tool will not just save your time but saves you from the pain of sitting in front of your computer screen for hours and hours to create a unique and plagiarism free content. Article spinner or article rewriter is just a tool that aids you in doing your work more efficiently. The real authority over your work remains with you, you can read the newly created article yourself and make the mandatory changes. Sometimes the article created by an article rewriter doesn’t make sense or content could be plagiarized, therefore we highly recommend you to proofread the article before using it.
2. Show Off Your Singularity - In my previous posts, I have discussed the value of being distinct from others in your business. You must promote your singularity. What's it about YOU that will bring your audience for you? Among the greatest mistakes you can make is attempting to duplicate someone in your business. Although, they may become successful, you're not giving your target audience reasons to pick your services over theirs. That is why it is essential to reveal your audience why you're distinct, and be consistent with your singularity.
Posted in Article Rewriter, JVZOO, Spinner Software and tagged Best Spinner Software, ENL Semantic Spinner Software, How to Use Spin Rewriter 9.0, OTO #1 - Spin Rewriter 9.0 Gold VIP member, OTO #2 - WordPress Plugin for Spin Rewriter 9.0, OTO #3 - Spin Rewriter 9.0 Hands-Off SEO, Spin Rewriter 7.0 App Software by Aaron Sustar, Spin Rewriter 7.0 App Software by Aaron Sustar Demo Software, Spin Rewriter 7.0 App Software by Aaron Sustar Download, Spin Rewriter 7.0 App Software by Aaron Sustar Free Trial, Spin Rewriter 7.0 App Software by Aaron Sustar JVzoo, Spin Rewriter 7.0 App Software by Aaron Sustar OTO Upsell, Spin Rewriter 7.0 App Software by Aaron Sustar Review, Spin Rewriter 7.0 App Software by Aaron Sustar Video Training, Spin Rewriter 9.0, Spin Rewriter 9.0 Demo, Spin Rewriter 9.0 Download, Spin Rewriter 9.0 Free Access, Spin Rewriter 9.0 Jvzoo, Spin Rewriter 9.0 OTO, Spin Rewriter 9.0 PRO, Spin Rewriter 9.0 PRO OTO, Spin Rewriter 9.0 PRO OTO Upsell, Spin Rewriter 9.0 PRO Review, Spin Rewriter 9.0 Pro Software by Aaron Sustar, Spin Rewriter 9.0 Pro Software by Aaron Sustar OTO Upsell, Spin Rewriter 9.0 Pro Software OTO Upsell, Spin Rewriter 9.0 Review, Spin Rewriter 9.0 Software, Spin Rewriter 9.0 Tutorial, Spin Rewriter 9.0 Upgrade OTO, Spin Rewriter 9.0 Upsell, Spin Rewriter 9.0 Video Training on 03/10/2018 by Matt Gilbert.
We know that you want more from your spinner so SpinnerChief 5 uses a new, unique, organic approach to spinning, one that grows with your needs. SpinnerChief 5's new method actually gets better the more it is used. No other spinner has it - it's the new, exclusive Statistical Replacement Technology (SRT). It works in a radical new way by selecting the statistically most appropriate synonym for any word or phrase. SRT works in a similar way to Google Translate - you may have noticed Google Translate is getting better over time with more accurate translations. This is because as the web grows, the sample size for Google Translate's database increases, and so becomes statistically more likely to use the correct wording when it translates. SpinnerChief 5 works in a similar way by polling its huge Cloud Thesaurus for the statistically best synonym. As the Cloud Thesaurus grows, so SpinnerChief 5 gets better and better at synonym replacement. Remember - it's exclusive, don't expect to see this kind of technology anywhere else. ONLY with SpinnerChief!
Google is getting VERY good at catching spun content so you'd better be talented at manual spins. If they DO catch you, of course they'll spank you... and hard. So anything you use spun content on is inherently AT RISK. Worse yet... Google gets better at finding spun/poor content every year. So in the longrun you're screwed. I'd weight your other options and see if you couldn't find a cheaper source for manually hand written content.
Some writers research for batches of affordable private brand rights articles and spin them before submitting them. These PLR content articles may not really become the greatest high quality but anything can become enhanced upon by the rewriting. These PLR content articles are utilized credited to the truth that actually though the high quality is mediocre, they nevertheless have assisted attract in visitors.
Having a continuous flow of fresh, human-readable text is the best way for your website or blog to gain search engine exposure. Content is King, as they say ... at least as important as basic search engine optimization. Thus, Spinbot can be a vital tool for anyone who wants to market their website or product online as quickly and efficiently as possible. With all the unique, quality textual content you could ever want, you will quickly gain legitimate web visibility, both in terms of human readership and search engine exposure.
Imo it is not possible for google to detect properly spun content, it is not worth computing power it requires. They can do this using ngrams for example, but it is uses a lot of queries. And for example article spinner I coded beats this algo, so google cant detect that the content is spun. Manual spinning is also good but it takes more than 30 minutes per article.
Online marketing is one of the biggest tasks for the success of a website or portal. For which we need some tools to do our task faster and in a reliable way. Now most famous tool used by a user is article rewriter, which is used to manipulate a sentence, para or a complete article. SpinnerChief is one of most advanced software in this field and used by many users around the world. These SpinnerChief Coupons are beneficial for a content writer they can use our discount coupons when to buy this content tools.
Exactly Mark! In my experience you can certainly write around 1000 words per hour, even if you are practically new to blogging. I personally think that spinning articles is just a gimmick that doesn’t really get results but wastes tons of time. The spinning software certainly makes a lot of money for the creators though! They are the ones who are laughing all the way to the bank!
New customers will receive a huge discount offer. Spin Rewriter gives you a lot of quality written content in a short period of time. Clients receive a 5-day free trial for using their services, but after 5 days you still get 30 additional days to make sure the Spin Rewriter technology is right for you. They allow you to avoid SEO devaluation from duplicate online content. Try it out, and if it’s not exactly right for your business, you’ll receive a refund no questions asked.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376823183.3/warc/CC-MAIN-20181209210843-20181209232843-00144.warc.gz
|
CC-MAIN-2018-51
| 10,998 | 18 |
https://www.oreilly.com/library/view/hacking-electronics-an/9780071802369/ch07.html
|
code
|
Hacking with Modules
There are many modules available that provide a great shortcut when hacking together a project. These modules are usually a tiny PCB with a few components on them and some convenient connection points. They make it very easy to use some surface-mounted ICs that would otherwise be very difficult to solder connections to. Many of these modules are designed to be used with microcontrollers like the Arduino.
In this chapter, you will explore some of the more fun and useful modules available from suppliers like SparkFun and Adafruit, most of whose modules are also open-source hardware. So you’ll get to see the schematics for them and even make your own modules using the design if you wish.
Access to the schematics and data sheets ...
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-39/segments/1537267156690.32/warc/CC-MAIN-20180920234305-20180921014705-00419.warc.gz
|
CC-MAIN-2018-39
| 761 | 4 |
https://cogsci.mindmodeling.org/2020/papers/0820/index.html
|
code
|
Effects of linguistic context and world knowledge on the processing of tense and aspect: evidence from eye-tracking
- Daniela Palleschi, Institut für deutsche Sprache und Linguistik, Humboldt-Universität zu Berlin, Berlin, Germany
- Camilo Rodriguez Ronderos, Humboldt Universität zu Berlin, Berlin, Germany
- Pia Knoeferle, Institute of German Studies and Linguistics / Psycholinguistics Lab, Humboldt University of Berlin, Berlin, Berlin, Germany
AbstractThe present eye-tracking reading study investigated the real-time processing of the Lifetime Effect, which involves the integration of temporal verb morphology and knowledge of a referent’s lifetime (alive vs. dead). Context sentences described famous cultural figures and mentioned their lifetime status and occupation. Tense/aspect was manipulated in a following target sentence to contain either the present perfect or the simple future (e.g., She has performed / will perform...), both infelicitous with dead referents. The present perfect elicited lower ratings and longer total reading times at the verb and post-verb regions when following a deceased context, but high ratings overall. Meanwhile, the ‘dead/simple future’ condition elicited lower ratings and shorter reading times in later sentence regions than any other condition. Taken together, the results imply that world knowledge and an immediate context can jointly modulate the processing of subsequent verb tense/aspect, with striking differences between the present perfect and simple future.
Return to previous page
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-49/segments/1669446710980.82/warc/CC-MAIN-20221204204504-20221204234504-00589.warc.gz
|
CC-MAIN-2022-49
| 1,551 | 6 |
https://thomasandtheworld.wordpress.com/2011/09/21/hello-world/
|
code
|
Welcome to my new blog
Congratulations you have made it to my new blog. This is my first entry. In the next days I will add more and more … explaining the world. Sharing experiences and showing that things are not always what they seem to be.
Have fun, Thomas
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-18/segments/1555578528058.3/warc/CC-MAIN-20190419201105-20190419222037-00022.warc.gz
|
CC-MAIN-2019-18
| 261 | 3 |
https://blogs.technet.microsoft.com/openness/2012/06/01/windows-server-hyper-v-drivers-now-supported-in-ubuntu/
|
code
|
Managing Sales Director, Open Solutions Group
As you may have heard, the recently released Ubuntu 12.04 LTS has been engineered with the drivers needed to run on Windows Server 2008 R2 Hyper-V. We are pleased to support customers running Ubuntu on Hyper-V in their virtualized and cloud infrastructure.
We’ve heard particular interest for support for Ubuntu on Windows Server Hyper-V from our hosting provider partners, who host Windows server and Ubuntu for their customers. This development enables these customers to consolidate their mixed Windows Server and Ubuntu on Windows Server Hyper-V, thus increasing business agility and reducing cost and complexity, while betting on an enterprise class virtualization platform and cloud platform.
We understand the importance of meeting the needs of customers working in heterogeneous environments and working with open source vendors and communities to do so. Building on previous announcements about support for open source vendors running on Windows Server Hyper-V, this new announcement about Ubuntu on Hyper-V support further builds out the choices customers have for running mixed Windows and Linux infrastructure.
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-22/segments/1558232256381.7/warc/CC-MAIN-20190521122503-20190521144503-00007.warc.gz
|
CC-MAIN-2019-22
| 1,170 | 4 |
https://www.combinatorics.org/ojs/index.php/eljc/article/view/v30i4p33
|
code
|
RSK Tableaux and the Weak Order on Fully Commutative Permutations
For each fully commutative permutation, we construct a “boolean core,” which is the maximal boolean permutation in its principal order ideal under the right weak order. We partition the set of fully commutative permutations into the recently defined crowded and uncrowded elements, distinguished by whether or not their RSK insertion tableaux satisfy a sparsity condition. We show that a fully commutative element is uncrowded exactly when it shares the RSK insertion tableau with its boolean core. We present the dynamics of the right weak order on fully commutative permutations, with particular interest in when they change from uncrowded to crowded. In particular, we use consecutive permutation patterns and descents to characterize the minimal crowded elements under the right weak order.
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474843.87/warc/CC-MAIN-20240229134901-20240229164901-00153.warc.gz
|
CC-MAIN-2024-10
| 864 | 2 |
https://ruby-puzzles-2022.cookpad.tech/
|
code
|
Cookpad Code Puzzle for RubyKaigi 2022
You can run the Ruby code on a modern browser like Google Chrome. Try to press "Run Ruby" button.
Observe the behavior of method
and define a method
that performs the same behavior as
# You can call `func1` p func1(0) #=> 1 p func1(1) #=> 2 p func1(2) #=> 3 # Can you tell how `func1` is defined? # Hint: def func1(n) = n + ??? # Define `answer1` that works like `func1` def answer1(n) n end
Run Ruby (or press Ctrl-Enter)
(Please try reloading if it takes too long)
(C) 2022 Cookpad Inc.
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-40/segments/1664030335573.50/warc/CC-MAIN-20221001070422-20221001100422-00417.warc.gz
|
CC-MAIN-2022-40
| 527 | 9 |
https://stephengeorg.fandom.com/wiki/Strip-Walking_And_Back-Riding_(Day_244_-_7/26/10)
|
code
|
Previous Vlog (Day 243) | Next Vlog (Day 245)
- Gatlinburg house
- Riverbend Mall
The vlog begins with Stephen saying that most everyone was asleep, he then finds people playing various games such as Link to the Past. Later on, Ben eats dried squid and comments that it is actually not that bad. Then, a group of people go to Riverbend Mall trying to find a place to eat. They play a few games in the mall before going back to the house, where Stephen shows the "retarded amount of cars" that were there. Back at the house, Stephen and Mallory watch people play The Simpsons Arcade Game before going outside to introduce themselves around the hot tubs. After the hot tubbing, they play 1000 Blank White Cards.
- Stephen: "Back home again after a fun-filled day of strip-walking."
- Steve: "And back-riding."
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-10/segments/1581875143455.25/warc/CC-MAIN-20200217235417-20200218025417-00523.warc.gz
|
CC-MAIN-2020-10
| 807 | 6 |
https://blog.dipl.io/2017/04/17/dipl-io-1-0-released/
|
code
|
dipl.io 1.0 Released
IT’S HERE! dipl.io 1.0 is released.
I started dipl.io late October 2014 (!). Its goal was lofty, perhaps too lofty: write a complete front-end and server from scratch to handle web requests and adjudicate games. I got close to that goal, but teaming up with diplicity was the right decision to get this app out and publicised.
So what now? I’m establishing a new workflow to maintain quality control.
- Changes will be tied to GitHub tickets. No ticket, no code.
- Versioned releases will be made up of tickets.
- A new changelog will contain autogenerated release notes.
This all starts now, with a planned 1.0.1 release. It will have important fixes (if any are needed), quick improvements, and the like.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-43/segments/1539583510998.39/warc/CC-MAIN-20181017044446-20181017065946-00045.warc.gz
|
CC-MAIN-2018-43
| 731 | 8 |
https://codedefault.com/sn/details/2206
|
code
|
关于[Machine Learning with ML.NET in UWP: Binary Classification]的摘要:
In this article we will use ML.NET to build and compare four Machine Learning Binary Classification pipelines. Each model uses another algorithm to predict the quality of wine from 11 physicochemical features. The characteristics of the prediction models are visualized using OxyPlot. All the code is in C# (“Look mom, no Python!”) and hosted in a UWP app together with some other ML.NET use cases.
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-29/segments/1593655880665.3/warc/CC-MAIN-20200714114524-20200714144524-00255.warc.gz
|
CC-MAIN-2020-29
| 479 | 2 |
http://www.meetup.com/JapaneseSeattle/messages/47192262/
|
code
|
Cancel dues at any time.
Dues are billed each year.
We're the area's most active Japanese Meetup, with a lively group of people who speak or are learning Japanese. We have regular, casual meetings to practice Japanese, talk about trips to Japan, and interact with other Japanese speakers. Native speakers are welcomed, intermediate Japanese speakers get lots of practice, and beginners are encouraged to ask questions to learn more.
Most of the time we simply have casual conversations in Japanese and English. We rarely set an agenda. If you're trying to learn something specific, please feel free to bring materials or books that cover your topic and feel free to ask for help. This isn't a classroom. We don't have any formal lesson plans, but many people will be glad to help you out on something with which you're struggling.
Thursday night dinner Meetups: Always in Seattle, but the neighborhood varies. Once or twice a month: Coffee Meetup, usually in-city, now hosted rather irregularly, but you are welcome to step up. Occasional events: Karaoke/Happy Hour. Irregular: Southend/Northend/Eastside events, private home parties. (You can always volunteer to organize these) Please sign up to keep informed! Suggestions? Email Jason.
|
s3://commoncrawl/crawl-data/CC-MAIN-2015-32/segments/1438042988962.66/warc/CC-MAIN-20150728002308-00042-ip-10-236-191-2.ec2.internal.warc.gz
|
CC-MAIN-2015-32
| 1,238 | 5 |
http://news.css3.info/category/css3-articles/page/4/
|
code
|
Notification messages are an important part of the user experience and you can’t afford to omit them. A notification alert message should appear every time the user perform important tasks.
In this article, you’ll learn how to create some alert messages with CSS3 and Jquery.
The CSS3 fonts module has a number of interesting CSS3 properties and features. Browser support for many of these is pretty limited right now, but I thought I’d summarize some of these features here.
CSS3 introduces a few new units. (Oh wait, I’ve said that before.) So, you’ve heard about px, pt, em, and the fancy new rem. Let’s look at a couple more: vw and vh.
With vw/vh, we can size elements to be relative to the size of the viewport. The vw/vh units are interesting in that 1 unit reflects 1/100th the width of the viewport. To make an element the full width of the viewport, for example, you’d set it to width:100vw.
A of a nice coverflow effect only with CSS3 properties. The animations are done via the ‘transition’ instruction, the 3D effect via some custom webkit transformations or using skew (for firefox compatibility). Everything is triggered via the :target pseudo-class.
This article looks in detail at radial gradients. If you’ve got a good sense of how linear gradients work, radial gradients should present no great difficulty. And, I’ll again introduce an updated tool for creating radial gradients, which supports the current syntax, and works across all modern browsers which support radial gradients (more on which they are shortly).
Although CSS3 @font-face is supported by most major browsers (IE, Firefox, Chrome, and Safari), but not all. When it doesn’t, your custom fonts might break the layout or come out with undesired results. In this article, I will explain the common issues with using custom fonts, picking the matching fallback web safe fonts, and how to create a perfect fallback font style with Modernizr.
Since the last few months it feels like web standards are moving at pace that we would really like them to move. Every browser is pushing the envelope ahead including our very own IE9. For the first time it feels like web is getting the extra freedom of expression that it deserves and we want to contribute to that.
ASP.NET developers have been asking for HTML5 & CSS3 support all the time and today we are super excited to announce the public availability of Visual Studio Web Standards Update which brings a ton of HTML5 & CSS3 support to Visual Studio 2010 SP1. VS Web Standards Update is a free extension available for anyone who is using Visual Studio 2010 SP1 and it provides HTML5 & CSS3 support based on current W3C specifications.
If you’ve yet to learn how to work with CSS3 media queries, I hope it’s near the top of your to-do list, because 2011 is definitely the year of the mobile device. Whether you need to build a separate mobile site, or plan to make one size fit all, you’ll still need to be up to date with responsive web design techniques.
After more than a year of work, I’m absolutely proud and delighted to introduce my first book: The Book of CSS3. As well as the prosaic title, the subtitle — A Developer’s Guide to the Future of Web Design — should give you some idea of what to expect from it: it’s a book written by a developer, for developers; in other words, by me, for you.
The book doesn’t aim to teach CSS from scratch; it presumes that you’re a working developer with a good knowledge of web technologies, especially CSS, and you want to take your knowledge to the next level. It aims to translate the sometimes complex specification into something that’s easier to understand, and has plenty of code examples and illustrations to aid in achieving that aim.
I’ve never been a big fan of CSS generators, but this one is just way too cool! LayerStyles, a web app created by Felix Niklas, allows you to generate CSS using an interface that looks almost exactly like the layer styles dialog box in Photoshop…
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-09/segments/1487501170992.17/warc/CC-MAIN-20170219104610-00646-ip-10-171-10-108.ec2.internal.warc.gz
|
CC-MAIN-2017-09
| 4,014 | 14 |
https://www.mergeconflict.fm/tags/certificates
|
code
|
Join Frank & James for a weekly discussion on the world of technology and development including C#, F#, .NET, web, mobile, and more.
We found 3 episodes of Merge Conflict with the tag “certificates”.
333: How to REALLY ship apps
November 21st, 2022 | 30 mins 9 secs
android, app store, certificates, ios, provisioning, shipping apps, xamarin
Signing, provisioning, certificates, oh my! We break down what you need to know on how to really ship apps to the app store.
147: I'm a Mac Developer!
April 29th, 2019 | 45 mins 44 secs
android, certificates, certification, entitlements, ios, macos, xamarin, xamarin.forms
James is official a macOS developer thanks to Xamarin.Forms! He ported My Stream Timer over to macOS from WPF in a matter of hours and he gives a full break down of the good, bad, and the ugly.
Merge Conflict 40: Setting Expectations
April 10th, 2017 | 37 mins 34 secs
android, app development, app store promotion, certificates, developer setup, ios, keystores, promotion, settings, xamarin
It's that time again... Lightning Talks!!! This week we cover six different spanning settings, app advertising, provisioning, and more!
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-14/segments/1679296948871.42/warc/CC-MAIN-20230328201715-20230328231715-00629.warc.gz
|
CC-MAIN-2023-14
| 1,146 | 14 |
https://answers.coveo.com/questions/2761/coveo-search-web-service-access-is-denied.html
|
code
|
Coveo Search Web Service: Access Is Denied
I am getting this error on the diagnostics page: "Coveo Search Web Service: Access Is Denied"
I am trying to configure Coveo where the sitecore instance is on a separate server from CES. I changed all the paths in Coveo.SearchProvider.config to this server's path, and when I did a new license was automatically created on the CES server, which I take to mean that the servers are communicating.
We suspect that the issue has to do with SSL on the CES server. The https path in the
Normally, the Search Service path is in HTTPS, looking like https://localhost:52810/7.0/CoveoSearchService. Have you followed the steps described here ?:
Did you copy the certificates file to your Sitecore instance?
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-43/segments/1570986655735.13/warc/CC-MAIN-20191015005905-20191015033405-00115.warc.gz
|
CC-MAIN-2019-43
| 740 | 6 |
https://www.wikiplanet.click/enciclopedia/en/Ocean_current
|
code
|
This article needs additional citations for
An ocean current is a continuous, directed movement of
An ocean current flows for great distances and together they create the
Surface oceanic currents are sometimes wind driven and develop their typical clockwise spirals in the
Deep ocean basins generally have a non-symmetric surface current, in that the eastern equatorward-flowing branch is broad and diffuse whereas the western poleward flowing branch is very narrow. These
Deep ocean currents are driven by density and temperature gradients.
Surface currents make up only 8% of all water in the ocean, are generally restricted to the upper 400 m (1,300 ft) of ocean water, and are separated from lower regions by varying temperatures and salinity which affect the density of the water, which in turn, defines each oceanic region. Because the movement of deep water in ocean basins is caused by density-driven forces and gravity, deep waters sink into deep ocean basins at high latitudes where the temperatures are cold enough to cause the density to increase.
Ocean currents are measured in
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-43/segments/1570986654086.1/warc/CC-MAIN-20191014173924-20191014201424-00363.warc.gz
|
CC-MAIN-2019-43
| 1,090 | 8 |
https://foodiebadge.com/our-favorite-ina-garten-egg-recipe-videos-barefoot-contessa-food-network/
|
code
|
From her go-to potato basil frittata to the most-perfect scrambled eggs, these are our favorite Ina Garten egg recipe videos of all time!
Subscribe to #discoveryplus to stream more of #BarefootContessa: http://discoverypl.us/2NeKVgd
Subscribe to Food Network ▶ http://foodtv.com/YouTube
Welcome to Food Network, where learning to cook is as simple as clicking play! Grab your apron and get ready to get cookin’ with some of the best chefs around the world. We’ll give you a behind-the-scenes look at our best shows, take you inside our favorite restaurant and be your resource in the kitchen to make sure every meal is a 10/10!
Get the recipes ▶
Potato Basil Frittata: https://foodtv.com/3NIAXiw
Herbed-Baked Eggs: https://foodtv.com/3EcTL6i
Truffled Scrambled Eggs: https://foodtv.com/3UkHORG
Subscribe to our channel to fill up on the latest must-eat recipes, brilliant kitchen hacks and content from your favorite Food Network shows.
▶ WEBSITE: https://www.foodnetwork.com
▶ FULL EPISODES: https://watch.foodnetwork.com
▶ FACEBOOK: https://www.facebook.com/FoodNetwork
▶ INSTAGRAM: https://www.instagram.com/FoodNetwork
▶ TWITTER: https://twitter.com/FoodNetwork
#InaGarten #BarefootContessa #FoodNetwork #EggRecipes
Our Favorite Ina Garten Egg Recipe Videos | Barefoot Contessa | Food Network
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-49/segments/1669446709929.63/warc/CC-MAIN-20221126212945-20221127002945-00326.warc.gz
|
CC-MAIN-2022-49
| 1,314 | 16 |
https://groups.google.com/g/google-apps-script-community/c/DMZUjswoALQ
|
code
|
Over the years, I've built an over-engineered package/framework to use React in apps-script add-ons. The current version is built with Pnpm + Vite + Rollup.
Rollup is used to bundle server-side code (apps script) and Vite for bundling client side html (Sidebar / modal) code.
It's inspired by two other starter kits ( this
and this )
Initially I was using Parcel (switched to vite now) to bundle client side code (outputs .html files with inlined js & css codes).
Later I added a way to upload js and css assets automatically to CDN during build.
As it's using Vite, any frameworks (supported by vite) should work.
Here's my workflow:
During development, I run "pnpm run gas:dev". It bundles server code and uploads to apps script, starts a local server to serve client code ... (it's actually complex). I can make updates to both server side and client side code and it will sync automatically in background.
To deploy, I run "pnpm run gas:deploy:staging" or "pnpm run gas:deploy:production" (I use two separate apps script projects). It will bundle and upload to apps-script and to the CDN.
Any add-ons built with this ?
It's currently not open-sourced. I was planning to open-source it, but never felt encouraged enough as there's already a lot of starter kits out there.
Also, it would be overkill for beginners.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-14/segments/1679296945289.9/warc/CC-MAIN-20230324211121-20230325001121-00245.warc.gz
|
CC-MAIN-2023-14
| 1,316 | 13 |
http://superuser.com/questions/tagged/ics+google-chrome
|
code
|
Meta Super User
to customize your list.
more stack exchange communities
Start here for a quick overview of the site
Detailed answers to any questions you might have
Discuss the workings and policies of this site
Extensions to import ICS events to Google calendar
Which chrome/firefox extensions or stand-alone desktop applications can allow me to add .ics events to google calendar ?
Oct 11 '11 at 6:59
newest ics google-chrome questions feed
Hot Network Questions
Why does research cost so much money?
Prove that the 25 people can be seated in this way
If I sell my house, will I have to pay taxes on the profit?
Share centralized queries for multiple databases
Make macros with random (but specific) output
What's wrong with solving absolute value equations in this way?
Why does "wc -c" print a value of one more with echo?
What is this beetle?
RPM dip in a magneto check
Find the Smoothest Number
How To Synchronize Directories in two different external hard disks?
Setting Zero values back to NULL
Do two computers connected on the same wifi have the same ip address?
Is there a word for "a variety of breakfast foods"
Simplifying a series of type checks and casts in a generic method
Stack Exchange Stock Exchange ~ Revised
FullSimplify giving unexpected result
How informal can 为 someone 服务 be?
What does this lyric mean?
Does a pine needle mulch make your soil acidic?
Can humans survive without consuming life?
Should I throw dice again if I have rolled 4?
Is it common to provide digital notes (slides or handwritten) for students?
Can my IT department read my Google Hangouts chats while at work?
more hot questions
Life / Arts
Culture / Recreation
TeX - LaTeX
Unix & Linux
Ask Different (Apple)
Geographic Information Systems
Science Fiction & Fantasy
Seasoned Advice (cooking)
Personal Finance & Money
English Language & Usage
Mi Yodeya (Judaism)
Cross Validated (stats)
Theoretical Computer Science
Meta Stack Exchange
Stack Overflow Careers
site design / logo © 2014 stack exchange inc; user contributions licensed under
cc by-sa 3.0
|
s3://commoncrawl/crawl-data/CC-MAIN-2014-35/segments/1408500822560.65/warc/CC-MAIN-20140820021342-00190-ip-10-180-136-8.ec2.internal.warc.gz
|
CC-MAIN-2014-35
| 2,057 | 53 |
https://mail.python.org/pipermail/python-ldap/2007q4/002030.html
|
code
|
jamesa at daa.com.au
Mon Oct 22 14:53:48 CEST 2007
The current Python LDAP interface is a bit low level for my liking, so
I've started work on an LDAP ORM. Currently there's very little RM
going on, but I have got a nice Python object representing an LDAP
object with attribute access and deletion, no adding or saving to the
ldap server just yet. ldap.schema is really quite handy.
Which brings me to my next point - could someone update the API docs on
the website? They're 3.5 years out of date, and so missing things like
ldap.schema and cidict.
Here's a patch for cidict to implement __contains__, which makes foo in
somecidict work right:
--- cidict.py~ 2003-08-25 00:28:12.000000000 +0800
+++ cidict.py 2007-10-22 20:16:54.000000000 +0800
@@ -43,6 +43,9 @@
+ def __contains__(self,key):
+ return UserDict.has_key(self,lower(key))
Anyway, I'd appreciate any comments or suggestions (including for a new
name) on LDAP ORM. I have a vague goal of being able to use LDAP as an
ORM for Django or whatever other web framework tickles your fancy.
More information about the python-ldap
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-26/segments/1529267868237.89/warc/CC-MAIN-20180625170045-20180625190045-00376.warc.gz
|
CC-MAIN-2018-26
| 1,085 | 21 |
https://wireless.education/study/az-900-microsoft-azure-fundamentals-training-bootcamp-2021-it-certification-online-course-by-udemy/
|
code
|
It & Software Online Course by Udemy, On Sale Here
Pass AZ-900 Microsoft Azure Fundamentals Exam. Complete Microsoft Certified Azure Fundamentals AZ-900 Certification!
An excellent training about It Certification
AZ-900 – Microsoft Azure Fundamentals Training Bootcamp 2021
Course Updates: v2.0 Nov2020 – The course is completely up-to-date with new AZ-900 exam requirements – Nov 9, 2020.Following lectures have been added, marked with [NEW] label in the course sections. Azure Government and Azure ChinaSubscriptions and Management Groups in AzureAzure Event GridAzure SQL Managed Instance Fundamentals 101Hands-on Lab – Create Azure SQL MI in Azure PortalAzure ExpressRoute Fundamentals 101Azure Bot Service Fundamentals 101GitHub and GitHub Actions for Azure Fundamentals 101Microsoft Cloud Adoption Framework for AzureMicrosoft Privacy Statement, OST and DPAMicrosoft Trust Center, STP and Compliance ManagerConditional Access and SSO in AzureAzure Sentinel Fundamentals 101Azure Dedicated Hosts Fundamentals 101Azure Composite SLA FundamentalsAzure Service Lifecycle Fundamentalsv1.2 May 2020Added Practice Exam #2 – Microsoft Azure Fundamentals AZ-900 Exam, 45Qs with detailed explanations and references to official documentationv1.1 April 2020Added Practice Exam #1 – Microsoft Azure Fundamentals AZ-900 Exam, 45Qs with detailed explanations and references to official documentationv1.0 March 2020Course launch============================Welcome! I’m here to help you prepare and PASS the newest Microsoft Azure Fundamentals AZ-900 Exam. Beginners welcome: no need to know anything about Microsoft Azure! This is going to be a 9 hours long journey and passing the AZ-900 Microsoft Azure Fundamentals exam will be worth it! HOW THIS COURSE IS DIFFERENTI have closely aligned this course with the official Microsoft Azure Fundamentals AZ-900 exam guide and structured the course so that you can study at a pace that suits you best. I start with some basic background to get everyone up to speed on what cloud computing is and its benefits, before progressing through each knowledge domain.I am absolutely convinced that using practical hands-on labs will improve memory retention and maximise knowledge, so I have included many (optional) hands-on guided labs for those who have the time and desire to build a practical skillset. With this all-in-on Udemy Microsoft Azure Fundamentals Training Bootcamp, you’ll be ready to pass the AZ-900 Microsoft Azure Fundamentals exam first time. This Microsoft Azure Fundamentals AZ-900 Training Bootcamp course is different from the other ones you’ll find on Udemy. We will spend over nine hours discussing Azure in depth. It covers in-depth all the new topics on the Microsoft Azure Fundamentals AZ-900 examIt’s packed with practical knowledge and hands-on labs on how to really deploy Microsoft Azure fundamental servicesIt teaches you how to prepare for the AZ-900 exam AND how to prepare for the real worldIt’s a logical progression of topics, not a list of random servicesIt’s fast-paced and to the pointAll 500+ slides available as downloadable PDFEnglish Professional Closed Captions (CC)Simply put, here’s what we’ll learn to PASS the Microsoft Azure AZ-900 Fundamentals exam: Azure Cloud Fundamentals: cloud deployment and computing models, Azure global infrastructure with regions and availability zonesAzure Core Compute Services: VMs, NSGs, LBs, Containers, Azure App Service, Azure Function, Azure Logic AppsAzure Core Storage Services: Storage Accounts, Managed Disks, Azure Blob Storage, Azure Files Storage, Azure Queues Storage, Azure TablesAzure Core Databases Services: Cosmos DB, SQL DB, MySQLDB, PostgreSQL DBAzure Miscellaneous Services: IoT, Big Data and Analytics, AI & ML, DevOps in AzureAzure Resource Manager: ARMand ARMtemplates, Tags, Policies and LocksMonitoring and Compliance: Azure Blueprints, Advisor, Azure Monitor, Azure Service HealthSecurity Services Fundamentals: Cloud Shared Responsibility Model, Azure Security Center, Azure Active Directory, MFA, RBAC, Firewall & DDoS, Azure Key Vault, AIP, ATPPricing and Support: TCO Calculator, Azure Advisor, Azure Cost Management, Azure Support Plans, Azure Service Level Agreements (SLAs)WHAT DO OTHER STUDENTS SAY?The course was excellent and went into greater detail than was required to pass the exam, including practical demonstrations to reinforce the concepts. I would highly recommend this course to anyone studying for the AZ-900 exam-This is THE most amazing AZ-900 Fundamentals Course i have seen in Udemy and on the ‘Net. I recommend this course to anybody – as it is crisp clear and complex enough to understand the concepts. The practicals / hands-on dispersed across the course helps one to understand the concepts fully-Really loved this course. This course helped me pass the first time. I think what separates this course from others is the fact that this course has a lot of hands-on exercises, and the instructor really knows his stuff. Happy studying everyone-Excelente, muy completo! Totalmente recomendable-Great content, concise and easy to follow. I passed the exam 880 out of 1000, with help from this course, especially the labs, quizes and practice exams. Oh and remainder to delete all resources helps to save some $$$ from unexpected Azure costs. Many thanks, Ciprian, and looking forwar
Udemy is the leading global marketplace for learning and instruction
By connecting students all over the world to the best instructors, Udemy is helping individuals reach their goals and pursue their dreams.
Study anytime, anywhere.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100677.45/warc/CC-MAIN-20231207153748-20231207183748-00628.warc.gz
|
CC-MAIN-2023-50
| 5,611 | 8 |
http://www.fmod.org/questions/question/forum-21354/
|
code
|
I’m using a sound when selecting an option in a menu. When press and hold down a key, the selected option starts to change quickly and the sound is played multiple times. After a while, the sound is no longer heard and some times even the music stops (the sounds have default priority and the music priority 0). If let go the key and hold down to it again, the sound would only be heard once (the first time). My guess is that I’m running out of channels, but, as the sound is quite short, shouldn’t FMOD get free channels each time some sound stops?
Right now I’m loading the sounds from memory using something similar to this (where sound_error is a function used to check if there has been any problem):
[code:1m62tlg2]iResult = FMOD_System_CreateSound(ptFSystem, pszPosition, FMOD_SOFTWARE | FMOD_2D | FMOD_CREATESAMPLE | FMOD_OPENMEMORY, ptInfo, psndSound);
I play the sound using something like this:
[code:1m62tlg2]iResult = FMOD_System_PlaySound(ptFSystem, FMOD_CHANNEL_FREE, sndSound, TRUE, &cnlChannelSounds[iChannel]);
And I update FMOD System in every loop.
I’m using FMOD 4.04 in Suse 10.1 and gcc version 4.1.0, but I’ve also tested this (and had the same problems) in Windows 2000 and XP using Dev-C++.
Thanks for your help!
- pier_guillen asked 12 years ago
I found my bug (thanks for your reply!). Still, there’s something that confuses me. Once it was fixed, there was a small gap where no sound was heard. So I incremented the amount of channels, which helped reduce the gap and it was barely noticable. Just for testing, I incremented again the amount of channels and, to my surprise, this made that after a while the sounds weren’t heard or were really low. If I let go and start again, the were hearable again, but just for some time. Why is this? Is it because there are to many channels to be updated and my computer isn’t fast enough to process it?
- pier_guillen answered 12 years ago
Please login first to submit.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-47/segments/1542039741192.34/warc/CC-MAIN-20181113020909-20181113042909-00186.warc.gz
|
CC-MAIN-2018-47
| 1,958 | 12 |
https://www.aldilife.com/de/ebook-download/wissenschaft/informatik-und-edv/anwendungs-software/pro-oracle-database-10g-rac-on-linux/p/2011052406205
|
code
|
Pro Oracle Database 10g RAC on Linux
Only book on the market to actually show you how to build an Oracle RAC cluster on Linux. Author expertise & quality: Steve Shaw's Hammerora project is one of the most visited sites in SourceForge.net. Julian Dyke is Chair of UK Oracle User Group RAC SIG and a member of the Oak Table Network. Based on latest Oracle release (10g R2) which we anticipate being the release where the largest number of customers migrate from existing single instance databases to RAC clusters. Linux is highest growth sector in relational database market and Oracle has 69% of that market (Gartner). John Shaw has worked in business processing and integration for over 10 years and has architected some of the largest Microsoft integration projects in the U.S., U.K., and Australia. His technical expertise includes implementing Microsoft BizTalk and messaging standards for a variety of clients in finance, supply chain, and other sectors. Most recently, he founded SphereGen, a niche company that provides a blended model of low-cost onshore and offshore solutions for its clients. Prior to that, John worked as the U.S. BizTalk Practice Lead for Conchango, where he obtained BizTalk Virtual Technical Specialist (VTS) status within Microsoft.
Weiterlesen weniger lesen
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-51/segments/1575541308604.91/warc/CC-MAIN-20191215145836-20191215173836-00549.warc.gz
|
CC-MAIN-2019-51
| 1,289 | 3 |
https://technosanct.com/keyword-advantage-review-prepare-get-horrified/
|
code
|
Internet marketing is an interesting phenomenon. Here’s a domain where you are trying to get mind share and wallet share in front of millions, without ever leaving your room (well, potentially). You do this following a set of processes, methods, and studying human behaviour on the world of web.
Sometimes, it is easy to do all this even knowing little about the core domain itself. I am aware of that you don’t need to be a mechanic to sell a car, but here you may not even know whether the car has wheels. Still you can make up a story out of how the car has the potential to perform in the next NASCAR race. You do that by studying hard about what NASCAR is and how your car relates to it – even without the wheels.
The world of IM becomes more interesting when dealing with digital products. Especially the products that enable you to sell other products, or get you a competitive edge in your internet marketing efforts. Keyword Advantage is one such product that I came across recently.
Before going through my opinion about the tool, know this – Keyword Advantage may be quite old, and may even be a successful product. All that is expressed here is my personal opinion about stuff, and that may not mean much.
Keyword Advantage Review
Well, this is not really a review. I just wanted to get that H1 keyword out there to see what comes out of it (potentially nothing!).
So, I recently saw some hundred marketers and one of their dogs coo about Keyword Advantage. Since most of the things I write here are for myself, I decided to make notes on how keyword research can be easier done with this new shiny tool.
I was not disappointed. Not only the tool does not look good, but it does a lousy task of keyword research.
See it in action if you must.
Most of us understand that the process of finding right keyword, after you short list a few innovative keywords, is not that different. You just go to the keyword research tool in Google, and type/export away to glory.
Or, you man up and buy a keyword research tool.
Although you remain the brain behind the tool and chart out the path to making effective keyword research, the tool does go a long way in reducing your work. You get more things done in lesser time, you do things efficiently.
Now, let’s take Keyword Advantage. It says on the tin that you can use this to “unearth thousands of money keywords in seconds for any niche”.
Keyword Advantage promises to get keywords that have:
- High high keyword demand (a different term used to indicate search volume)
- Low keyword competition
- High keyword buyer propensity
Under the hood, Keyword Advantage appears to be a flash-based tool that is tightly integrated into a browser. As in many keyword research tools this ties back into the Adwords keyword database for all analyses.
What works for Keyword Advantage?
Keyword research is one of the difficult things for newbie internet marketers to understand. Any new tool that promises to solve this problem with one click is watched. Further –
- Budding internet marketers are always looking for new tools to get their job done. New processes that are shortcuts, and instant tickets to success. Although I am yet to hear this, it makes good marketing story and marketers get marketed stuff. That is inevitable.
- New tools uncover opportunities to dump something on my unsuspecting readers. Especially if that means more money for myself
- Even if I know nothing about keyword research, I can still tell you to buy this software and become a millionaire by finding out all the keywords that there are to find
So, this does the same work that thousands of other tools do. What’s different? Why did I isolate this tool?
For one, I am just bored. I failed spectacularly in one of my recent assignments, and since I am not going anywhere fast, I decided to look around the world. And, the world is not a beautiful place all the time.
Second, the UI and process in the Tool was horrible. The functions implemented are so hapazard that you get a bit scared while watching the video. Remember that the video is supposed to showcase the good bits, and the tool does not come out on top with what is showcased.
Why Keyword Advantage is not excellent?
I am not a good keyword researcher. But I can tell you with 100% confidence that this is a tool made only to get more money for the marketers.
Why? Read on –
- The tool does not offer a good user experience
In the video you will see that you have to switch to the actual, free to use Google Keyword Planner to type in keywords, get volumes, and see CPC. The tool did not quite build through APIs for the most basic functions, but for some strange reason does this only later.
- Absolutely no value-add in terms of functionality.
The tool imports keywords from Keyword Planner, displays the same data as in Keyword Planner
- Numbers and colors don’t mean anything
Keyword Advantage adds some magical numbers to denote keyword value that may mean anything. But a few formulae that show a different number (most likely a ratio), and different colour will not do justice to the $29+ charged for the tool.
For example, see the below diagram that showcases the “backbone of Keyword Advantage”.
PR is really old, and may not mean anything today. You will see a lot of PR0, PR1 sites on the first page of Google results, but they are incredibly hard to beat.
- All the things that are considered “marketing savvy” are in evidence:
- Create artificial scarcity
- A solid sales funnel that can try sell you more products after you buy the product
- Numerous affiliate marketing promotions and promoters
The market for IM tools is huge and supposedly there is a place for everyone. But, these kind of tools are intended to make more money by sheer marketing prowess, and have nothing to prove for themselves.
Try Keyword Advantage, and find out by yourself.
The sales page looks much better than the tool.
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964363189.92/warc/CC-MAIN-20211205130619-20211205160619-00197.warc.gz
|
CC-MAIN-2021-49
| 5,926 | 44 |
https://lastminutecontinue.com/lets-play/showing-andy-the-ropes-badly-playerunknowns-battlegrounds-1/
|
code
|
SHOWING ANDY THE ROPES, BADLY | PlayerUnknown’s Battlegrounds #1
Kevin, Mr. Vanato and TheBritishAndy play some PUBG as Andy gets an introduction to the game
Be sure to follow us on our other channels as well.
Twitch ► https://www.twitch.tv/lastminutecontinue
Twitter ► https://twitter.com/lastmincontinue
Facebook ► https://facebook.com/LastMinuteContinue
Discord ► discord.gg/jFS94t8
If you enjoyed and would like to donate to help us get new things to entertain you, you can do so here: https://streamlabs.com/lastminutecontinue
Check out our YouTube channel for many more Let’s Plays, unboxings and other video content!
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224643388.45/warc/CC-MAIN-20230527223515-20230528013515-00245.warc.gz
|
CC-MAIN-2023-23
| 635 | 9 |
https://hasura.io/docs/latest/deployment/graphql-engine-flags/index/
|
code
|
GraphQL Engine Server Configuration
You can customize the configuration of the Hasura GraphQL Engine using either server flags or environment variables.
See the Server config reference for the list of all available flags and environment variables that can be configured.
Setting server configurations
You can configure self-hosted Hasura GraphQL Engine instances by setting flags on the
graphql-engine command and the
graphql-engine command has a limited number of flags and environment variables; these pertain directly to the
databases used in your project.
graphql-engine command is structured as:
$ graphql-engine <server-flags>
As an example, we can set the metadata database url for a project using a flag:
$ graphql-engine --metadata-database-url "postgres://<user>:<password>@<host>:<port>/<db-name>"
serve sub-command provides opportunities to further customize Hasura's configuration.
Building on the previous example, we can set the port by which Hasura is served by pairing the
serve sub-command with
--port flag and assigning a value:
$ graphql-engine --metadata-database-url "postgres://user:password@host:port/db-name" serve --port 3000
The following options can be configured via flags only:
--host Postgres server host
-p, --port Postgres server port
-u, --user Database user name
-p, --password Password of the user
-d, --dbname Database name to connect to
-o, --pg-connection-options PostgreSQL connection options
All other flags can also be passed as environment variables.
Using environment variables
You can also use environment variables to configure the Hasura GraphQL Engine. As an example, if you're using
Docker on a self-hosted instance, you can set these values by modifying your
docker-compose.yaml file used to run Hasura:
## postgres database to store Hasura metadata
## this env var can be used to add the above postgres database to Hasura as a data source. this can be removed/updated based on your needs
## enable the console served by server
HASURA_GRAPHQL_ENABLE_CONSOLE: 'true' # set to "false" to disable console
## enable debugging mode. It is recommended to disable this in production
HASURA_GRAPHQL_ENABLED_LOG_TYPES: startup, http-log, webhook-log, websocket-log, query-log
## uncomment next line to run console offline (i.e load console assets from server instead of CDN)
# HASURA_GRAPHQL_CONSOLE_ASSETS_DIR: /srv/console-assets
## uncomment next line to set an admin secret
# HASURA_GRAPHQL_ADMIN_SECRET: myadminsecretkey
Alternatively, if you're using Hasura Cloud, you can set and add environment variables from a project's dashboard:
When the equivalent flags for environment variables are used, the flags will take precedence.
When adding or updating environment variables on Hasura Cloud, you will not need to restart your project and there will be no downtime.
The following are a few configuration use cases:
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100583.31/warc/CC-MAIN-20231206063543-20231206093543-00111.warc.gz
|
CC-MAIN-2023-50
| 2,860 | 43 |
https://stackshare.io/odoo
|
code
|
What is Odoo?
It is a business management software including CRM, e-commerce, billing, accounting, manufacturing, warehouse, project management, and inventory management.
Odoo is a tool in the CRM category of a tech stack.
Odoo is an open source tool with 19.2K GitHub stars and 13.2K GitHub forks. Here’s a link to Odoo's open source repository on GitHub
Who uses Odoo?
37 companies reportedly use Odoo in their tech stacks, including Quezx.com, 5G Systems, and Infrastructure & Ops.
88 developers on StackShare have stated that they use Odoo.
- Website Builder
- Warehouse Management
- Project Management
- Billing & Accounting
- Point of Sale
- Human Resources
Odoo Alternatives & Comparisons
What are some alternatives to Odoo?
See all alternatives
Trello is a collaboration tool that organizes your projects into boards. In one glance, Trello tells you what's being worked on, who's working on what, and where something is in a process.
It is an accounting software package. You can access and manage your books from your computer, laptop, tablet, or smartphone anytime you choose. Create access privileges so that your colleague or accountant can login and work.
One complete system including accounting, CRM, inventory, and ecommerce. With NetSuite, you can implement the complete business software suite to run your entire business better or begin with one module and add functionality as you need it.
Unique and powerful suite of software to run your entire business. It contains word processing, spreadsheets, presentations, databases, note-taking, wikis, web conferencing, customer relationship management, project management, invoicing, and other applications.
Shopify powers tens of thousands of online retailers including General Electric, Amnesty International, CrossFit, Tesla Motors, Encyclopaedia Britannica, Foo Fighters, GitHub, and more. Our platform allows users to easily and quickly create their own online store without all the technical work involved in developing their own website, or the huge expense of having someone else build it. Shopify lets merchants manage all aspects of their shops: uploading products, changing the design, accepting credit card orders, and viewing their incoming orders and completed transactions.
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-45/segments/1603107903419.77/warc/CC-MAIN-20201029065424-20201029095424-00647.warc.gz
|
CC-MAIN-2020-45
| 2,255 | 21 |
https://orchard.codeplex.com/discussions/458492
|
code
|
I think we must be misunderstanding each other. Let see if I can flesh out the whole issue...
On my site, we support multiple languages.
On our main menu, we have an item called Products, which links to a page called Products.
On this "Products" page we have a side nav, where we are rendering multiple projections. These projects are serving as Product filters. One of the projections is called Data Providers.
This Data Providers projection renders a list of products (in the current culture) that have been flagged as a Data Provider product. (The flag is set on a custom content type called Product)
So for illustration purposes here is the menu heirarchy:
Products (Page Content Type linked to menu)
- Data Providers (Projection)
- List of Products (Custom Content Type, which supports multiple cultures)
We are nearly finished build this site, and the navigation coupled with the culture has become the bane of our existence for the moment.
We have been banging our heads trying to get the side nav (which represents level 2+ menu items) to play nice with cultures. We setup multiple menus as such:
Main menu - which is shown on the home page that contains the following (Products, About, News, etc...)
Products menu - which contains the projections (Data providers, Industry Partners, etc...)
So if you were click Products from the main menu the breadcrumbs would show: Home / Products
The side nav would show:
If you clicked on the Data Providers projection you would see the listing of products that met the projection criteria, and the breadcrumb would now be:
Home / Products / Data Providers
If you clicked on one of the products the breadcrumb would now be: Home / Products / Product Name
All of this works in the "root" culture, but to get these items to show in the nav & breadcrumbs we were having to add to the Products menu the following in every culture:
Products Content page
Projections (Here's the rub, can't add projection more than once...)
Every product, we have 18 products x's 12 supported cultures
Also we hid the products from the side nav, in the view based on content type which we read from the model we applied a style to dom element and the use jQuery to hide it, so only want the projections to show, but the products had to be in the nav to work with
So our Products menu alone had 230 items, while a nightmare to administer it was quasi-working when we changed culture with exception of the projections. Because you can only put a projection once on a menu (and we understand why, it's basically culture agnostic),
we couldn't get it show anywhere but the root culture.
We had the epiphany to just create queries / projections to render all the content of the products area (and all others area too).
This would allow us to write a query for the top level (current culture, type = page, title = Products).
Then just the existing projections for the next level (Data providers...)
And the a query for each Product (Current culture, type = Product, title = Product Name)
So we did all that and it was working like a champ... Our menu went down to about 20 items (just each individual item) making it manageable.
This approach leaves us with a couple new issues:
- The menus are no longer translating as we change culture (because they are simply showing the projection title, and not the content title)
- I can't hide the products from the side nav because I no longer see their content type when they render due to them being projections, thus I wondered where can I get the content type of the thing being projected.
Here is the code that I use to hide the items, perhaps this will help some as well...
// odd formatting in this file is to cause more attractive results in the output.
var items = Enumerable.Cast<dynamic>((System.Collections.IEnumerable)Model);
// HACK: Hide the Products and OForm Inquiry Page in the products-menu
if (Model.Item.Content != null)
(Model.Menu.MenuName == "products-menu" & (Model.Item.Content.ContentItem.ContentType == "Product" || Model.Item.Content.ContentItem.ContentType == "OForm"))
|| (Model.Item.Content.ContentItem.ContentType == "OForm" & Model.Menu.MenuName == "news-menu")
@* morphing the shape to keep Model untouched*@
Model.Metadata.Type = "MenuItemLink";
@* render the menu item only if it has some content *@
var renderedMenuItemLink = Display(Model);
var tag = Tag(Model, "li");
All in all, I just want a way to show culture aware items on the menu, where we have projections involved.
Sorry for being so long winded, but I hope that better explains the issue I am having.
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917125654.80/warc/CC-MAIN-20170423031205-00442-ip-10-145-167-34.ec2.internal.warc.gz
|
CC-MAIN-2017-17
| 4,561 | 47 |
https://codeql.github.com/codeql-query-help/python/py-undefined-export/
|
code
|
Explicit export is not defined¶
ID: py/undefined-export Kind: problem Severity: error Precision: high Tags: - reliability - maintainability Query suites: - python-security-and-quality.qls
When a module is imported using
import *, all attributes listed in
__all__ are imported. If
__all__ includes attributes that are not defined in the module then an exception is triggered. This usually indicates a typographic error in the attributes in
__all__ or in the name of the object.
Correct any typographic errors, either in the name of the object or in the string in
__all__. If there are no typographic errors, either delete the name from
__all__ or add the object to the module.
In the example, the function name
spam has been misspelled in the
__all__ list. This will result in
spamm being highlighted as an undefined export. Correcting the spelling will fix the defect.
__all__ = ['spamm', 'troll', 'paywall'] def spam(): return 'Spam' def troll(): return 'Troll' def paywall(): return 'Pay wall'
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233506423.70/warc/CC-MAIN-20230922202444-20230922232444-00258.warc.gz
|
CC-MAIN-2023-40
| 996 | 15 |
https://www.mycookiemix.net/2021/01/data-analytics-vs-data-analysis-whats.html
|
code
|
Data Analytics vs Data Analysis: What’s The Difference? - bmc blogs
Data analysis, data analytics. Two terms for the same concept? Or different, but related, terms?
It’s a common misconception that data analysis and data analytics are the same thing. The generally accepted distinction is:
- Data analytics is the broad field of using data and tools to make business decisions.
- Data analysis, a subset of data analytics, refers to specific actions.
To explain this confusion—and attempt to clear it up—we’ll look at both terms, examples, and tools.Read more: https://www.bmc.com/blogs/data-analytics-vs-data-analysis
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100308.37/warc/CC-MAIN-20231201215122-20231202005122-00085.warc.gz
|
CC-MAIN-2023-50
| 628 | 6 |
https://www.ozbargain.com.au/node/657391
|
code
|
I was trying to figure out what shoes are claimable on tax.
I need enclosed, non-slip, oil and water resistant shoes for a kitchen job. Dr Martens boots fit these criteria. Does this make them tax deductible? Otherwise I’ll buy Birkenstocks
*Keep in mind I currently wear Converse and feel like I'm about to slip and smash my head open
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964363376.49/warc/CC-MAIN-20211207105847-20211207135847-00096.warc.gz
|
CC-MAIN-2021-49
| 337 | 3 |
https://mail.python.org/pipermail/python-dev/2009-April/089106.html
|
code
|
[Python-Dev] PEP 383 (again)
tmbdev at gmail.com
Tue Apr 28 08:29:23 CEST 2009
I thought PEP-383 was a fairly neat approach, but after thinking about it, I
now think that it is wrong.
PEP-383 attempts to represent non-UTF-8 byte sequences in Unicode strings in
a reversible way. But how do those non-UTF-8 byte sequences get into those
path names in the first place? Most likely because an encoding other than
UTF-8 was used to write the file system, but you're now trying to interpret
its path names as UTF-8.
Quietly escaping a bad UTF-8 encoding with private Unicode characters is
unlikely to be the right thing, since using the wrong encoding likely means
that other characters are decoded incorrectly as well. As a result, the
path name may fail in string comparisons and pattern matching, and will look
wrong to the user in print statements and dialog boxes. Therefore, when
Python encounters path names on a file system that are not consistent with
the (assumed) encoding for that file system, Python should raise an error.
If you really don't care what the string looks like and you just want an
encoding that round-trips without loss, you can probably just set your
encoding to one of the 8 bit encodings, like ISO 8859-15. Decoding
arbitrary byte sequences to unicode strings as ISO 8859-15 is no less
correct than decoding them as the proposed "utf-8b". In fact, the most
likely source of non-UTF-8 sequences is ISO 8859 encodings.
As for what the byte-oriented interfaces should do, they are simply platform
dependent. On UNIX, they should do the obvious thing. On Windows, they can
either hook up to the low-level byte-oriented system calls that the systems
supply, or Windows could fake it and have the byte-oriented interfaces use
UTF-8 encodings always and reject non-UTF-8 sequences as illegal (there are
already many illegal byte sequences anyway).
-------------- next part --------------
An HTML attachment was scrubbed...
More information about the Python-Dev
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-45/segments/1603107896778.71/warc/CC-MAIN-20201028044037-20201028074037-00037.warc.gz
|
CC-MAIN-2020-45
| 1,979 | 32 |
https://mammothinteractive.com/how-to-learn-to-code-in-java-with-chatgpt/
|
code
|
How to Master Java Coding with ChatGPT
Are you eager to learn Java programming but don’t know where to start? Look no further! In this comprehensive guide, we will show you how to learn to code in Java using the power of ChatGPT. Whether you’re a beginner or have some programming experience, ChatGPT will be your trusted companion on the path to mastering Java.
Embrace the Power of ChatGPT
ChatGPT is an AI language model developed by OpenAI that can assist you in learning Java programming. It can provide explanations, answer questions, and offer real-time coding assistance. With ChatGPT, you’ll have a virtual coding mentor available 24/7, ready to guide you through the world of Java.
Getting Started with Java Basics
Before diving into Java coding, it’s essential to understand the basics. ChatGPT can help you grasp the fundamental concepts, such as variables, data types, loops, and conditional statements. You can ask ChatGPT to explain these concepts in simple terms, making it easier for you to understand and apply them in your code.
Once you have a solid understanding of the basics, it’s time to start writing your first Java program. ChatGPT can guide you through the process step by step. You can ask for assistance when writing code snippets or request explanations for any errors you encounter. The interactive nature of ChatGPT makes learning Java an engaging and interactive experience.
Expanding Your Java Knowledge
As you become more comfortable with Java syntax and programming concepts, it’s time to explore more advanced topics. ChatGPT can help you delve into object-oriented programming (OOP), Java libraries, and frameworks. You can ask for recommendations on the best resources to learn about these topics or request explanations on complex OOP concepts like inheritance and polymorphism.
Additionally, ChatGPT can assist you in understanding how to work with databases in Java, create graphical user interfaces (GUIs), and develop web applications using Java frameworks like Spring. The vast knowledge stored in ChatGPT will be at your disposal, enabling you to expand your Java skills beyond the basics.
Solving Coding Challenges with ChatGPT
To truly master Java coding, you need to practice solving coding challenges. ChatGPT can provide you with a wide range of coding exercises and help you understand the logic behind solving them. You can ask for hints, discuss different approaches, and get feedback on your solutions.
Whether you’re preparing for coding interviews or aiming to enhance your problem-solving skills, ChatGPT can be an invaluable resource. It will challenge you with thought-provoking coding problems and guide you towards efficient solutions. With each challenge you conquer, your Java coding skills will improve.
Learning to code in Java doesn’t have to be a daunting task. With the assistance of ChatGPT, you can embark on a journey of discovery and mastery. From the basics to advanced topics, ChatGPT will be there to help you every step of the way. Embrace the power of AI as you learn Java coding with ChatGPT, and unlock the door to endless possibilities in the world of programming.
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474649.44/warc/CC-MAIN-20240225234904-20240226024904-00037.warc.gz
|
CC-MAIN-2024-10
| 3,162 | 14 |
http://www.centrixsoftware.com/team
|
code
|
Director of Products
Paul has over 20 years of product management, marketing and customer support experience in software businesses of all sizes. Paul’s recent roles have been in senior management positions for AVG Technologies, Trend Micro and Citrix Systems. Paul has led product teams to create commercially successful award winning products that saw strong customer acceptance by millions of users across customer segments from consumer to large enterprise. His experience spans all stages of the product lifecycle from start-up through mass market adoption to product retirement. Paul has had responsibility over 25 major commercial product releases that have driven many hundreds of millions of dollars in revenues.
|
s3://commoncrawl/crawl-data/CC-MAIN-2015-48/segments/1448398474527.16/warc/CC-MAIN-20151124205434-00312-ip-10-71-132-137.ec2.internal.warc.gz
|
CC-MAIN-2015-48
| 723 | 2 |
https://fontstruct.com/gallery?order=by-download-count&filters=all&category=non_latin
|
code
|
Complete Sheikah Alphabet from Zelda: Breath of the Wild.
Includes J, Q, Hyphen, Exclamation Mark, Digits, Vertical Line, Period and Question Mark.
Exact thickness, angles and spacing.
(The "Period" and "Question Mark" characters are never used in game and only appear in the game files. The "Vertical Line" character only appear in the "gyro" controls in "apparatus" shrines and is not otherwise listed in the file that list all other characters. It is not known if those characters should be considered cut/scrapped and if they are canon or not.)
This font has been superseded by the following (it's identical but you can also change characters to their "pins" variant if you put them in "bold"):
Updated March 5, 2017: The Hyrule Compendium in game shows that that was believed to be digits 1-5 (pins) is actually digits 0-4. Also, it shows that pins are actually in inverted colors.
Updated April 4, 2017: Added a dummy character so that a line spacing of 1.0 will not juxtapose glyphs vertically (a minimal white space will be kept).
Updated April 11, 2017: A datamining of the game reaveals that what was believed to be the "Space" and "Period" characters are actually the "Hyphen" and "Exclamation Mark". Also, the "Period" and "Question Mark" do exist in the game files but are never used in game. Source: spriters-resource.com/wii_u/thelegendofzeldabreathofthewild
Thanks to CalicoStonewolf on DeviantArt.com for providing that link!
- james0x57.github.io/sheikah/ (They've got digit corners wrong. Digit 5 is missing and digit 0 is invalid. Digits are their "pin" variants instead of the actual symbols.)
- imgur.com/a/PnlGQ/ (For Q. Source unknown. They have errors in J, U, W, Y and hyphen.)
- neogaf.com/forum/showthread.php?p=207210063ost207210063 (Original decipherer.)
- gamnesia.com/journals/entry/the-legend-of-zelda-breath-of-the-wild-how-to-decrypt-hylian-runes (For J.)
This font is old, I made a signifiantly better pixelated Arabic font here, please get that instead: https://fontstruct.com/fontstructions/show/1607342/bitsy-font-with-arabic
Kitay means China. Idea was to find chinese characters that visually look similar to latin letters. Some who tried it used letters from existing fonts, or chose different characters.
I hope the final result is 乚幺厶工乃乚幺 enough ). Letters V,v though, still need to find a similar character...
Thanks & 廾开尸尸丫 下口冂丁与丁尺凵匸丁工门厶!
Khnum /ħe.'nu:m/. I've updated this font, and given it an italic version, which is available on Font Library. There are three versions: Regular, B Regular, and MS Regular. B is for Bulgarian. MS is for Macedonian and Serbian. The inspiration for Khnum came from Media SA, which was my first large-scale font created many years ago. However, I wanted this font to be a non-modular font, so I re-created it on a small-scale.
Khnum has been updated and redrawn, and is now called Hhenum, which you can get on Font Squirrel.This is a clone
Let not the death of our elders be the demise of our ways of life. Let not the passage of time be measured in the passing of languages beyond all living memory.
Based on the Lakota orthography © 1982 Leroy C. Curley.
Extended character and symbol set by William LeveretteThis is a clone
My take on the Mongolian 'Phags-pa script designed by the Tibetan monk Phagspa in 1269, based on the Tibetan script, to write Mongolian, Tibetan, Sanskrit and Chinese. This font is based on the Tibetan style which consists almost entirely of straight lines and right angles. It seemed like a prime candidate for a FontStruct treatment. I've added rounded corners and serifs to make it more visually interesting.
The script is written in vertical columns top-to-bottom and left-to-right and thus needs to be rotated 90° clockwise and the columns then reversed.
'Phags-pa was added to the Unicode standard in version 5.0 in 2006. This font however uses an ad-hoc mapping to Ascii characters which admittedly doesn't always make sense. I kind of gave up in the end and started assigning a bunch of letters to digits. Letters are connected into syllable block by a thin line (mapped to '-'), usually on the right-hand side. A straight line clashed wth the serifs so I made it into a small arch.
The script is an abugida: the vowel ‹a› is inherent in each syllable and thus not written.
This is a font for Tengwar script, invented by J.R.R. Tolkien. Tengwar is used to write languages such as Quenya, Sindarin, created by the same author. It is also adaptated to write a number of spoken languages including English, Esperanto, French, Finnish, German, Hungarian, Italian, Scottish Gaelic, Spanish, Welsh and Lojban.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100227.61/warc/CC-MAIN-20231130130218-20231130160218-00416.warc.gz
|
CC-MAIN-2023-50
| 4,678 | 27 |
https://pythonpoint.net/what-is-assert-in-python/
|
code
|
What is assert in python?
The assert statement in python is used in debugging code. It is used to show error if we want a condition to be always true. We can write an assertion error message to show that what is the error.
assert condition, "assertion error message"
x=2 y=0 a=x/y assert y!=0, "cannot divide by 0"
This is all about assert in python.
Please login to comment
View all comments
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224646350.59/warc/CC-MAIN-20230610200654-20230610230654-00284.warc.gz
|
CC-MAIN-2023-23
| 392 | 7 |
http://blogs.technet.com/b/randyy/archive/2005/05/03/404433.aspx
|
code
|
If you want information on how Microsoft is developing process oriented solutions around the Windows Server platform, this is a great place to start.
Improving Platform Manageability
“Microsoft Solutions for Management (MSM) help organizations achieve operational excellence through delivering higher service quality, reliability, availability, security, and lower total cost of ownership for Windows environments. MSM's distinct set of technologies, best practices, and services helps organizations efficiently manage complex, enterprise IT environments.”
These are more great resources to consider. Thanks to a co-worker who pulled this list together recently.
|
s3://commoncrawl/crawl-data/CC-MAIN-2016-07/segments/1454701148428.26/warc/CC-MAIN-20160205193908-00090-ip-10-236-182-209.ec2.internal.warc.gz
|
CC-MAIN-2016-07
| 666 | 4 |
https://ijisae.org/index.php/IJISAE/article/view/2133
|
code
|
Effect of Color Contrast to the Accuracy of SSD-MobileNetV2
Keywords:Deep learning, industrial application, machine vision, SSD-MobileNetV2, visual inspection
Machine vision with deep learning neural network is currently on the rise, specifically with the emergence of Industrial Revolution 4.0. It is further elevated with the advancement in the computational capabilities of modern edge computing to reduce the computational cost. Thus, making such technology economically viable to the general manufacturing industries for industrial application. Visual quality inspection would be among the most relevant process to have such architecture implemented. This paper explores the feasibility of deploying deep learning model, SSD-MobileNetV2 to replace manual visual inspection for holes counting process after drilling on a carbon-reinforced fiber composite component. The drilled holes were set into three (3) different conditions; bare-holes and holes equipped with semi-transparent or red locating pins. We conclude that the contrasting color of the holes with respect to its surrounding plays a pivotal role in their detections. Holes with semi-transparent or red locating pins are with accuracy of 77.14% and 73.33% respectively; while bare-blackened holes are with accuracy of only 45.95%.
H. Golnabi, and A. Asadpour, “Design and Application of Industrial Machine Vision Systems,” Robotics and Computer-Integrated Manufacturing, vol. 23, Iss. 6, 2007, pp. 630-637, doi: 10.1016/j.rcim.2007.02.005.
Agarwal, D. A. . (2022). Advancing Privacy and Security of Internet of Things to Find Integrated Solutions. International Journal on Future Revolution in Computer Science &Amp; Communication Engineering, 8(2), 05–08. https://doi.org/10.17762/ijfrcsce.v8i2.2067
D. Unay and B. Gosselin, "Artificial neural network-based segmentation and apple grading by machine vision," IEEE International Conference on Image Processing 2005, 2005, pp. II-630, doi: 10.1109/ICIP.2005.1530134.
Pawan Kumar Tiwari, P. S. . (2022). Numerical Simulation of Optimized Placement of Distibuted Generators in Standard Radial Distribution System Using Improved Computations. International Journal on Recent Technologies in Mechanical and Electrical Engineering, 9(5), 10–17. https://doi.org/10.17762/ijrmee.v9i5.369
A. K. Bhatt, and D. Pant, “Automatic Apple Grading Model Development Based on Back Propagation Neural Network and Machine Vision, and its Performance Evaluation,” AI & SOCIETY, vol. 30, Iss. 1, 2013, pp. 45-46. doi: 10.1007/s00146-013-0516-5.
S. Albawi, T. A. Mohammed and S. Al-Zawi, "Understanding of a convolutional neural network," 2017 International Conference on Engineering and Technology (ICET), 2017, pp. 1-6, doi: 10.1109/ICEngTechnol.2017.8308186.
Chauhan, T., and S. Sonawane. “The Contemplation of Explainable Artificial Intelligence Techniques: Model Interpretation Using Explainable AI”. International Journal on Recent and Innovation Trends in Computing and Communication, vol. 10, no. 4, Apr. 2022, pp. 65-71, doi:10.17762/ijritcc.v10i4.5538.
K. O’Brien, and J. Humphries, “Object Detection using Convolutional Neural Networks for Smart Manufacturing Vision Systems in the Medical Devices Sector,” Procedia Manufacturing, vol. 38, pp. 142-147, 2019, doi: 10.1016/j.promfg.2020.01.019.
Y. Li, H. Huang, Q. Xie, L. Yao, and Q. Chen, “Research on a Surface Defect Detection Algorithm Based on MobileNet-SSD.” Applied Sciences, vol. 8, pp. 1678, 2018, doi: 10.3390/app8091678.
W. Liu, D. Anguelov, D. Erhan, C. Szegedy, S. Reed, C. Y. Fu, and A. C. Berg, “SSD: Single Shot Multibox Detector,” 2015, [Online] Available: https://arxiv.org/abs/1512.02325.
Dursun, M., & Goker, N. (2022). Evaluation of Project Management Methodologies Success Factors Using Fuzzy Cognitive Map Method: Waterfall, Agile, And Lean Six Sigma Cases. International Journal of Intelligent Systems and Applications in Engineering, 10(1), 35–43. https://doi.org/10.18201/ijisae.2022.265
Evan, M. Wulandari, and E. Syamsuddin, “Recognition of Pedestrian Traffic Light using Tensorflow and SSD MobileNet V2,” IOP Conference Series: Materials Science and Engineering, vol. 1007, 2020, doi: 10.1088/1757-899X/1007/1/012022.
Boyapati, B. ., and J. . Kumar. “Parasitic Element Based Frequency Reconfigurable Antenna With Dual Wideband Characteristics for Wireless Applications”. International Journal on Recent and Innovation Trends in Computing and Communication, vol. 10, no. 6, June 2022, pp. 10-23, doi:10.17762/ijritcc.v10i6.5619.
Tzutalin. “LabelImg,” Git code, 2015, [Online] Available: https://github.com/tzutalin/labelImg.
J. Huang, V. Rathod, C. Sun, M. Zhu, A. Korattikara, A. Fathi, I. Fisher, Z. Wojna, Y. Song, S. Guadarrama and K. Murphy, “Speed/Accuracy Trade-offs for Modern Convolutional Object Detectors,” 2016, [Online] Available https://arxiv.org/abs/1611.10012.
M. Sandler, A. Howard, M. Zhu, A. Zhmoginow, and L. Chen, “MobileNetV2: Inverted Residuals and Linear Bottlenecks,” Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR). 2018, pp. 4510-4520.
Gill, D. R. . (2022). A Study of Framework of Behavioural Driven Development: Methodologies, Advantages, and Challenges. International Journal on Future Revolution in Computer Science &Amp; Communication Engineering, 8(2), 09–12. https://doi.org/10.17762/ijfrcsce.v8i2.2068
How to Cite
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
All papers should be submitted electronically. All submitted manuscripts must be original work that is not under submission at another journal or under consideration for publication in another form, such as a monograph or chapter of a book. Authors of submitted papers are obligated not to submit their paper for publication elsewhere until an editorial decision is rendered on their submission. Further, authors of accepted papers are prohibited from publishing the results in other publications that appear before the paper is published in the Journal unless they receive approval for doing so from the Editor-In-Chief.
IJISAE open access articles are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. This license lets the audience to give appropriate credit, provide a link to the license, and indicate if changes were made and if they remix, transform, or build upon the material, they must distribute contributions under the same license as the original.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224653631.71/warc/CC-MAIN-20230607074914-20230607104914-00605.warc.gz
|
CC-MAIN-2023-23
| 6,513 | 24 |
http://halfonlab.ccr.buffalo.edu/spike/goldenspike-unix.html
|
code
|
goldenspike R package: Unix Installation Instructions.
- Install the statistical programming language R. R Project Download. There are detailed R installation instructions here.
- Install Bioconductor. Note: within R, use the command
- Install the goldenspike R package.
- Download the goldenspike R package.
- At the shell command prompt, say:
R CMD INSTALL goldenspike_03.tar.gz.
- A brief description of R commands using this library:
- Go to a directory containing the Affymetrix CEL files for which you would like to calculate differential expression, and start R.
library(goldenspike) loads the goldenspike library.
help(package=goldenspike) lists all the functions within this library. Among these, three functions (mentioned below) can be used to perform the basic task of finding differentially expressed genes.
make.expr.summaries() loads the CEL files within the directory and calculates 16 sets of expression summaries, which are saved in the files "[1-8].dat" and "[1-8]a.dat" within the current working directory.
do.paired.comparisons() calculates differential expression statistics for a paired experimental design. This function will ask you which samples correspond to experiment/control, and request filenames which it will use to deposit output.
do.unpaired.comparisons() calculates statistics for differential expression statistics for an unpaired experimental design.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-22/segments/1526794864544.25/warc/CC-MAIN-20180521200606-20180521220606-00354.warc.gz
|
CC-MAIN-2018-22
| 1,389 | 14 |
https://www.rollingthedie.com/zeyce-tic-tac-toe-board-gametic-tac-toe-family-game-classic-board-game-classical-family-board-gamechildrens-tic-tac-toe-game-plastic-tic-tac-toe/
|
code
|
We are influencers and brand affiliates. This post contains affiliate links, most which go to Amazon and are Geo-Affiliate links to nearest Amazon store.
zeyceClick Buy Now for Updated Price. Estimated Price: $5.99
- 【Tic Tac Toe Game】- Environment-friendly resin plastic material, healthy, lightweight, portable, waterproof.Compact design and lightweight, exquisite appearance, convenient to carry and store.
- 【Tic Tac Toe】- Various colors and shapes can enhance childrens cognitive ability to shape and color.Helps promote childrens hands-on skills and intelligence. An ideal parent-child interactive toy.
- 【Table Games】- This is a perfect little game for kids to take in the car on a trip, or a perfect party favor. Enjoy hours of fun and challenge your friends and family to an intense game.
- 【 Family Board Games】- This wooden tic-tac-toe game is sure to be a great conversation starter for game night. Perfect for family gatherings and shy guests, this is one of the best coffee table games to break the ice and encourage conversation at family gatherings, even in family Christmas games.
- 【Worry-Free Refund】 – Dear customer, if you have any questions about our products or are dissatisfied after receiving the products, please feel free to consult our customer service, we will reply you as soon as possible, Your satisfaction is the driving force of our work.
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296819067.85/warc/CC-MAIN-20240424045636-20240424075636-00727.warc.gz
|
CC-MAIN-2024-18
| 1,394 | 7 |
https://www.math.kth.se/matstat/seminarier/060123.htm
|
code
|
Tid: 23 januari 2006 kl 1515-1700
Plats : Seminarierummet 3733, Institutionen för matematik, KTH, Lindstedts väg 25, plan 7. Karta!
Föredragshållare: Anders Karlsson, Matematik, KTH
Titel: A law of large numbers for random walks.
Sammanfattning: In the 1950s and early 1960s probabilists started asking for extensions of the law of large numbers when the random variables take values in a general group instead of the real numbers. Grenander argued in his book "Probabilities on Algebraic Structures" that a noncommutative theory extending classical probability would be of much practical use. Of particular importance is the case of products of random matrices, where much work has been done since then, notably the important multiplicative ergodic theorem of Oseledec from 1968.
In a joint work with F. Ledrappier we prove a rather general noncommutative law of large numbers. It specializes to Oseledec's theorem in the case of invertible matrices (actually it might give finer information in more specialized situations). It also applies to the asymptotic behaviour of random walks on transitive infinite graphs (or fintely generated groups, or Brownian motion on universal covers of compact manifolds). Intuitively our theorem asserts that whenever a random walk escapes at a linear rate from the origin it converges in direction.
To the list of seminars
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-43/segments/1539583517628.91/warc/CC-MAIN-20181024001232-20181024022732-00027.warc.gz
|
CC-MAIN-2018-43
| 1,363 | 7 |
https://developers.lendroid.com/lendroid-deleuze/docs/deep-dive-15
|
code
|
This contract implements the SimplePriceOracle interface.
The system can enable support for only one price oracle per currency-underlying pair.
Note: The price obtained from the oracle is expected to be the underlying price per currency. For example, to support DAI-ETH pair, an oracle built with this interface can use MakerDao’s Medianizer as its price feed to return ETH price per DAI.
Developers can submit their own price oracle contracts as long as the contracts contain the following functions:
|get_price||-||Update the current price of underlying per currency from the price feed. Return the updated price.|
|owner||-||Get the owner of the oracle contract.|
|currency||-||Get the currency token address.|
|underlying||-||Get the underlying token address.|
|feed_address||-||Get the price feed address.|
|current_price||-||Return the last updated price.|
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-04/segments/1610704821253.82/warc/CC-MAIN-20210127055122-20210127085122-00193.warc.gz
|
CC-MAIN-2021-04
| 864 | 10 |
https://wiki.secondlife.com/wiki/User:Fred_Gandt
|
code
|
|Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials
I have implemented a version number system to make it more obvious if a script is updated. The V# is a comment at the top of each script.
If you have any comments about the content of this page please post them HERE
All my scripts are written for compilation as MONO
- Free Scripts
- Free Scripts 2
- Free Scripts 3
- Free Scripts 4
- Free Scripts 5
- Free Scripts 6
- Free Scripts 7
- Car Type Land Vehicle Scripts (Working on it...)
- Functions For Specific Tasks
The legal stuff about contributing to this wiki. (worth reading)
I have posted these scripts for FREE use. They are not meant to be the most amazing or groundbreaking scripts in all of creation but, you may find something in them useful. They are not perfect (at least I doubt it) but, I have posted them here for FREE use anyway. If you want to use them go ahead. You are welcome to use them in products and welcome to rework them and call the results your own but, to sell these scripts as they are when they are freely available would be disgusting. I do not and cannot guarantee the workiness of them. I try.
I will be constantly updating these pages, adding new scripts and tweaking the scripts already posted.
BE AWARE: As I post these scripts I am pretty sure they are correct; however, I occasionally make mistakes like any other biological life form so there may be errors. If an error exists it will probably be fixed at some point.
They may get faster, be more efficient or have more features within hours or days of posting so keep coming back for fresh versions (note the V# on the title of each script). If any of these scripts give you any problems please IM me in-world or leave a clear message on the talk page relating directly to the page the particular script is on and I'll see what I can do for you. Similarly if you need quick advice or assistance with understanding LSL give me a call. I do not want your money (so don't treat me like an employee) and I request that your respect my humanity. I may be tired, in a bad mood or even busy working on something else so, don't expect professional politeness; expect honesty.
I am not a tame scriptor. Just because I am charitable do not try to take advantage or you will end up with no help at all. ;-)
PJIRA Issue Tracker
Tuition scripts, notes, videos and screenshots etc. (hardly any content yet)
I help out in a few in-world groups and by IM. I am proud to be an active member of The Builders Brewery, Little Blue Sandbox and NCI groups. I act as a moderator in The Builders Brewery and Little Blue Sandbox and am very keen to encourage people to empower themselves with learning (the prime agenda of these three groups). SL is extraordinary! Standing around moaning about lag is a waste of time and space.
Thanks to Philip Rosedale and the Linden Labs teams we have an amazing opportunity to become almost anything we can imagine and, develop skills that can lead to very real reward (personal if not practical). With that in mind, I will be developing a course of work that will be posted here to accompany my (if I ever get organized) in-world tuition and to act as a stand-alone guide to anyone wanting to grasp the basics of scripting in LSL.
The most important first lesson is this -
- Don't be afraid to try. It might look like sci-fi gibberish but in truth, it is no more complex than a foreign language written in American-English. IT DOESN'T BITE! (hard)
Direct Links to Scripts
- Basic Light Switch
- Basic Alpha (transparency) SHOW/HIDE
- Basic Particle Candle Flame ON/OFF
- Simple Timer Alarm
- Floating on Water (very beta)
- Visit Web Address Dialog
- AO Overriding Sit Script
- Region Stats as Graphical Floating Text
- Configurable Unpacker
- Random Item Giver
- Programmable Song Player
- Single Prim Double Doors
- Give Only to Agents of an Age
- L$ Gift Giver
- Linked Multi-Prim Drawers
- Auto Set Group Joiner
- Percentage Paying (optional) Tip Jar
- Grid Status Updater
- Enzeroizer (Rotation Fixer)
- Pose Stand
- Anti Spam Greeter
- Floating Text LEFT/RIGHT Alignment
- Very Simple Dialog Menu Inventory Giver
- Scrolling Text Display System
- Sell To Group Only
- Basic Smooth Sliding Door
- Link-Set Texture Configuration
- Zippadeedoodah (Teleporter)
- Prim Property Scrubber
- Bling Scrubber
- Basic Notecard Readers
- Simple Profit Share Vendor
- Preloading Texture Displayer
- Analog Clock
- One Prim Analog Clock
- Shutter Door
- Car Type Land Vehicle Scripts (Working on it...)
How to Collect These Scripts
You can create a new script in-world either in the contents of an object or in your avatar inventory. I recommend creating a new script in an object since it then automatically compiles on saving as a MONO script. MONO (without going into details) is better. ALL my scripts are written for compilation as MONO.
Wherever you create a new script, it will look something like the image below. If created in your avatar inventory the "Running" and "Mono" checkboxes and the "Reset" button will be missing.
From this Wiki select the script you want to use. Select all the text of the script by placing your cursor within the code window just before the first character and then whilst holding down the left mouse button, drag the highlighting over ALL the code text until it is ALL highlighted (as in the image below). Then use- to copy the text to your clipboard.
In-world select ALL the text on the default LSL script using the same "highlighting" method or choose "Select All" from the "Edit" menu. When all the code in the script is highlighted use- to paste the code copied from the Wiki into the LSL script.
The cursor will default to the end of the script you pasted and the "Save" button will be available to press.
Click the "Save" button and wait for the script to compile. If all goes well you should see at the bottom of the script the joyous words "Compile Successful!!".
Depending on the script and where you created it, it may start to work straight away. To take a copy from an object (if that is where you created it) simply left click and drag the script icon from the object contents to a folder in your avatar inventory. You can set the name of the script either whilst in the object or in your inventory.
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474523.8/warc/CC-MAIN-20240224044749-20240224074749-00538.warc.gz
|
CC-MAIN-2024-10
| 6,318 | 71 |
https://www.archaicbinary.net/tag/asterisk
|
code
|
Asterisk; The open source PBX solution.
I had some free time after a business trip to test out the motif channel driver which although not a new concept is supposed to work much better with the Google Voice/Talk Jabber/XMPP protocols.
My previous setup involved something of the following:
Main Number @ Google Voice -> Calls DID @ FlowRoute <- SIP CSIPSimple on Android Registers to FlowRoute Voicemail & SMS hit Google Voice. Voice calls hit Google Voice and redirect to FlowRoute.
This worked quite well, except two things.
First, people would call my Google Voice number and hear two to three rings before it even started ringing my FlowRoute number. This would throw off the number of rings my phone would receive before transferring the caller to the Google Voicemail.
Second, using Google Voice this way caused about a two to three second delay (time to transfer my voice to the other end so the conversation was always lagging behind and not flowing nicely) and sometimes had a slight, maybe 200ms, jitter (speeding up and slowing down of packets making the voice choppy and other anomalies).
I setup another VPS at my provider and installed the AsteriskNOW distribution. I previously tested AsteriskNOW, Elastix, and the FreePBX Distro on my ESXi setup to find the one I wanted. The Elastix distro I downloaded did not have Asterisk 11 so I could not use the motif channel driver (which was the point of this project), FreePBX Distro worked nicely but had lots of things I would never use installed using more memory. I ended up going with AsteriskNOW because it does not have all the extras installed, enabled and running from the start, and used less memory.
I first opened Asterisk Advanced settings and changed the extension/user mode from `device` to `extensionanduser` so to add some extra little security.
Motif was enabled by default on AsteriskNOW so I just did the setup, verified the trunk, checked the outgoing route, created an incoming route, created an extension (device) and then created a user that was bound to that device, and registered CSIPSimple on my Android to the server. Test call went through instantly.
I then logged into the server using SSH and created a new user, gave them sudo privileges, changed SSH to listen on non-standard port, locked out root from logging in via SSH, and then setup Fail2Ban.
I also setup iptables on the server to only allow web admin from my home location (which I can VPN into if necessary), block all ports except the very few Asterisk needs to run.
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-04/segments/1610704833804.93/warc/CC-MAIN-20210127214413-20210128004413-00680.warc.gz
|
CC-MAIN-2021-04
| 2,518 | 12 |
http://mootube.ru/idedbjcd/Pekka-Virtanen
|
code
|
Also known as
A-P. Virtanen, AP Virtanen, Devil, Devil Virtanen, P. Virtanen, Pekka "Devil" Virtanen, Pekka "Devil" Virtanen, Virtanen
Discography of Pekka Virtanen:
||Type of release is
Pekka "Devil" Virtanen is a Finnish musician. His main instrument is guitar, but he plays also other instruments, like sitar and keyboards.
Comments about Pekka Virtanen:
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917121216.64/warc/CC-MAIN-20170423031201-00118-ip-10-145-167-34.ec2.internal.warc.gz
|
CC-MAIN-2017-17
| 357 | 6 |
https://www.gutsproject.com/team-member/pau-vila-soler/
|
code
|
Pau Vila Soler
Pau is a first-year PhD student at the Interuniversity Center for Social Science Theory and Methodology (ICS) where he is based at the Department of Sociology at the University of Groningen. His project deals with selection and influence mechanisms in peer networks and, more specifically, he will be using Machine Learning (e.g. GNNs), Statistical Analysis, and Simulation-based models to try to understand how (young) people influence and are influenced by the social network that they are embedded in as well as how these networks are formed to begin with.
Photo: Alexander Santos Lima
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474852.83/warc/CC-MAIN-20240229170737-20240229200737-00442.warc.gz
|
CC-MAIN-2024-10
| 603 | 3 |
https://volkerkrause.eu/2022/04/09/kde-ci-required-unit-tests.html
|
code
|
Requiring passing unit tests on KDE's CI
The move of KDE’s continuous integration infrastructure from Jenkins to Gitlab gave us pre-integration compilation and license checks, and now we can also require passing unit tests prior to integrating merge requests.
In its default configuration, KDE’s Gitlab CI will only consider compilation or license validation failures a failure of the CI job, which follows what the previous Jenkins-based system did. Unit test failures would be shown in the results of a job, but would not be considered fatal and stop integration.
In projects with reliable and maintained tests this is obviously not ideal, and therefore this
can now be changed. The
require-passing-tests-on setting controls on which platform(s) tests
need to pass for the CI to pass. Making this a per-platform setting allows phasing this in gradually,
without the least well supported platform holding everything back.
The global default for this is an empty list for now (ie. no behavior change), but it can be
configured per repository in the
Currently the CI serves four platforms:
Since we cross-compile for Android we cannot run unit tests there at this point,
and it thus is pointless to add that to the
Windows support is brand new and is only just now being rolled out to the repositories supporting Windows builds, with unit tests often still needing more work to pass there.
An important point is that we cannot distinguish between Qt5 and Qt6 based builds here, the platform setting always covers all Qt versions. This limitation is temporary though, once we branch for 6 the need to support both major versions in the same code base goes away.
There’s an easy way to help here, check the CI state of your favorite repository and if the unit tests pass reliably there mark them as required to keep it that way!
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224649293.44/warc/CC-MAIN-20230603133129-20230603163129-00544.warc.gz
|
CC-MAIN-2023-23
| 1,831 | 16 |
http://appliantology.org/topic/36078-maytag-gas-stove-mgr5720adh-burner-ignitor-issues/
|
code
|
Maytag Gas Stove MGR5720ADH Burner Ignitor IssuesIgnitor Arc Spark and Blows
Posted 23 January 2012 - 09:49 PM
Posted 24 January 2012 - 01:18 AM
There's no way the Ignitor (or wiring) can instantly burn-out, unless this Gas Range is wired for 240v instead of 120v.
- kdog likes this
Need parts? Call our Parts Department now! 877-803-7957
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users
|
s3://commoncrawl/crawl-data/CC-MAIN-2015-22/segments/1432207930995.36/warc/CC-MAIN-20150521113210-00213-ip-10-180-206-219.ec2.internal.warc.gz
|
CC-MAIN-2015-22
| 410 | 8 |
https://github.com/moodle/moodle/commit/c32eee0b15f5a48db64a42ba333d73e97913dd60
|
code
|
HTTPS clone URL
Subversion checkout URL
Please sign in to comment.
Backporting Howard's commit fixing bug #2963 for import/export dropdo…
…wn from HEAD
- Loading branch information...
1 parent 8d37ee0 commit c32eee0b15f5a48db64a42ba333d73e97913dd60 mjollnir_ committed
Showing with 10 additions and 4 deletions.
|
s3://commoncrawl/crawl-data/CC-MAIN-2015-48/segments/1448398446535.72/warc/CC-MAIN-20151124205406-00046-ip-10-71-132-137.ec2.internal.warc.gz
|
CC-MAIN-2015-48
| 315 | 8 |
https://www.my.freelancer.com/projects/data-entry-virtual-assistant/need-data-entry-workers/
|
code
|
I have got some data entry work.
It's simple copy paste work.
Around 2 hours work.
I pay $2/hour.
If you are interested, you can bid.
New users are welcome.
39 pekerja bebas membida secara purata $61 untuk pekerjaan ini
Dear sir i have experience of this work.i have worked of data entry 1 year. so you depend on me of this work. so i wish you will give me of this work please. thanks
hii my name is warta dinata maybe i'm newbie in freelancer.com but i have skill and experience to finish your job on time i hope i get your job thankyou
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-26/segments/1529267863650.42/warc/CC-MAIN-20180620143814-20180620163814-00443.warc.gz
|
CC-MAIN-2018-26
| 537 | 9 |
https://sdmsoftware.com/general-stuff/group-policy-preferences/
|
code
|
I sat in on a Microsoft webcast presentation of the upcoming release of Group Policy Preferences, which I blogged about earlier. This is the old DesktopStandard PolicyMaker stuff for extending Group Policy to do much more than it does today. While I used to work with the DesktopStandard folks and had seen PolicyMaker up close, it was interesting to hear about how Microsoft plans to make this available, and what has changed. The biggest piece of news for me is that you don’t have to have a Server 2008 license to use this stuff in XP and Server 2003. Essentially what you’ll need is the Client Side Extension install for your XP or Vista clients, and then the RSAT administrative tools pak for administering the new Preferences. RSAT willl add the snapins to the GP Editor (and presumably also make some extensions to GPMC) to allow you to view and edit those new Preferences settings. Cool.
The other thing that remains intact for Preferences, from the old PolicyMaker product, is the ability to do per-setting targeting. What does this mean? Well imagine being able to, within a single GPO, have 60 settings that are each targeted based on criteria ranging from IP address of client to hardware configuration, to security group membership, to whether its a laptop or desktop machine, and on and on. Can you say "power and complexity"? This is a very powerful feature but I can also quickly see how it can be abused to no good end. This is especially true as it does not appear that the RSOP reporting in GPMC will support evaluating of these targeting criteria. That means that if you are using these fine-grained targeting methods, you won’t be able to see if a given user or computer is receiving a policy setting because of them. That will be interesting and challenging!
The other thing of note is that the Outlook profile and MS Office settings that were part of the original PolicyMaker product will not ship when Group Policy Preferences do, but at some later time, due to apparent legal restrictions related to shipping Office components with the OS!
In any case, it continues to be lots of good news for being able to better manage your desktops and servers using GP going forward. Frankly, if you haven’t already planned on how and when you will roll out support for Preferences to your existing desktops, I would seriously consider it now. These will be out of band additions for some time to come but you might as well take advantage of the capabilities that this thing brings as soon as possible.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100327.70/warc/CC-MAIN-20231202042052-20231202072052-00123.warc.gz
|
CC-MAIN-2023-50
| 2,523 | 4 |
http://thereisamajorprobleminaustralia.com/instructingalgocitizens.html
|
code
|
Lidia Pereira. Pervasive Labur Union zines.
- In this workshop, we aim to empower the citizens of tomorrow in their own school environment, cultivating critical thinking through art and research
- We will also examine together works of art that raise issues of digital rights and are relevant to the nature of the algorithmic citizen
- Participants: teachers and educators, artists, museum educators.
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-31/segments/1627046154321.31/warc/CC-MAIN-20210802141221-20210802171221-00174.warc.gz
|
CC-MAIN-2021-31
| 400 | 4 |
https://discuss.binaryage.com/t/trouble-launching-damaged-file/6403
|
code
|
My TotalFinder v1.9.3 still running on Yosemite 10.10.5 will not start up anylonger : Apple Events cannot be delivered.
After trying some terminal commands I read from the forum, nothing works. So I decide to update …
I downloaded the version 1.10.10 but when I try to install on Yosemite : the installation stops, reporting a damaged file …
The same file launched from my other Mac on High Sierra results in a fine installation.
Any idea on why I cannot launch v1.9.3 or install the newer v1.10.10 on my Yosemite 10.10.5 ?
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-09/segments/1550249468313.97/warc/CC-MAIN-20190223041554-20190223063554-00529.warc.gz
|
CC-MAIN-2019-09
| 527 | 5 |
https://mail.python.org/pipermail/python-list/2005-January/331735.html
|
code
|
Unicode universe (was Re: Dr. Dobb's Python-URL! - weekly Python news and links (Dec 30))
aahz at pythoncraft.com
Tue Jan 4 16:18:15 CET 2005
In article <1104849206.111461.70500 at c13g2000cwb.googlegroups.com>,
<michele.simionato at gmail.com> wrote:
>BTW what's the difference between .encode and .decode ?
>(yes, I have been living in happy ASCII-land until now ... ;)
Here's the stark simple recipe: when you use Unicode, you *MUST* switch
to a Unicode-centric view of the universe. Therefore you encode *FROM*
Unicode and you decode *TO* Unicode. Period. It's similar to the way
floating point contaminates ints.
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"19. A language that doesn't affect the way you think about programming,
is not worth knowing." --Alan Perlis
More information about the Python-list
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-30/segments/1563195526536.46/warc/CC-MAIN-20190720153215-20190720175215-00508.warc.gz
|
CC-MAIN-2019-30
| 829 | 15 |
http://fabrikar.com/forums/index.php?wiki/picklist-element/
|
code
|
Fabrik 3.7 is now available. This version contains critical security updates, please update as soon as possible. Please remember to backup your site before updating, we also recommend testing your updates on development sites if possible.
We had to restore the site around midday (CST) on Wed 7/26 from a backup approximately 8 hours old. So a few posts in the forums were lost. You may want to check to see if you need to re-post anything.
The release of Fabrik for J! 3.8 is not yet ready. Do not update your sites to J! 3.8 until this notice is removed.
Renders a draggable pick list.
- Add suboptions - Allow the user to add new sub options to the picker
- Only add label - If selected then one field is show when adding sub options. This field's value is then used for the new sub options value and label. If not selected then separate fields are shown for both the new sub options value and label.
- Save new additions - If yes selected then any new suboptions created by the user are available for others to select
- Hover colour - The hex value (e.g. #ff0000) used when hovering over picklist items
- Background hover colour - The hex value (e.g. #ff0000) used when the dragged picklist item is dragged over a drop list.
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-39/segments/1505818687592.20/warc/CC-MAIN-20170921011035-20170921031035-00261.warc.gz
|
CC-MAIN-2017-39
| 1,228 | 9 |
http://www.sqldts.com/279-6.aspx
|
code
|
SQL Server 2000 ActiveX Transformation.
Here we'll show you the ActiveX transformation screen in SQL Server 2000.
Figure 1.6 ActiveX Transform in SQL Server 2000.
Even a cursory glance tells us that this screen is hugely different. Again Microsoft have brought all the objects such as Global Variables and Lookups
down into the left hand sidebar which is brilliant because then you don't need to remember everything you can look in the list instead. They've
added a few buttons for us to play with like the Undo button which does what you think. One warning though don't keep pressing it otherwise everything
ActiveX scripting in a transformation or a task is often billed as something more difficult than it needs to be. Hopefully we've expliained the interfaces to you so that when you do come to use them at least you're not looking at the screen for the first time.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376825123.5/warc/CC-MAIN-20181214001053-20181214022553-00106.warc.gz
|
CC-MAIN-2018-51
| 869 | 7 |
https://figshare.com/articles/Bayesian_Additive_Regression_Tree_Calibration_of_Complex_High_Dimensional_Computer_Models/1423397/1
|
code
|
Bayesian Additive Regression Tree Calibration of Complex High-Dimensional Computer Models
Complex natural phenomena are increasingly investigated by the use of a complex computer simulator. In order to leverage the advantages of simulators, observational data needs to be incorporated in a probabilistic framework so that uncertainties can be quantified. A popular framework for such experiments is the statistical computer model calibration experiment. A limitation often encountered in current statistical approaches for such experiments is the difficulty in modeling high dimensional observational datasets and simulator outputs as well as high-dimensional inputs. As the complexity of simulators seems to only grow, this challenge will continue unabated. In this paper, we develop a Bayesian statistical calibration approach that is ideally suited for such challenging calibration problems. Our approach leverages recent ideas from Bayesian Additive Regression Tree models to construct a random basis representation of the simulator outputs and observational data. The approach can flexibly handle high-dimensional datasets, high-dimensional simulator inputs and calibration parameters while quantifying important sources of uncertainty in the resulting inference. We demonstrate our methodology on a CO2 emissions rate calibration problem, and on a complex simulator of subterranean radionuclide dispersion, which simulates the spatial-temporal diffusion of radionuclides released during nuclear bomb tests at the Nevada Test Site. Supplementary computer code and datasets are available online.
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-35/segments/1566027315809.69/warc/CC-MAIN-20190821043107-20190821065107-00431.warc.gz
|
CC-MAIN-2019-35
| 1,599 | 2 |
https://info.quadrotech-it.com/adding-additional-service-accounts-for-radar-reporting/
|
code
|
Microsoft Office 365 implements a series of throttling policies on Office 365 tenants that can inhibit the collection of reporting data for Radar Reporting customers.
In order to improve the reliability and speed of the data collection process we recommend that Office 365 tenants with more than 10,000 users take advantage of our Multiple Service account feature (what is a service account?).
By adding multiple Radar Reporting service accounts you will help ensure that reporting data is updated in a timely manner without impacting your Office 365 tenant. These service accounts do not require a Microsoft Office 365 Licence which means that taking advantage of this feature does not add any cost to your Office 365 subscription.
Before we begin, you must create some additional accounts within your Office 365 environment with the correct permissions. We suggest creating approximately one service account per 7,000 – 10,000 users.
For simplicity, we recommend that these service accounts are named as follows:
To create the service accounts, please follow the steps outlined at this article.
If you are using the SharePoint Online Reports module, you will also need to give this account the correct permissions to the SharePoint Online Site Collections you are reporting on – you can find the steps to do so at this article.
Alternatively, you can create a Security Group in Office 365 with these correct permissions and add the Radar Reporting Service accounts into this security group.
Adding these Accounts to the Radar Reporting Tool
To enable the Radar Reporting applications to use these new accounts you need to first log in to Radar Reporting as an Administrator.
Then, navigate to the Profile & Settings link in the left hand navigation menu, and then select the Office 365 Settings tab.
Here you will see a button to add additional service accounts. Click this button and enter the details for the service account you created earlier. Repeat this process until all the service accounts you created have been added.
Radar Reporting will now use all of these service accounts in parallel to collect reporting data from your Microsoft Office 365 Tenant.
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-04/segments/1610703514423.60/warc/CC-MAIN-20210118061434-20210118091434-00467.warc.gz
|
CC-MAIN-2021-04
| 2,169 | 13 |
https://community.glideapps.com/t/application-error-a-client-side-exception-has-occurred-see-the-browser-console-for-more-information/37185
|
code
|
Hello dear Glide Friends.
I hope that you have an excellent friday.
I have an experience with the Glide Templates but I got this result:
Application error: a client-side exception has occurred (see the browser console for more information).
Do you know what is happening with the templates?
Thanks a lot for your comments.
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-05/segments/1642320303512.46/warc/CC-MAIN-20220121162107-20220121192107-00388.warc.gz
|
CC-MAIN-2022-05
| 322 | 6 |
https://rdata.pmagunia.com/dataset/r-dataset-package-boot-neuro
|
code
|
R Dataset / Package boot / neuro
Neurophysiological Point Process Data
neuro is a matrix containing times of observed firing of a neuron in windows
of 250ms either side of the application of a stimulus to a human subject.
Each row of the matrix is a replication of the experiment and there were a
total of 469 replicates.
There are a lot of missing values in the matrix as different numbers of firings were observed in different replicates. The number of firings observed varied from 2 to 6.
The data were collected and kindly made available by Dr. S.J. Boniface of the Neurophysiology Unit at the Radcliffe Infirmary, Oxford.
Davison, A.C. and Hinkley, D.V. (1997) Bootstrap Methods and Their Application. Cambridge University Press.
Ventura, V., Davison, A.C. and Boniface, S.J. (1997) A stochastic model for the effect of magnetic brain stimulation on a motorneurone. To appear in Applied Statistics.
Dataset imported from https://www.r-project.org.
From Around the Site...
|Title||Authored on||Content type|
|R Dataset / Package DAAG / progression||March 9, 2018 - 1:06 PM||Dataset|
|R Dataset / Package DAAG / nsw74psid3||March 9, 2018 - 1:06 PM||Dataset|
|R Dataset / Package Ecdat / TranspEq||March 9, 2018 - 1:06 PM||Dataset|
|R Dataset / Package datasets / AirPassengers||March 9, 2018 - 1:06 PM||Dataset|
|R Dataset / Package psych / burt||March 9, 2018 - 1:06 PM||Dataset|
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-35/segments/1566027323067.50/warc/CC-MAIN-20190825042326-20190825064326-00276.warc.gz
|
CC-MAIN-2019-35
| 1,383 | 18 |
https://rare.us/rare-media/entertainment-and-culture/rare-animals/this-cockatiel-has-had-just-about-enough-of-his-owner-ignoring-him/
|
code
|
Lucky the cockatiel has clearly internalized the ubiquitous chime for an iPhone.
Videos by Rare
The parrot mimics the sound, likely causing viewers to search their pockets for their phones the world over.
In this video, however, his charming chirping plays second fiddle to his apparent displeasure at his owner ignoring him.
As he “rings the cell phone,” he strolls over to his owner’s computer, where he nonchalantly steals the escape key with his beak.
That’ll do it, Lucky figures. His owner will really have to stop working and pay attention to him now!
The key will still work without its cover, but we’ll bet the owner will be needing it back.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100724.48/warc/CC-MAIN-20231208045320-20231208075320-00684.warc.gz
|
CC-MAIN-2023-50
| 660 | 7 |
http://reidqnewm.bloguetechno.com/matlab-assignment-help-Options-20328531
|
code
|
I am even now Mastering that every working day and I sense like I won't ever halt on that aspect. I hope to give you more than enough aid to be able to consider an educated selection on how it is best to Arrange items.
C Never ever browse e book, Focus on Separations or other homework in the course of course, skip some homework assignments, commence cramming with the exam the evening prior to the Examination. D Skip course, don't flip in homework or convert it in late, commence Finding out through the Examination.
The index is supplied in HTML format and every schedule's documentation features a connection into a printable PDF file.
Compute the distances from Every observation to each centroid, and assign Just about every observation to its closest centroid.
You can also check out here: Hottest Supported Visible C++ Downloads. Just after executing that it seems to operate more often than not. Sometimes the installer just quits just after setting up the Visual C++ redistributable and hardly ever installs the actual MATLAB operate time library program. Some have found that rebooting after that 1st set up the place it quits will assist you to rerun the MCRInstaller.exe and it will then finish.
This isn't the most beneficial Resolution, considering that parse glitches inside that block will induce an error. How can I conserve default options throughout classes?
Most file units are hierarchical presently, information stand on a tree. So to prepare your files, you must organize them being a hierarchy wherever Every branch is a folder. Unfortunately (to my opinion), Matlab will not normally organize its code information to be a hierarchy, in its place it employs its by now outlined priority procedures to discover code.
% stop myodefunction.m The different file strategy necessitates a person purpose or script file that phone calls ODE45: % begin myodefunction.m
The databases is among my beloved topics all through my university days. From driving Tables and earning Be part of to making a hell wide range of management method projects I've large encounter and abilities in carrying out Databases Homework and Projects.
could be the intensive regimen documentation For each regimen accessible with the Toolbox. Included in the documentation for each NAG Library routine is illustration MATLAB code demonstrating how you can phone the schedule.
This won't be cleared from the Obvious click reference functionality and will trigger MATLAB to enter debug mode once the KEYBOARD operate is referred to as.
Organizing your code is something which is totally critical if you this page want to improve your code base, particularly if you would like to keep the code for a long period and/or pass it on to new programmers.
The next system is in order to procedure many of the files whose identify matches a sample in a very Listing. You should use the DIR functionality to return a list of all file names matching the sample, such as all .txt data files or all .
projects and they supply me rather affordable cost offers. They done the project in a really respectable manner and sent me in deadline. Since Projects are submitted. Have confidence in
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-22/segments/1558232257514.68/warc/CC-MAIN-20190524044320-20190524070320-00335.warc.gz
|
CC-MAIN-2019-22
| 3,164 | 14 |
https://digital.cic.gba.gob.ar/items/197025bd-15bd-4fb2-815b-9b5413b4731a
|
code
|
Automatic detection of usability smells in web applications
Usability assessment of web applications continues to be an expensive and often neglected practice. While large companies are able to spare resources for studying and improving usability in their products, smaller businesses often divert theirs in other aspects. To help these cases, researches have devised automatic approaches for user interaction analysis, and there are commercial services that offer automated usability statistics at relatively low fees. However, most existing approaches still fall short in specifying the usability problems concretely enough to identify and suggest solutions. In this work we describe usability smells of user interaction, i.e., hints of usability problems on running web applications, and the process in which they can be identified by analyzing user interaction events. We also describe USF, the tool that implements the process in a fully automated way with minimum setup effort. USF analyses user interaction events on-the-fly, discovers usability smells and reports them together with a concrete solution in terms of a usability refactoring, providing usability advice for deployed web applications.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-06/segments/1674764500094.26/warc/CC-MAIN-20230204044030-20230204074030-00718.warc.gz
|
CC-MAIN-2023-06
| 1,205 | 2 |
http://users.csc.calpoly.edu/~zwood/teaching/csc471/finalW16_3/rcamper/index.html
|
code
|
This program is a checkers game. It includes a fully functioning checkers game. You can move any of the pieces, and jumping a piece removes that piece from the board. If a piece gets all the way to the final row on the other side of the board, that piece is kinged and can move backwards as well as forwards.
Note that there is no enforcement of turns in this game, and the order of play is up to the user. All pieces can be moved at any time, assuming that the movement is a valid move.
This program displays dynamic animation of checkers pieces. There is smooth animation of a piece moving from square to square, and a similar animation when a piece takes another piece. There is also an animation when a piece is kinged, including a rotating 'crown' around the piece that was kinged.
Figure 1: Game start
Figure 2: Piece selected
Figure 3: After first couple moves
Figure 4: Kinged piece
Figure 5: King selected
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-22/segments/1558232255251.1/warc/CC-MAIN-20190520001706-20190520023706-00370.warc.gz
|
CC-MAIN-2019-22
| 914 | 8 |
http://opensource.sys-con.com/node/3041319
|
code
|
|By RealWire News Distribution||
|April 2, 2014 08:00 AM EDT||
New FlexNet Producer Suite release simplifies subscription, cloud- and usage-based licensing while eliminating the risk of revenue leakage from non-compliant use in virtualised environments
Maidenhead, UK - April 2, 2014 - Flexera Software, the leading provider of Application Usage Management solutions for application producers and enterprises, today announced an enhancement to FlexNet Producer Suite, the market-leading software licensing, entitlement management and delivery solution. FlexNet Producer suite now empowers application producers to explore new licensing models that simplify their customers' experience by reducing or even eliminating the complexity of managing a local licence server. It also provides a secure and "single source of truth" environment to address virtualisation cloning in an enterprise environment, helping minimise software piracy.
"We know that enterprises are demanding that their producers simplify licensing while also supporting new licensing models that align with their business needs. Cloud licensing services can help achieve that goal by removing the need to set up local license servers, delivering true 'licensing-as-a-service,'" said Amy Konary, Research Vice President - Software Licensing & Provisioning, IDC. "This can accommodate producers' needs to monetise and protect their applications while satisfying enterprise needs for simplified licensing."
"Application producers want to focus their development resources on innovating business solutions for their customers - and not on figuring out how they're going to licence their software in constantly changing technology environments," said Mathieu Baissac, Vice President of Product Management at Flexera Software. "FlexNet Producer Suite is the most comprehensive solution available, making it easy for application producers to leverage any licensing model in any environment - while reducing licensing complexity for the end customer."
Licensing Made Easy
As the customer drumbeat intensifies for simplification in software licensing, enterprises want to eliminate the time and effort required to set up and manage local licence servers. FlexNet Producer Suite's new cloud licensing service simplifies enterprise licence management by eliminating local licence servers. Now application producers can quickly and easily deliver on customer demands that software licensing be made fast and easy to manage.
The cloud licensing service is compatible with all with all types of licensing models (e.g. perpetual, usage-based, etc.), and with applications running in all types of environments (e.g. on premises, virtual, cloud, etc.). Application producers can now offer the full spectrum of licensing models demanded by customers while eliminating the licensing complexity associated with setting up and managing a local licence server.
For enterprises concerned about data security or managing high volumes of application usage, FlexNet Producer Suite's cloud licensing service also supports usage capture for on-premises software running within an enterprise firewall or datacenter. Producers now have the option of deploying an on-premises local licence server and/or the cloud licensing service - both of which provide support for licensing enforcement, including support for concurrent, metered and utility modules.
"Application producers increasingly are getting complaints from their customers that software licence management is simply too complex and time consuming. Leveraging the cloud licensing-as-a-service is a great way to eliminate complexity and increase satisfaction," said Baissac. "FlexNet Producer Suite now provides best-in-class automation that's simple, fast and effective - even for very large organisations and those with data protection concerns."
Ensuring Compliance & Preventing Revenue Leakage in Virtualized Environments
Virtualisation adoption has led to more frequent application cloning within enterprises. However, IT professionals often are unaware of the software licence compliance implications of running applications in a cloned virtual environment. As a result, software licence compliance and revenue leakage are emerging as big problems- for application producers who are losing money because their applications don't have the ability to detect and prevent cloning, so they don't receive payment for virtualised application use. It also causes problems for enterprises that must pay vendors unbudgeted software licence compliance true-up penalties when a software licence audit reveals unauthorised application cloning. According to a recent Flexera Software/IDC Application Usage Management report, more than half of independent software vendors surveyed - 52 percent - report that customers are using their software in virtualised environments beyond what was paid for.
To address this costly problem, FlexNet Producer Suite now supports virtualisation binding using Microsoft's Virtual Machine Generation ID to ensure enterprise customers stay in compliance when running application in a virtual environment. Today, FlexNet Producer Suite provides flexible options to detect and prevent applications from running in cloned virtual environments including support for virtual machine universal unique ID (UUID) (available on Windows, Linux and OS X platforms) and Microsoft's Virtual Machine Generation ID (available on Windows platform), enabling enterprises to fully leverage virtualisation technologies while ensuring producers can enforce software compliance - even in a disconnected environment. As an alternative to detecting and preventing applications from running in virtual environments, FlexNet Producer Suite also provides robust usage tracking monetisation models that allow enterprises to run applications in cloned virtual environments and application producers to charge customers for this usage.
"Enterprise IT professionals often are not aware of software licence compliance risk when they virtualise applications and move them to different datacenters or to public/private clouds - and that use can result in significant revenue loss for producers unable to track non-compliant usage. FlexNet Producer Suite's new binding capabilities solve this problem by automatically detecting instances of non-compliant use and sending an enforcement notification to the application," said Baissac. "By leveraging FlexNet Producer Suite's end-to-end functionality - producers can move beyond compliance tracking and fully monetise customers' use of virtualised applications - effectively transforming virtualisation risk into revenue."# # #
- FlexNet Producer Suite is comprised of the following solutions:
- Read our Blog on Entitlement & Compliance Management
- FlexNet Producer Suite Success Stories
- Related Flexera Software Webinars
- Entitlement & Compliance Management White Papers
Follow Flexera Software…
About Flexera Software
Flexera Software helps application producers and enterprises increase application usage and the value they derive from their software. Our Application Usage Management solutions are essential to ensure continuous licensing compliance, optimized software investments and to future-proof businesses against the risks and costs of constantly changing technology. Over 80,000 customers turn to Flexera Software as a trusted and neutral source for the knowledge and expertise we have gained as the marketplace leader in licensing, installation and compliance for over 20 years and for the automation and intelligence designed into our products. For more information, please go to: http://www.flexerasoftware.com/
For more information, contact:
Vidushi Patel / Nicola Males
T: +44 7958 474 632 / +44 7976 652491
Copyright © 2014 Flexera Software LLC. All other brand and product names mentioned herein may be the trademarks and registered trademarks of their respective owners.
IoT offers a value of almost $4 trillion to the manufacturing industry through platforms that can improve margins, optimize operations & drive high performance work teams. By using IoT technologies as a foundation, manufacturing customers are integrating worker safety with manufacturing systems, driving deep collaboration and utilizing analytics to exponentially increased per-unit margins. However, as Benoit Lheureux, the VP for Research at Gartner points out, “IoT project implementers often ...
Sep. 27, 2016 10:45 PM EDT Reads: 3,380
The Jevons Paradox suggests that when technological advances increase efficiency of a resource, it results in an overall increase in consumption. Writing on the increased use of coal as a result of technological improvements, 19th-century economist William Stanley Jevons found that these improvements led to the development of new ways to utilize coal. In his session at 19th Cloud Expo, Mark Thiele, Chief Strategy Officer for Apcera, will compare the Jevons Paradox to modern-day enterprise IT, e...
Sep. 27, 2016 10:30 PM EDT Reads: 2,172
SYS-CON Events announced today the Enterprise IoT Bootcamp, being held November 1-2, 2016, in conjunction with 19th Cloud Expo | @ThingsExpo at the Santa Clara Convention Center in Santa Clara, CA. Combined with real-world scenarios and use cases, the Enterprise IoT Bootcamp is not just based on presentations but with hands-on demos and detailed walkthroughs. We will introduce you to a variety of real world use cases prototyped using Arduino, Raspberry Pi, BeagleBone, Spark, and Intel Edison. Y...
Sep. 27, 2016 09:30 PM EDT Reads: 2,958
Complete Internet of Things (IoT) embedded device security is not just about the device but involves the entire product’s identity, data and control integrity, and services traversing the cloud. A device can no longer be looked at as an island; it is a part of a system. In fact, given the cross-domain interactions enabled by IoT it could be a part of many systems. Also, depending on where the device is deployed, for example, in the office building versus a factory floor or oil field, security ha...
Sep. 27, 2016 09:30 PM EDT Reads: 476
Is your aging software platform suffering from technical debt while the market changes and demands new solutions at a faster clip? It’s a bold move, but you might consider walking away from your core platform and starting fresh. ReadyTalk did exactly that. In his General Session at 19th Cloud Expo, Michael Chambliss, Head of Engineering at ReadyTalk, will discuss why and how ReadyTalk diverted from healthy revenue and over a decade of audio conferencing product development to start an innovati...
Sep. 27, 2016 08:30 PM EDT Reads: 2,038
Fifty billion connected devices and still no winning protocols standards. HTTP, WebSockets, MQTT, and CoAP seem to be leading in the IoT protocol race at the moment but many more protocols are getting introduced on a regular basis. Each protocol has its pros and cons depending on the nature of the communications. Does there really need to be only one protocol to rule them all? Of course not. In his session at @ThingsExpo, Chris Matthieu, co-founder and CTO of Octoblu, walk you through how Oct...
Sep. 27, 2016 08:15 PM EDT Reads: 2,233
SYS-CON Events announced today that Bsquare has been named “Silver Sponsor” of SYS-CON's @ThingsExpo, which will take place on November 1–3, 2016, at the Santa Clara Convention Center in Santa Clara, CA. For more than two decades, Bsquare has helped its customers extract business value from a broad array of physical assets by making them intelligent, connecting them, and using the data they generate to optimize business processes.
Sep. 27, 2016 07:00 PM EDT Reads: 2,860
Identity is in everything and customers are looking to their providers to ensure the security of their identities, transactions and data. With the increased reliance on cloud-based services, service providers must build security and trust into their offerings, adding value to customers and improving the user experience. Making identity, security and privacy easy for customers provides a unique advantage over the competition.
Sep. 27, 2016 06:30 PM EDT Reads: 3,568
There are several IoTs: the Industrial Internet, Consumer Wearables, Wearables and Healthcare, Supply Chains, and the movement toward Smart Grids, Cities, Regions, and Nations. There are competing communications standards every step of the way, a bewildering array of sensors and devices, and an entire world of competing data analytics platforms. To some this appears to be chaos. In this power panel at @ThingsExpo, moderated by Conference Chair Roger Strukhoff, Bradley Holt, Developer Advocate a...
Sep. 27, 2016 06:30 PM EDT Reads: 2,208
If you’re responsible for an application that depends on the data or functionality of various IoT endpoints – either sensors or devices – your brand reputation depends on the security, reliability, and compliance of its many integrated parts. If your application fails to deliver the expected business results, your customers and partners won't care if that failure stems from the code you developed or from a component that you integrated. What can you do to ensure that the endpoints work as expect...
Sep. 27, 2016 05:45 PM EDT Reads: 1,666
So, you bought into the current machine learning craze and went on to collect millions/billions of records from this promising new data source. Now, what do you do with them? Too often, the abundance of data quickly turns into an abundance of problems. How do you extract that "magic essence" from your data without falling into the common pitfalls? In her session at @ThingsExpo, Natalia Ponomareva, Software Engineer at Google, provided tips on how to be successful in large scale machine learning...
Sep. 27, 2016 05:30 PM EDT Reads: 2,036
If you had a chance to enter on the ground level of the largest e-commerce market in the world – would you? China is the world’s most populated country with the second largest economy and the world’s fastest growing market. It is estimated that by 2018 the Chinese market will be reaching over $30 billion in gaming revenue alone. Admittedly for a foreign company, doing business in China can be challenging. Often changing laws, administrative regulations and the often inscrutable Chinese Interne...
Sep. 27, 2016 05:15 PM EDT Reads: 322
In his general session at 18th Cloud Expo, Lee Atchison, Principal Cloud Architect and Advocate at New Relic, discussed cloud as a ‘better data center’ and how it adds new capacity (faster) and improves application availability (redundancy). The cloud is a ‘Dynamic Tool for Dynamic Apps’ and resource allocation is an integral part of your application architecture, so use only the resources you need and allocate /de-allocate resources on the fly.
Sep. 27, 2016 05:15 PM EDT Reads: 2,773
Enterprise IT has been in the era of Hybrid Cloud for some time now. But it seems most conversations about Hybrid are focused on integrating AWS, Microsoft Azure, or Google ECM into existing on-premises systems. Where is all the Private Cloud? What do technology providers need to do to make their offerings more compelling? How should enterprise IT executives and buyers define their focus, needs, and roadmap, and communicate that clearly to the providers?
Sep. 27, 2016 05:00 PM EDT Reads: 1,603
SYS-CON Events announced today that Commvault, a global leader in enterprise data protection and information management, has been named “Bronze Sponsor” of SYS-CON's 19th International Cloud Expo, which will take place on November 1–3, 2016, at the Santa Clara Convention Center in Santa Clara, CA. Commvault is a leading provider of data protection and information management solutions, helping companies worldwide activate their data to drive more value and business insight and to transform moder...
Sep. 27, 2016 03:15 PM EDT Reads: 2,772
The many IoT deployments around the world are busy integrating smart devices and sensors into their enterprise IT infrastructures. Yet all of this technology – and there are an amazing number of choices – is of no use without the software to gather, communicate, and analyze the new data flows. Without software, there is no IT. In this power panel at @ThingsExpo, moderated by Conference Chair Roger Strukhoff, panelists will look at the protocols that communicate data and the emerging data analy...
Sep. 27, 2016 03:00 PM EDT Reads: 1,697
Digital innovation is the next big wave of business transformation based on digital technologies of which IoT and Big Data are key components, For example: Business boundary innovation is a challenge to excavate third-party business value using IoT and BigData, like Nest Business structure innovation may propose re-building business structure from scratch, as Uber does in the taxicab industry The social model innovation is also a big challenge to the new social architecture with the design fr...
Sep. 27, 2016 02:45 PM EDT Reads: 1,280
Data is an unusual currency; it is not restricted by the same transactional limitations as money or people. In fact, the more that you leverage your data across multiple business use cases, the more valuable it becomes to the organization. And the same can be said about the organization’s analytics. In his session at 19th Cloud Expo, Bill Schmarzo, CTO for the Big Data Practice at EMC, will introduce a methodology for capturing, enriching and sharing data (and analytics) across the organizati...
Sep. 27, 2016 01:30 PM EDT Reads: 1,720
IoT is fundamentally transforming the auto industry, turning the vehicle into a hub for connected services, including safety, infotainment and usage-based insurance. Auto manufacturers – and businesses across all verticals – have built an entire ecosystem around the Connected Car, creating new customer touch points and revenue streams. In his session at @ThingsExpo, Macario Namie, Head of IoT Strategy at Cisco Jasper, will share real-world examples of how IoT transforms the car from a static p...
Sep. 27, 2016 01:00 PM EDT Reads: 1,605
There is little doubt that Big Data solutions will have an increasing role in the Enterprise IT mainstream over time. Big Data at Cloud Expo - to be held November 1-3, 2016, at the Santa Clara Convention Center in Santa Clara, CA - has announced its Call for Papers is open. Cloud computing is being adopted in one form or another by 94% of enterprises today. Tens of billions of new devices are being connected to The Internet of Things. And Big Data is driving this bus. An exponential increase is...
Sep. 27, 2016 01:00 PM EDT Reads: 2,669
|
s3://commoncrawl/crawl-data/CC-MAIN-2016-40/segments/1474738661296.34/warc/CC-MAIN-20160924173741-00106-ip-10-143-35-109.ec2.internal.warc.gz
|
CC-MAIN-2016-40
| 18,585 | 67 |
https://www.ominiwise.com.ng/post/fully-responsive-next-js-blog
|
code
|
fully responsive next.js blog
March 15th, 2023
This is a little blog website of mine. I created this while learning web development from the nicest instructor ever, Dr. Angela yu. And i just wanted to take this website to the next level.
This is my personal blog webiste where i post some thoughts of mine after thinking alot . It is fully mobile responsive and I am also planning to add new features into it like: adding a comment and likes making it a public space where other users can also post their thoughts by creating an account.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233511021.4/warc/CC-MAIN-20231002200740-20231002230740-00265.warc.gz
|
CC-MAIN-2023-40
| 537 | 4 |
https://kathrynschuler.com/ling104/resources/research-bonus/
|
code
|
Earn 10 bonus points for attending (live or later) any MindCore seminar this semester and writing a short paper on how it connects to what you’ve learned in class.
- Title of Talk
- Speaker(s) Name(s)
- Two paragraphs summarizing the talk
- 3-5 paragraphs explaining how it connects to what you learned in class this semester.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100232.63/warc/CC-MAIN-20231130193829-20231130223829-00155.warc.gz
|
CC-MAIN-2023-50
| 328 | 5 |
https://www.rcatheme.com/forums/gantry-5-particles/adjust-tab-count-or-margins-on-services-tab
|
code
|
RcaTheme Support Forum
What is the best way to increase the Tab display count from 4 to 6 for the Services Tab particle? I can't seem to find the correct CSS to modify. Thank you in advance!
There are replies in this post but you are not allowed to view the replies from this post.
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-26/segments/1560627998288.34/warc/CC-MAIN-20190616162745-20190616184745-00039.warc.gz
|
CC-MAIN-2019-26
| 281 | 3 |
https://www.fishbowlapp.com/post/can-mom-with-kids-and-hubby-who-also-workstravels-share-setup-at-home-and-support-systems-we-are-looking-to-construct-new
|
code
|
Getting this off my chest!
Fhhbbbbjjnnnnnnsn dnnsndjjjd dhjhdjjdjdjdjnd dhjhdjjdjdjdjnd djjfjdjjdndndnnfnd dhjhdjjdjdjdjnd dhjhdjjdjdjdjnd djjfjdjjdndndnnfnd djjfjdjjdndndnnfnd now djjfjdjjdndndnnfnd do. D dndnnfndnnsdhjdjdjdjnd
How does this sound?
“Kelly is known as the Points Guy…teaching people how to manipulate credit card perks and frequent flyer miles to score free or nearly free trips.” http://vice.com/read/how-to-travel-the-world-for-free
When you realize half this job is swatting sh.. out of the way so you can focus on the stuff that actually moves the needle for the client.
When you're silent for an entire 60 minute conference call. Then rescue yourself by dropping some gold nuggets at the very end.
Don't know my drivers license number.. But can recite my united frequent flyer number in my sleep.
i just logged into my miles account for the first time in like six months and I'm over 300k. (I know good for me 😝) Where in the world should I go in December, thoughts?
Curious what other Senior Consultants are making. I'm at $65k, 3.5 years of work experience.
Just signed up for the SPG challenge. Easy.
Tfw the client asks you to stop by his desk in 10 min and you're actually off site all week.
Someone at the bar, "I worked till 5:30 today, here having my glass of wine". Alcohol is involved whether you're in consulting or not.
This is a pretty inspiring post....Why you should start having coffee with people. wrst.ca/coffee/
Best ways to haze the new guys? Go:
When you have an aching feeling that you could be doing more to get ahead in your career but are burnout at the same time #deepthoughtintheshower
New to Fishbowl?
unlock all discussions on Fishbowl.
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652663039492.94/warc/CC-MAIN-20220529041832-20220529071832-00394.warc.gz
|
CC-MAIN-2022-21
| 1,696 | 17 |
https://www.workramp.com/products/
|
code
|
Need help with remote work? Learn how WorkRamp can train your employees and customers to stay productive and aligned.
Products and features to help you build a world-class training program.
Use our best-in-class course editor to create immersive content, product tutorials, and interactive tests. Combine multiple courses and resources to create role-specific learning paths.
Certify employees on pitches, products, or live customer interactions. Use customized scorecards and robust workflows to ensure high engagement from your reviewers.
Launch beautifully-branded external academies to educate your customers and partners. Use advanced features like custom registration forms, e-commerce, and Salesforce sync.
Tie learning progress back to business impact. Leverage one-click data connections to systems like Salesforce to help measure training effectiveness.
Promote and manage events through custom landing pages, attendance tracking, and calendar integrations. Combine your on-demand learning strategy with instructor-led events.
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-45/segments/1603107904039.84/warc/CC-MAIN-20201029095029-20201029125029-00713.warc.gz
|
CC-MAIN-2020-45
| 1,036 | 7 |
https://polycount.com/discussion/209585/3ds-max-render-to-texture-is-broken
|
code
|
Had no response on Autodesk forums.
For some reason, Render to Texture is just completely broken for all versions of Max I currently have installed (2016, 2018 & 2019.) It did previously work when 2016 was the only version on my machine.
I can see the "CompleteMap" like result that's in the preview window but every texture outputs as pure black - with the exception of Normal maps coming out with the correct background colour but nothing else.
Are there any solutions or workarounds here?
I'd prefer to avoid external applications so that my workflow remains fast and contained.
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-30/segments/1563195525402.30/warc/CC-MAIN-20190717201828-20190717223828-00445.warc.gz
|
CC-MAIN-2019-30
| 581 | 5 |
https://latestlvhandbagssale.webnode.com/news/alexander-wang-handbags-will-always-be-respected-by-fashion-fanatics/
|
code
|
Alexander Wang handbags will always be respected by fashion fanatics
Alexander warrants all of the praise and hats off and away to his effort. Now he is the greatest known designer within the U.s . States. Alexander Wang handbags are unique, they're very unique. Alexander Wang`s handbags offers its originality, the creativeness installed in creating handbags continues to be impressive. These handbags are elegant and dynamic and therefore are very spatial within the inner areas.
Alexander Wang brand possess a fabulous assortment of wholesale handbags. Alexander Wang brand has all ranges of shapes and forms, but they're mainly recognized for their small handbags that have been very famous in today`s youth. Replica Alexander Wang handbags designers take advantage from the color beige which it's very renowned for. Alexander Wang handbag continues to be very unique if this involves creating handbags, Darta pyramid clutch is a such bag that is very unique but continues to be unique, it`s type of pyramidal fit and incredibly small in dimensions, these bags mostly are constructed of black leather and it has a unique vertical zip.
Alexander Wang has certainly been a brandname that is suited to all climates and seasons, personality and then any type of occasions. Alexander Wang handbags will always be respected by fashion fanatics and those that are hooked on fashion. Design for these handbags continues to be probably the most spoken about, you can observe every kind of great ideas within this selection of handbags. It's unmatched if this involves quality. They're always everlasting and the standard would not a way deplete as time passes. Alexander handbags are certainly the brands to look for within the mere future. More info here : Louis Vuitton Replica Bags
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-13/segments/1552912202450.64/warc/CC-MAIN-20190320170159-20190320192159-00390.warc.gz
|
CC-MAIN-2019-13
| 1,780 | 4 |
https://forum.powerscore.com/viewtopic.php?f=221&t=1655&start=30
|
code
|
reop6780 wrote:I have some difficuliy in regard with the language of the game set.
The very last rule which states that the third site dates from a more recenet century than EITHER the first site OR the fourth.
Since it did not say the 3rd site is more recent than BOTH the 1st AND the 4th, I only assumed that the 3rd site cannot date from 8th century.
However, according to the explanation on pg 156, "the first and fourth sites cannot date from the 10th century."
How can you infer this when it is possible that the 3rd site is more recent than only one of two sites, the 1st and the fourth?
- for example, the 1st: 8c the 3rd: 9c, the 4th: 10c .
The rule states that the 3rd is more recent than either one of them not necessarily both.
Additionally, when it says in the stimulus that "each dates from the 8th, 9th, or 10th century," it does not necessarily mean that at least one of ALL (8,9,10) must be present, does it?
(It's always confusing)
Especially in the context here, I believe that "A is more [whatever] than either B or C is" tends to mean that A has more (of whatever) than BOTH B and C. "Either/or" is confusing because usually, on the LSAT, "Either A or B", as in conditional reasoning, tends to mean "A, or B, or both". But to say "A is more [whatever] than either B or C is" tends to mean, again, that A has more than both of the other folks.
An example: "Bob is taller than either Joe or Bill." In common parlance, that would usually mean that Bob is taller than both of them. It would be strange if someone meant, "Bob is taller than Joe, but not Bill", since he could just have said "Bob is taller than Joe". Does that make sense?
Also, "each dates from the 8th, 9th, or 10th century" may not *logically* imply that at least one of each of those centuries has to be present, that is true. (Though, don't be surprised if each one appears.)
Hope this helps,
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-10/segments/1614178358064.34/warc/CC-MAIN-20210227024823-20210227054823-00423.warc.gz
|
CC-MAIN-2021-10
| 1,879 | 13 |
https://forums.macrumors.com/threads/apple-watch-syncing-issues.1952902/
|
code
|
All, I'm having all kinds of issues with the watch staying in sync with my phone. Is this a limitation with the watch to preserve battery life? Here are the issues I have with the watch, perhaps I can get some recommendations on how to fix or if this is just "working as intended". Watch is updated to the latest OS. DarkSky - My complication will tell me one temp on the watch face.. When I go into the app on the watch, it will tell me another temp. When I go on the phone, it also provides a different temp. If the app is already loaded into memory on the watch, it never seems to update. Mousewait - A native Watch app that provides crowdsourced data on wait times for Disney attractions. The watch data for wait times and crowd index never aligns with the app on the phone. It's usually "updated" hours before the the iPhone and won't refresh when I open the app on the watch. Seems to sync at different intervals, which makes the app useless on the Watch as it needs to be timely. Airplane Mode - When I toggle it on the Phone it will toggle on the watch. When I toggle it off the phone, the watch stays in airplane mode until I manually toggle it off. Facebook Messenger - Doesn't send notifications to the watch, despite it being turned on the phone. Also the data on the watch again is never updated until I load the app where it then downloads the messages to the watch. New messages are not loaded on the fly as they are on the phone. Intended? If so, again, not totally useless, but substantially crippled. Really only the stock Apple apps are working in a way that I feel they should (timely updates, data that is on parity with the phone, etc). Thoughts?
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-26/segments/1560627998298.91/warc/CC-MAIN-20190616202813-20190616224813-00285.warc.gz
|
CC-MAIN-2019-26
| 1,668 | 1 |
https://www.newgrounds.com/portal/view/721423
|
code
|
really cool. now just evolve the game. I don't think the luck/sacrifice angle is good. It will discourage you from developing a deep, interesting game. But that's just my opinion. Or you could keep it as a mode. But more levels, baddies, terrain, bullets, powers, etc. would be great! ;) Music is a very cool and interesting choice.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224648465.70/warc/CC-MAIN-20230602072202-20230602102202-00335.warc.gz
|
CC-MAIN-2023-23
| 332 | 1 |
https://user.xmission.com/~redbeard/rmmb_fom/cache/47.html
|
code
|
Bagpipe FAQ : Music : Software :
Is there music available in these formats?
|Moderator: [email protected] (inherited from parent)|
|For many formats, yes. See the bagpipe.tex, abc, Piob Mhor, and BMW pages for links to collections in these formats. There have been no postings to the news group pointing out collections in the other formats.
|[Append to This Answer]|
|Previous:||What is Electric Pipes?|
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-39/segments/1505818687906.71/warc/CC-MAIN-20170921205832-20170921225832-00166.warc.gz
|
CC-MAIN-2017-39
| 404 | 6 |
https://www.toddpigram.com/2013/07/how-testing-fits-into-devops-toolchain.html
|
code
|
Many companies have turned to Agile software development in pursuit of faster releases. Yet even as they've automated release management, delivery, and deployment, writes Diego Lo Giudice for Forrester Research, some companies ignore the importance of automated testing as part of the DevOps toolchain.
Testing is a critical part of the handoff between development and IT operations. Successful Agile teams using DevOps practices fully integrate testing into their software development lifecycle.
A test-driven development system creates confidence that when all of the automated tests pass, the code is good to go. Successful DevOps toolchains include a fully automated test harness that can signal to both development and IT operations teams when code that's in development and code on running systems is passing (or failing) their tests.
To improve testing inside your Agile environment, Lo Giudice recommends you bring in talented testers, then deploy them wisely. Make sure they test API services for business logic and processes to maximize the benefits of automation. Lo Guidice warns against wasting the time of smart test specialists on over-automating testing for parts of the system that are changing quickly, or that are ambiguously specified.
Despite that caution, it's clear that high-functioning IT environments continuously test deployments for performance, reliability, and correctness. If you make automated testing an integral part of your DevOps toolchain, the code you deliver so quickly will be of much higher quality, and your complex application much more likely to work as designed.
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296818711.23/warc/CC-MAIN-20240423130552-20240423160552-00233.warc.gz
|
CC-MAIN-2024-18
| 1,607 | 5 |
https://www.ruby-forum.com/t/rake-create-sessions-table-does-not-create-session-table/62178
|
code
|
when i run rake create_sessions_table, I get following output. tables
donot get created and my application doesnot start.
info: the first time ran take everyting was fine, but now i have
reinstalled ruby and rails and created the database, but i am unable to
create session table with rake, please help. i want to create session
table, and cannot understand this migration thingie.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-47/segments/1542039743011.30/warc/CC-MAIN-20181116111645-20181116133645-00171.warc.gz
|
CC-MAIN-2018-47
| 381 | 6 |
https://www.mobileread.com/forums/showpost.php?p=1301347&postcount=2
|
code
|
What version of calibre are you running?
Are you seeing any error messages?
Some people have reported problems with calibre 0.7.35 and devices, in particular the K3. These people always see an "exception" error saying something like 'ints do not have length'. If you are seeing something like that, then try disabling the folder device (preferences -> plugins -> device plugins, select folder device and press disable).
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917118477.15/warc/CC-MAIN-20170423031158-00391-ip-10-145-167-34.ec2.internal.warc.gz
|
CC-MAIN-2017-17
| 419 | 3 |
https://www.talkbass.com/threads/sharkfin-picks.124481/
|
code
|
Mods: I didn't know where to post this, please feel free to move it as you see fit. This question is about Sharkfin picks. The "real" ones (made in Sweden), not the cheap Tortex imitations. AFAIK, the Sharkfin picks come in three flavors, light (orange), medium (blue), and heavy (black). I use the blue ones, and have occasionally used the black ones, but haven't yet tried the light ones. The question is about the tiny little hole in the pick, on the shark fin picking edge. My understanding is that this hole is there to increase the responsiveness of the pick. For my purposes, it works like a charm. I haven't seen any other picks with holes in 'em. Here's the questions: Does anyone know of any other picks that have a hole like this? Has anyone drilled holes into their picks to get better responsiveness? Does anyone know who are the authorized US dealers for the Sharkfin brand picks?
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-04/segments/1547583660175.18/warc/CC-MAIN-20190118151716-20190118173716-00354.warc.gz
|
CC-MAIN-2019-04
| 894 | 1 |
https://www.biostars.org/p/53287/
|
code
|
My team have sequenced 3 genomes from similar crop but with different varieties. One of the variety is a parental lines. Would it be a good approach if I assemble the parental lines with scaffold from the draft genome? FYI, the draft genome is still not completed. My purpose of doing that is to use it as a reference sequences that will be aligned against 2 varieties. The objective of my study is to discover the SNP.
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-45/segments/1603107891624.95/warc/CC-MAIN-20201026175019-20201026205019-00708.warc.gz
|
CC-MAIN-2020-45
| 419 | 1 |
http://ieeexplore.ieee.org/xpl/articleDetails.jsp?reload=true&arnumber=4815364&contentType=Conference+Publications
|
code
|
Skip to Main Content
As computers with multi-core CPUs become the norm, software development professionals must confront the challenge of developing software that takes advantage of this hardware trend. API providers, in turn, must provide useful parallel programming libraries. PLINQ, a parallel version of Microsoft's LINQ-to-Objects, is one such API aimed at providing a simple, functional style programming model for parallelism. At Microsoft, we have multiple testing strategies for the software components we develop. We present in this paper one approach to testing PLINQ using an automated test generation, execution, and evaluation strategy named SLUG (systematic LINQ unit-test generator). This approach enables us to not only generate unit tests, but performance, stress, and security tests as well. We show that by using this approach to testing, we can achieve high code coverage; we analyze how SLUG allowed us to gain a higher confidence in the quality of our code.
|
s3://commoncrawl/crawl-data/CC-MAIN-2016-30/segments/1469257825048.60/warc/CC-MAIN-20160723071025-00246-ip-10-185-27-174.ec2.internal.warc.gz
|
CC-MAIN-2016-30
| 980 | 2 |
https://www.hioki.com/in-en/support/faq/detail/id_225
|
code
|
Maximum battery capacitance measured by the battery tester
QWhat is the highest capacity (ampere hour) of a battery on which I can measure internal resistance and voltage?
There is no limit with regards to battery capacity (Ah), because the battery tester measures using an AC signal and there is no DC current injection to the battery under test.
Battery tester (e.g. BT3554-50)
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474690.22/warc/CC-MAIN-20240228012542-20240228042542-00573.warc.gz
|
CC-MAIN-2024-10
| 379 | 4 |
https://www.zdnet.com/article/conficker-still-spamming-after-all-these-years/
|
code
|
A recent TrendLabs Security Intelligence Blog entry reminds us of just how immune some enterprises are to reasonable security practices. It turns out that Conficker (which they call DOWNAD, one of a few names for this threat) is still the most common form of malware found in enterprises and small businesses.
Conficker was quite a big deal back in late 2008 and early 2009. When Microsoft released MS08-067 ("Vulnerability in Server Service Could Allow Remote Code Execution") out of band on October 23, 2008, they were "...aware of limited, targeted attacks attempting to exploit the vulnerability." There wasn't any proof of concept code available, but the vulnerability — which allowed a remote compromise over a local area network of a vulnerable machine — was tailor-made for a network worm.
Technically, Windows Vista and the beta of Windows 7, then in circulation, were vulnerable, but several factors, mainly the default firewall configuration, mitigated the threat. It was Windows XP that was really in danger. And even though Microsoft had released a patch, everyone knew that a major worm event was coming.
When it came it was big enough that a special industry group (the Conficker Working Group) was formed to coordinate response. Conficker propagated through a crazy randomized domain name scheme that was shut down through coordinated industry action. Wikipedia has a good description of how it worked and how it was shut down. But that still left it other ways to propagate, such as through spam and network shares. In fact, Trend Micro says that 45 percent of malware-related spam emails they detected in Q2 of this year were delivered by Conficker systems.
How many of these are still out there? The Conficker Working Group still tracks Conficker traffic. On Tuesday, July 1 they detected 1,148,345 unique IPs, which isn't the same as the number of systems. It could be much larger or smaller, but in any case it's still a big number, certainly in the hundreds of thousands.
If I'm not mistaken, Conficker was the last of the great Windows worms, which underscores the other lesson to learn from this: Enterprise endpoints running modern operating systems (generally Windows 7) don't have much of a malware/vulnerability problem. For many reasons, such as more secure coding practices, automatic updating and better Internet Explorer versions, users really have to try in order to get themselves infected. As XP dies away, most of the malware problem will die with it.
But will it actually die? I would assume that so many users who are still running ancient, vulnerable and infected computers at this date will not stop using them until the system is as dead as the Titanic.
Remember, these systems are in businesses, many with actual IT departments. They are responsible for the problem persisting.
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780058263.20/warc/CC-MAIN-20210927030035-20210927060035-00590.warc.gz
|
CC-MAIN-2021-39
| 2,823 | 8 |
http://codeblow.com/questions/wordpress-retriving-posts-of-the-specific-custom-category-inside-a-custom-taxonomy/
|
code
|
I can retrieve all of the posts from the custom category with this particular call to Wordpress_Query
$q = new WP_Query(array( 'taxonomy' => 'jh-portfolio-category', 'term' => 0, 'post_type' => 'jh-portfolio' ));
However, let say inside the jh-portfolio-category taxonomy I've defined some sub-groups, how do you specify If only to possess posts from the specific sub-category? Altering the 'term' property towards the term_id as presented in wordpress_term_taxonomy does not appear to operate. All of the posts within that taxonomy continues to be listed.
I am unsure if this sounds like useful for you. I'd an identical problem where I had been looking to getarticles which were of the custom publish_type and taxonomy.
The title of the publish_type is
jh-portfolio. Your taxonomy is known as
jh-portfolio-category. You didnt specify the title of the term inside your publish, so allows refer to it as
foobar. Your get_posts or query_posts function would seem like this:
I am unsure how this could translate to Wordpress_Query, but when I needed to guess, I'd say:
$q = new WP_Query(array( 'jh-portfolio-category' => 'foobar', 'post_type' => 'jh-portfolio' ));
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-51/segments/1575540525821.56/warc/CC-MAIN-20191210041836-20191210065836-00014.warc.gz
|
CC-MAIN-2019-51
| 1,162 | 10 |
https://community.qlik.com/t5/Qlik-Sense-App-Development/Dynamic-Table-Names/td-p/1681647
|
code
|
Discussion board where members can learn more about Qlik Sense App Development and Usage.
I have a below table and two list box respectively. If I select Apple from 'Product01' and Grape from 'Product02' then my table box label should show the same as below. Need help on this. Thanks.
='Product01= '& (Product01)&' and ' & 'Product02: '&(Product02)
View solution in original post
In Table title expression, Add this 'Product1= '& GetFieldSelections(Product1) and repeat the same for product2.
The expression is write but I'm not getting any result.
='Product01 = '& GetFieldSelections([Product01]) and 'Product02 = '& GetFieldSelections([Product02])
Thanks. This solution works fine. This is simple and fast solution. Keep up your good work.
Amazing Content on this website mcdvoice survey. I Like it.Thanks for sharing. this worked exactly as i needed.
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-45/segments/1603107896778.71/warc/CC-MAIN-20201028044037-20201028074037-00446.warc.gz
|
CC-MAIN-2020-45
| 854 | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.