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://labs.mediatek.com/api/linkit-assist-2502/%21%21TYPES_C_STD_THREAD.html
code
The following table lists types in this documentation. Signal id, returned by vm_signal_init(). Thread main function type, the thread will be closed when it returned. Thread handle, returned by Created with a commercial version of . In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
s3://commoncrawl/crawl-data/CC-MAIN-2021-43/segments/1634323585121.30/warc/CC-MAIN-20211017052025-20211017082025-00230.warc.gz
CC-MAIN-2021-43
376
6
https://steemit.com/simplicity/@steemitblog/update-on-simplicity-cutting-complexity-with-steem-0-17-0
code
Update on Steem 0.17.0, a.k.a. Simplicity Great news everyone, We are getting close to the release of Simplicity and this post clarifies some of the updates to the proposed changes originally released back in January (which can be found here). Here’s some of the killer updates we’re bringing to the next upgrade proposal: - Permanent editing of posts - Standardized payouts on a 7 day timer - Removing the comment nesting limits - Removing the payout penalty for posting ‘too much’ per day Steem is about making amazing content how you want and getting rewarded for it. So we’re removing things that get in the way of that. That’s what this update is about. These updates are critical to the next phase of Steem’s evolution, which you’ll be hearing more about soon. Yo Dawg, We Heard You Like Changes Changes to Reward Curves: Not Yet We considered proposing a move from the n^2 curve (to either modified superlinear n or a linear n), which would mean more influence on rewards for smaller holders of Steem Power than is the case today. A modification could be good, but there are game theoretic challenges that haven’t been fully modeled. Because of this, we’re postponing these changes. Rest assured, we’ve completed the implementation. We just need to see how it functions. If it performs better than the current model, we may include it in the 0.18.0 release. These changes are about rewarding the best content, so we’re handling any voting curve changes with care. Comment Curation Rewards To Remain Earlier we proposed cutting curation rewards for comment votes. This was to encourage altruistic voting on comments and reduce the incentive to pile votes on an existing popular comment for personal gain (in the form of curation rewards). It would also incentivize curation bots to vote on posts, instead of comments. But in the spirit of simplicity, we want rules to be consistent across both reward funds. Minor theoretical issues don’t warrant more complexity and inconsistency. That’s why comment voting rewards (for both authorship and curation) will function the same as posts. (This also means that when the reward curves are updated post-0.17.0, you can expect comment rewards and post rewards to use identical curves.) Learn More on Github Want to learn more about the 0.17.0 release? You can find more about them at the Steem GitHub Repository. (edit to clarify timing* A final release candidate is probably coming this week and a hardfork date will be set for one week after that.) And remember to vote for the Witnesses who upgrade to the changes YOU want to see! Steem’s evolution depends on your votes! NEXT: The New Steem Development Process
s3://commoncrawl/crawl-data/CC-MAIN-2019-13/segments/1552912202510.47/warc/CC-MAIN-20190321092320-20190321114320-00241.warc.gz
CC-MAIN-2019-13
2,692
22
https://discuss.pytorch.org/t/n-to-1-frame-cnn-prediction-model-how-to-represent-the-data/103985
code
I’m relatively new to PyTorch and I have a CNN that can predict the next frame of image based on 1 input frame relatively well. Now I want this model to outputs 1 image based on a sequence of images (e.g. give it 2 frames, make it guess the next frame). But I’m not sure how to represent the data in a way that makes sense in PyTorch. Is there any known way to do this? I’ve considered concatenating the input images along some dimension (height/width) but that doesn’t make intuitive sense, and I need to do extra shenanigans to make the output dimension work (currently input and output are both single images so they have the same dimension, but if input is multiple images stacked together that’ll not hold). I’ve also thought about concatenating the input images along the channel, so, for example, 3 RGB images will now have 9 channels and the output which is 1 image will have 3. This, again, doesn’t make intuitive sense to me, and I’m also not sure how to do this in PyTorch. Thank you in advance for any helpful input!
s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652663039492.94/warc/CC-MAIN-20220529041832-20220529071832-00409.warc.gz
CC-MAIN-2022-21
1,044
4
https://stratalyzesolutions.com/2019/04/
code
There are several solutions available in Oracle EPM that can make your journey to the cloud easier. Here are a couple that are available in the cloud and on-prem. "Leverage the EPM Automate utility to keep your environments in sync: - The 'Recreate' command restores an environment to a clean state. - The 'Copysnapshotfrominstance’ command allows the move of an artifact snapshot across cloud instances (i.e. PROD to TEST). - The 'ImportSnapshot' command imports the contents of a snapshot into the target service environment. By using EPM Automate you'll avoid any potential browser timeout or file size issues, and you can automate the process by using a task scheduler." To avoid long calculation scripts in Oracle EPM use the Name, Caption, Description and Comment fields in Calculation Manager. This will avoid all the remarked out comments and make the comprehension of the rule easier to understand. When you print the rule using these fields will make it much more organized and better for documentation.
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100525.55/warc/CC-MAIN-20231204052342-20231204082342-00005.warc.gz
CC-MAIN-2023-50
1,015
7
http://www.motorauthority.com/news/crash-avoidance
code
Modern racing videogames are getting pretty good these days, with handling and graphics capabilities that allow for a pretty realistic driving experience. It's also cheaper than racing for real, not to mention safer - "Life has no 'reset' button", they often say. We were glad of that little detail... Google Guru Sings Mercedes Praises (& So Should You) Canadian Engineer Develops Cheaper Collision Detection Tech Early Look At BMW’s Future In Car Technology
s3://commoncrawl/crawl-data/CC-MAIN-2013-20/segments/1368706499548/warc/CC-MAIN-20130516121459-00000-ip-10-60-113-184.ec2.internal.warc.gz
CC-MAIN-2013-20
461
4
https://www.oreilly.com/library/view/mastering-machine-learning/9781789618006/b94b7087-832d-414f-b086-374bf3cc13a4.xhtml
code
If you recall from a previous section, the first thing we did was perform RFE to reduce our input features. We'll repeat that step in the following. We'll redo our control function: > ctrl <- caret::rfeControl( functions = caret::lrFuncs, method = "cv", number = 10, verbose = TRUE ) I say we shoot for around 20 to 30 total features and set our random seed: > subsets <- c(20:30)> set.seed(54321) Now, in selecting the features you can use the SVM linear or the kernel functions. Let's proceed with linear, which means our specification for the following method will be svmLinear. If, for instance, you wanted to change to a polynomial kernel, then you would specify svmPoly instead or svmRadial for the radial basis function: ...
s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224645417.33/warc/CC-MAIN-20230530063958-20230530093958-00778.warc.gz
CC-MAIN-2023-23
731
5
http://www.defensivecarry.com/forum/member-buy-sell-trade/74818-firestorm-380-ftf-mo.html
code
I have a Firestorm 380 looking to do a face to face sale in the Kansas City, Missouri area. I'm selling the Firestorm with a Fobus holster and a High Noon Holster "Bare Asset". I've only shot around 160 rounds through this gun. This gun has rarely been carried but I do keep it in the High Noon Holster all the time. I'm asking $300.00 Sorry for the terrible picture.
s3://commoncrawl/crawl-data/CC-MAIN-2015-11/segments/1424936463660.11/warc/CC-MAIN-20150226074103-00203-ip-10-28-5-156.ec2.internal.warc.gz
CC-MAIN-2015-11
367
2
https://www.gamefront.com/forums/command-and-conquer-series/brecourt-carentan-dawnville
code
K guys, Im lookin for some mappers to make this type of map which i consider not diffucult. All i want for cod, is slightly bigger maps of the ones i and many others already like. So here's my idea. Can one of u (or two or 3 etc) combine the maps dawnville, carentan and brecourt together? meaning like, have carentan on one edge of the map, dawnville at the other (them being two villages) and the brecourt with trenches between the two? Altho i am not a mapper in cod, i think that it shouldnt be too hard of a task for u hardcore mapperz out there, considering u could perhaps just take those maps and add a lil in between. Well, i wanna hear ur replies and suggestions, and thx in advance for u ppl who try and actually do this. There are a few things to keep in mind about youre request. I don't know the exact size of the maps, but it could be to big to compile. The skybox would have to be huge. The sunlight is different in each of these maps, and finding the right one for this map wouldn't be easy. U also need to cut down on objectives, like one in each town. This wouldn't be difficult. The map would have to be played with a lot of players, and not a lot of servers will be able to handle that. And then there are the csg files, though that shouldn't be to hard. anyway the request isn't simple, probably inpossible due to the huge skybox that won't compile. But by leaving certain things out it might be done. Of course what things are you gonna leave out, what is good, what is bad ? "Of course what things are you gonna leave out, what is good, what is bad ?" Good is all that isn`t bad and bad is everything that isn`t good. Haha-I`m SO funny! Hit me :fistpunch: ok, so the skybox is gonna be hard, but besides that the mapping itself shuoldnt be too hard considering those m aps r done for u already, all u need to do is connect em the skybox isn't gonna be hard, but impossible. i cant' even put 2 of them together without making my skybox way to big. and a to big skybox means it can't compile, and if it can't compile u can't make the map. canu make ur own skybox, like, a custom one that CAN be compiled? u have to customize the skybox, that's not the problem. it doesn't matter if u take over one of the original or a custom, u would have to make the skybox to big or u can't put it all together. u see if ure skybox is to large for the game engine to handle u can't compile the map. pretty much every original map has a skybox a bit larger then half what the engine can handle. You sound very sure abuot that problem. So ur saying its impossible to do? ok scratch that idea, but how about the maps dawnville and carentan together connected by a short road? Something like that? Well, that could be done if we make the two towns a little smaller. But there is no way to be sure it will come out exactly right. so pretty much no one else is gonna reply and/or try it...
s3://commoncrawl/crawl-data/CC-MAIN-2020-34/segments/1596439738555.33/warc/CC-MAIN-20200809132747-20200809162747-00423.warc.gz
CC-MAIN-2020-34
2,891
10
http://www.webmasterworld.com/printerfriendlyv5.cgi?forum=91&discussion=4564534&serial=4564536&user=
code
There's a really annoying grey border on an iFrame I'm trying to add to a site I'm working on but I can't get rid of it. The code is <iframe id="strava" height='160' width='100%' frameborder='0' style="" allowtransparency='true' scrolling='no' src='http://app.strava.com/clubs/shift/latest-rides/7fc3de7b9d74afbba847b1b19b8487b7471acd68?show_rides=false'></iframe> The div that has the grey border is called ".widget" and I've tried to add this code But that doesn't seem to work. Any ideas or advice would be greatly appreciated.
s3://commoncrawl/crawl-data/CC-MAIN-2014-10/segments/1394011149514/warc/CC-MAIN-20140305091909-00002-ip-10-183-142-35.ec2.internal.warc.gz
CC-MAIN-2014-10
530
7
https://legacy.sawtoothsoftware.com/forum/13318/conditional-previous-button
code
I am referring to the Sawtooth Software previous button, not the browser back button. I would like to perform the following ... If TYPE=1 display the back button for all survey pages. If TYPE=2 do not display the back button for all survey pages. I know I can hide the previous button under survey settings but that is across all surveys. I know I can use RemovePrevious() on various pages to hide the previous button and apply some Perl as such but I do not want to pop this on all survey pages, especially if an easier method is available to me. [% Begin Unverified Perl End Unverified %] Is their a global approach where I can apply something like the Perl above or maybe some CSS to throw into the HTML head tag?
s3://commoncrawl/crawl-data/CC-MAIN-2023-06/segments/1674764501555.34/warc/CC-MAIN-20230209081052-20230209111052-00731.warc.gz
CC-MAIN-2023-06
716
9
https://teuben.github.io/nemo/man_html/tabcomment.1.html
code
HTML automatically generated with rman Table of Contents tabcomment - Add comments to a table, or comment certain lines, or show just comments tabcomment in= out= [parameter=value] comments selected lines of a text file. A comment line is a line that starts with a # symbol, and is recognized as such by many NEMO and other kind Comment lines can be selected as lines that are blank, start with an alpha or start with punctuation ( in particular the functions isspace, isalpha and ispunct from ctype(3) are used to detect this, always skipping initial whitespace of course) Individual control over each of these types can be given, see below. Other common comment characters are: ; ! C /, but they are all caught with these defaults. following parameters are recognized in order; they may be given in any order if the keyword is also given. Use --help to confirm this man page is up to date. this program was written because some programs could not deal with comments in tables, thus we often wind up with constructs such as - input ascii table. No Default. - output ascii table. No Default. Use "out=-" if stdout is preferred. - Comment lines that start with alpha? See isalpha(3) - Comment blank lines (lines that only contain blanks, see isspace(3) ) [Default: t]. lines that start with a punctuation character, except the + or -. (neither control nor alphanumeric, see also ispunct(3) ). [Default: t]. comment lines from output? [Default: f]. - In raw mode only the comments are shown. [Default: f]. - The actual comment character to be used at the beginning of the line. Although it is not adviced to use anything but the ’#’ symbol, the comment characters. Default: #. program1 | tabcomment - delete=t | program2 but especially if the tail end of the pipe has to filter down to numbers, can be useful. 01-aug-1992 V1.0 Created PJT 14-sep-1992 V1.1 added delete=; also updated man PJT 20-may-1993 updated man PJT 18-oct-2004 V2.0 allow change of comment character PJT 10-apr-2022 V2.1 new table I/O, add raw=, default out=- PJT 27-apr-2023 V2.3 don’t view + and - as punctuation PJT Table of Contents
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100626.1/warc/CC-MAIN-20231206230347-20231207020347-00374.warc.gz
CC-MAIN-2023-50
2,111
48
https://forums.macrumors.com/threads/possibility-for-free-tethering-without-jailbreak.1520258/
code
So I am sure that you all have heard about these third party programs that allow you to install unsigned apps. Most of these programs are used for piracy, however is it possible to download an app that allows us to tether for free (since it would bypass the Apple store)? Or would we need the root access that a jailbreak offers? ---------- Also it doesn't have to be for free, I don't care. But paying a one time $5-15 fee is better than paying an extra $30 a month for the ability to tether when the opportunity arises that calls for it.
s3://commoncrawl/crawl-data/CC-MAIN-2018-47/segments/1542039742906.49/warc/CC-MAIN-20181115182450-20181115204450-00129.warc.gz
CC-MAIN-2018-47
539
1
https://forum.shotcut.org/t/qt6-v6-6-0-not-supported/41177
code
What is your operating system? It is Artix Linux What is your Shotcut version (see Help > About Shotcut)? Can you repeat the problem? If so, what are the steps? Very simple, Shotcut works perfectly with Qt6 version 6.5.3 If I updgrade to Qt6 version 6.6.0, the timeline becomes a white square. I had to downgrade Qt6 to be able to use the application. Please consider this bug for the next Linux release. It is only supported with the version of Qt we use in the builds on our download page. If you or your distro builds it with a different version, then someone other than us should fix it. We are not in a rush to use Qt 6.6 because it drops older versions of macOS and Linux. Also on GitHub A fix was submitted on GitHub and merged, but I have not tested it. Since these are installed QML files loaded and interpreted at run time, you can try to make the changes for your install: Or, just copy the changed files timeline.qml from the git repo in their entirety: Archlinux has published shotcut v.23.09.23-2 last sunday which fixes the problem. Thank you very much and I beg your pardon if I waste your time.
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100545.7/warc/CC-MAIN-20231205041842-20231205071842-00707.warc.gz
CC-MAIN-2023-50
1,111
13
http://www.openldap.org/lists/openldap-devel/199809/msg00008.html
code
[Date Prev][Date Next] Re: UTF-8 support for libldap Julio Sanchez Fernandez writes: >Hallvard B Furuseth escribió: >> It should be a lot easier to use LDAPv3 and let the server handle >> ";binary" stuff, though:-) > I have been wondering about this (since the server IS supposed to know > what is binary and what isn't...) You mean slapd? slapd is LDAPv2, ";binary" is LDAPv3. Anyway, I'm not sure ;binary is the right approach here after all. "foo" and "foo;binary" are considered different attributes, as far as I can tell. Oh well, it was just a thought. > What is needed for minimal v3-conformance? I hope someone else can answer that... > Heh, heh. So somehow we need on wire: > T.61 Standard v2 > UTF-8 Standard v3 and "Netscape" v2 > Locale charset To support clients unable to do the translation > themselves or have it done by the library Yes, though that UTF-8 entry are not on the same port (and therefore maybe not the same server). It's standard v2 and standard v3 that can be on the same port. > The library must give the client (whether it does it with translation or > not is irrelevant for the time being): > T.61 For clients that will do something useful with > UTF-8 Same > Locale charset For everyone else > The server will have to store things in T.61, UTF-8 or maybe a locale > charset but provide the appropriate thing on the protocol. If you want one server to handle all the charsets, yes. That's of course more efficient than running 3 servers with the same data in different charsets. But if you just want it to work, and you have some disk space and CPU seconds to spare, it should be simpler to have 3 servers and regularly dump from the master, translate the charset, and load into the other servers. Uhm - provided the clients using the non-master charsets do not need write access. > On the other hand, ldapd will have to translate between T.61 and UTF-8 > (and maybe more things like latin1, argh :-() as needed. Yes. (My patch handles just one charset per server, though. So it doesn't need to keep track of which client wants which charset.) > This is, of course, getting very complex and negotiating all these > options, more so. It seems like every component needing the ability to > translate between all combinations... Hey, no! Negotiating what options? There is no "give me a bogus charset" protocol option. All this happens because clients are too lazy to handle charsets properly, not because they want to use nonstandard The "option" to choose UTF-8 LDAPv2 can only be to bind to a host and port which provides UTF-8 LDAPv2. If you want a single server process to provide both UTF-8 LDAPv2 and T.61 LDAPv2, it must listen to two > Can we get rid of the locale-charset-on-wire requirement and use > something in the line of the changes I made? No. Servers need to support "locale-charset-on-wire" if they want to support lazy clients that don't bother with charset translation. But your changes don't need to worry about that, since they are on the client side. Besides, I'm sure you support it already. You do allow us to *not* do charset translation in the library, I hope?:-) If we need to talk to a latin-1 LDAP server, all we need to do is to build a client which does *not* do any charset handling. > Then we would have just > either T.61 or UTF-8 on wire and the library would translate if needed. > Standard v2 can be told from standard v3 without error, "Netscape" v2, > being a possible wrong guess. Don't guess. You don't do anyone a favour if you teach people that it often works fine to ignore charset handling. That's why this is such a mess now. Rely on the user to choose the correct host:port for his > Then the server must settle for one > storage method and translate from/to the other using something based on > your changes... > We still have the problem with binary-encoded attributes, but it seems > that only v3 provides a clean solution for that... Yup. Not ";binary" though. I think the answer is to let the client read the schema from the v3 server, so that it will know the syntax of the attributes it receives. But if you control both client and server, you can give the client the server's list of known attributes.
s3://commoncrawl/crawl-data/CC-MAIN-2018-30/segments/1531676592523.89/warc/CC-MAIN-20180721110117-20180721130117-00504.warc.gz
CC-MAIN-2018-30
4,190
75
http://linux.sys-con.com/node/117912
code
|By Zev Laderman|| |August 12, 2005 04:00 PM EDT|| You don't have to be around Linux for long before you hear about "the dependency problem," which is no problem at all for many users - until the day it bites them. In a nutshell, the problem is that most Linux applications depend on the operating system to provide various pieces of functionality that the applications need. These components most often take the form of shared libraries that are dynamically loaded and linked to the application at runtime. Problems occur when one or more of these libraries are replaced with a different (usually newer) version. Provided all the interfaces remain the same and the semantics of the functionality remain the same, there's no problem. However, due to security fixes, bug fixes, or new or improved functionality, the interfaces and semantics can and do change, and the changes can be enough to break the application. In general, individual libraries aren't distributed individually but as part of a package of related components. Packages are installed as a whole. In general there's no way to take just one part of a package, and in fact to do so would be inviting trouble since packages are usually composed of related components that need to be installed as a whole to guarantee that the components work together correctly. It would seem reasonable to assume that once an application is installed and working there would be no reason to touch it, or any of the components that it depends on. However, there are myriad reasons why components end up changing. The most common are: - A new application is installed that requires a later version of a package containing one of the shared libraries used by the first application. - A security or bug fix affects a package used by the application. - An update version of the OS from the distributor includes newer packages. This problem isn't unique to Linux. It's been a long-time problem with many different Unix systems that make heavy use of shared libraries, and is essentially the same as the famous "dll hell" that afflicted older versions of Windows (a Windows .dll file is a dynamically loaded shared library). Unix vendors reduced the problem to manageable proportions by tightly controlling the evolution of the system and providing lots of advance warning to third-party vendors of impending changes. Microsoft adopted similar tactics and became adamant about which libraries third parties were free to change, and which they weren't, making it difficult for third-party applications to overwrite system-provided libraries. Linux is essentially no better or worse in terms of shared library management than Unix or Windows. What's different is that there's no central coordinating authority to make sure that changes happen in a controlled and consistent manner. In some respects this is one of the strengths of Open Source development; it allows change to happen at its natural pace and forces people to be more aware of the potential problems associated with change. It's also a weakness from the point-of-view of an end user having to integrate systems with components with different dependency requirements. Linux distributors spend a lot of time and effort making sure that their systems are delivered with the dependencies all correctly resolved, and that any updates they create don't disturb this balance. They often go so far as to take security/bug/performance updates that tend to be created by the component development group on the latest version of their software - which is probably not the version currently shipping - and back-port the changes to the shipping version and test to make sure the changes don't introduce any inconsistencies. However, distributions have limited control over third parties, both commercial and Open-Source, that are reluctant to re-test their products with every new version of a package on which they have a dependency. One of the interesting benefits Linux holds for its enterprise adopters is that it's multi-sourced. Essentially the same product is available from multiple vendors, improving competition and avoiding lock-in. Although managing multiple Linux distributions adds overhead, some companies prefer not to put all their eggs in one basket and use multiple distributions to help ensure that they don't end up locked in to a specific distribution. However, this adds a new dimension to the dependency problem. In many instances, different packages are used on different distributions. There's no standardized system for packaging, although most major Linux distributors use the RPM packaging system that defines how the package is constructed and what information it contains on individual file location and a set of dependency rules. Unfortunately, the same package name on two different distributions can contain different revisions of components or even different components. To add to the problem, not all Linux systems use the same package mechanism. For example, Debian-based systems don't use packages at all. The end result is that the configuration management of these systems becomes quite complex. Applying something such as a security fix may necessitate other changes to bring the dependencies back into alignment, and then subsequent testing of all applications running on those revised systems/distributions before they can be declared stable and rolled out into production. This has to happen independently on each distribution platform. Having lived and worked with this problem, and recognizing the need for a better solution than the mostly manual process that they and everyone else was using, the founders of Aduva began work on trying to automate the dependency resolution process. One of the key components of their system was based on recognizing that the package level - at which most people were working - is too high a level for successful resolution. They built a database (the Aduva Universal KnowlegeBase) of dependency information based on the contents of the packages - the individual files that they contain. By extending the dependency information and including specific dynamic dependency rules down to the file level it becomes much easier to find solutions to dependency problems. Once a set of solutions is found, information stored in the database about the composition of the packages is used to resolve the set of packages with the highest version levels possible to implement a solution. Since information is stored on distribution-specific packages, the system can derive package lists specific to individual distributions for the same dependencies. The database also contains information on security alerts and errata notifications and fixes for packages and their components, so in building a specific package list the system takes account of these, and will find a path through the dependency graph that avoids as many of them as possible, hopefully all of them. Rarely, when re-evaluating dependencies to add a new application, the only valid path(s) will include components with known security issues. In that case the system delivers its package list, but warns that the list will introduce known security problems, leaving system administrators to decide whether to continue or consult with Aduva's Lab and professional services team to devise a solution. Keeping the database up-to-date is the key to success. Aduva works closely with Linux distributions, many different Open Source development communities, and various security groups to ensure that it has complete and current information. A set of tools automates and tests much of the process of determining dependencies. The complete KnowledgeBase allows systems configurations to be generated based on combinations of different packages beyond those directly supported by a given Linux distribution, provided those packages are known to the KnowledgeBase. Of course, in real-world deployments a huge variety of different applications and third-party packages are going to be encountered, more than in the centrally maintained Universal KnowledgeBase. To make sure that the extended dependency requirements encompassing these additional components are taken into account when configuring, a set of tools exists that permits individual customers to create their own KnowledgeBase with dependency rules specific to their particular software. This local KnowledgeBase is then used in conjunction with the central KnowledgeBase to ensure that the specific requirements of local software components are taken into account when determining a stable configuration. With this core technology in place Aduva has used it as a platform on which to build a set of tools designed to simplify Linux configuration management, application deployment, change management, and patch control for the enterprise. This set of management tools is sold under the name OnStage. The OnStage toolset provides a very complete set of system configuration management tools, enabling machine types to be defined, a configuration generated for that specific set of machines, and automatically deployed at the click of a button. Changes can be made to any given set of machines such as deploying an application, adding a patch, or changing the system configuration, and the set of changes are validated against the local and central KnowledgeBases and automatically updated to ensure dependency rules are met and pushed to the entire set of machines, either immediately, or deferred until a specific time or other criteria are met. Configurations are recorded at each stage making it trivial to back out any change or set of changes should that be required. What's unique about the OnStage toolset is that it sits on the KnowledgeBase and takes the uncertainty out of making changes to a stable production platform, which is one more step in making Open Source a viable solution for the enterprise. The 4th International Internet of @ThingsExpo, co-located with the 17th International Cloud Expo - to be held November 3-5, 2015, at the Santa Clara Convention Center in Santa Clara, CA - announces that its Call for Papers is open. The Internet of Things (IoT) is the biggest idea since the creation of the Worldwide Web more than Jul. 5, 2015 08:00 PM EDT Reads: 1,396 The 17th International Cloud Expo has announced that its Call for Papers is open. 17th International Cloud Expo, to be held November 3-5, 2015, at the Santa Clara Convention Center in Santa Clara, CA, brings together Cloud Computing, APM, APIs, Microservices, Security, Big Data, Internet of Things, DevOps and WebRTC to one location. With cloud computing driving a higher percentage of enterprise IT budgets every year, it becomes increasingly important to plant your flag in this fast-expanding business opportunity. Submit your speaking proposal today! Jul. 5, 2015 06:30 PM EDT Reads: 1,413 Explosive growth in connected devices. Enormous amounts of data for collection and analysis. Critical use of data for split-second decision making and actionable information. All three are factors in making the Internet of Things a reality. Yet, any one factor would have an IT organization pondering its infrastructure strategy. How should your organization enhance its IT framework to enable an Internet of Things implementation? In his session at @ThingsExpo, James Kirkland, Red Hat's Chief Architect for the Internet of Things and Intelligent Systems, described how to revolutionize your archit... Jul. 5, 2015 06:00 PM EDT Reads: 1,560 The 5th International DevOps Summit, co-located with 17th International Cloud Expo – being held November 3-5, 2015, at the Santa Clara Convention Center in Santa Clara, CA – announces that its Call for Papers is open. Born out of proven success in agile development, cloud computing, and process automation, DevOps is a macro trend you cannot afford to miss. From showcase success stories from early adopters and web-scale businesses, DevOps is expanding to organizations of all sizes, including the world's largest enterprises – and delivering real results. Among the proven benefits, DevOps is corr... Jul. 5, 2015 05:15 PM EDT Reads: 1,448 SYS-CON Events announced today that Secure Infrastructure & Services will exhibit at SYS-CON's 17th International Cloud Expo®, which will take place on November 3–5, 2015, at the Santa Clara Convention Center in Santa Clara, CA. Secure Infrastructure & Services (SIAS) is a managed services provider of cloud computing solutions for the IBM Power Systems market. The company helps mid-market firms built on IBM hardware platforms to deploy new levels of reliable and cost-effective computing and high availability solutions, leveraging the cloud and the benefits of Infrastructure-as-a-Service (IaaS... Jul. 5, 2015 05:00 PM EDT Reads: 1,643 To many people, IoT is a buzzword whose value is not understood. Many people think IoT is all about wearables and home automation. In his session at @ThingsExpo, Mike Kavis, Vice President & Principal Cloud Architect at Cloud Technology Partners, discussed some incredible game-changing use cases and how they are transforming industries like agriculture, manufacturing, health care, and smart cities. He will discuss cool technologies like smart dust, robotics, smart labels, and much more. Prepare to be blown away with a glimpse of the future. Jul. 5, 2015 04:45 PM EDT Reads: 1,614 SYS-CON Events announced today that ProfitBricks, the provider of painless cloud infrastructure, will exhibit at SYS-CON's 17th International Cloud Expo®, which will take place on November 3–5, 2015, at the Santa Clara Convention Center in Santa Clara, CA. ProfitBricks is the IaaS provider that offers a painless cloud experience for all IT users, with no learning curve. ProfitBricks boasts flexible cloud servers and networking, an integrated Data Center Designer tool for visual control over the cloud and the best price/performance value available. ProfitBricks was named one of the coolest Clo... Jul. 5, 2015 04:30 PM EDT Reads: 2,020 Internet of Things is moving from being a hype to a reality. Experts estimate that internet connected cars will grow to 152 million, while over 100 million internet connected wireless light bulbs and lamps will be operational by 2020. These and many other intriguing statistics highlight the importance of Internet powered devices and how market penetration is going to multiply many times over in the next few years. Jul. 5, 2015 03:00 PM EDT Reads: 2,416 17th Cloud Expo, taking place Nov 3-5, 2015, at the Santa Clara Convention Center in Santa Clara, CA, will feature technical sessions from a rock star conference faculty and the leading industry players in the world. Cloud computing is now being embraced by a majority of enterprises of all sizes. Yesterday's debate about public vs. private has transformed into the reality of hybrid cloud: a recent survey shows that 74% of enterprises have a hybrid cloud strategy. Meanwhile, 94% of enterprises are using some form of XaaS – software, platform, and infrastructure as a service. Jul. 5, 2015 03:00 PM EDT Reads: 1,371 The basic integration architecture, as defined by ESBs, hasn’t changed for more than a decade. Most cloud integration providers still rely on an ESB architecture and their proprietary connectors. As a result, enterprise integration projects suffer from constraints of availability and reliability of these connectors that are not re-usable across other integration vendors. However, the rapid adoption of APIs and almost ubiquitous availability of APIs amongst most SaaS and Cloud applications are rapidly redefining traditional integration approaches and their reliance on proprietary connectors. ... Jul. 5, 2015 02:30 PM EDT Reads: 1,294 SYS-CON Events announced today that Dyn, the worldwide leader in Internet Performance, will exhibit at SYS-CON's 17th International Cloud Expo®, which will take place on November 3-5, 2015, at the Santa Clara Convention Center in Santa Clara, CA. Dyn is a cloud-based Internet Performance company. Dyn helps companies monitor, control, and optimize online infrastructure for an exceptional end-user experience. Through a world-class network and unrivaled, objective intelligence into Internet conditions, Dyn ensures traffic gets delivered faster, safer, and more reliably than ever. Jul. 5, 2015 02:30 PM EDT Reads: 1,997 "We have a tagline - "Power in the API Economy." What that means is everything that is built in applications and connected applications is done through APIs," explained Roberto Medrano, Executive Vice President at Akana, in this SYS-CON.tv interview at 16th Cloud Expo, held June 9-11, 2015, at the Javits Center in New York City. Jul. 5, 2015 01:30 PM EDT Reads: 1,596 WebRTC converts the entire network into a ubiquitous communications cloud thereby connecting anytime, anywhere through any point. In his session at WebRTC Summit,, Mark Castleman, EIR at Bell Labs and Head of Future X Labs, will discuss how the transformational nature of communications is achieved through the democratizing force of WebRTC. WebRTC is doing for voice what HTML did for web content. Jul. 5, 2015 01:00 PM EDT Reads: 1,396 Today air travel is a minefield of delays, hassles and customer disappointment. Airlines struggle to revitalize the experience. GE and M2Mi will demonstrate practical examples of how IoT solutions are helping airlines bring back personalization, reduce trip time and improve reliability. In their session at @ThingsExpo, Shyam Varan Nath, Principal Architect with GE, and Dr. Sarah Cooper, M2Mi’s VP Business Development and Engineering, will explore the IoT cloud-based platform technologies driving this change including privacy controls, data transparency and integration of real time context wi... Jul. 5, 2015 12:00 PM EDT Reads: 1,612 Buzzword alert: Microservices and IoT at a DevOps conference? What could possibly go wrong? In this Power Panel at DevOps Summit, moderated by Jason Bloomberg, the leading expert on architecting agility for the enterprise and president of Intellyx, panelists peeled away the buzz and discuss the important architectural principles behind implementing IoT solutions for the enterprise. As remote IoT devices and sensors become increasingly intelligent, they become part of our distributed cloud environment, and we must architect and code accordingly. At the very least, you'll have no problem fillin... Jul. 5, 2015 11:45 AM EDT Reads: 2,513 The Internet of Things is not only adding billions of sensors and billions of terabytes to the Internet. It is also forcing a fundamental change in the way we envision Information Technology. For the first time, more data is being created by devices at the edge of the Internet rather than from centralized systems. What does this mean for today's IT professional? In this Power Panel at @ThingsExpo, moderated by Conference Chair Roger Strukhoff, panelists addressed this very serious issue of profound change in the industry. Jul. 5, 2015 09:30 AM EDT Reads: 1,726 Internet of Things (IoT) will be a hybrid ecosystem of diverse devices and sensors collaborating with operational and enterprise systems to create the next big application. In their session at @ThingsExpo, Bramh Gupta, founder and CEO of robomq.io, and Fred Yatzeck, principal architect leading product development at robomq.io, discussed how choosing the right middleware and integration strategy from the get-go will enable IoT solution developers to adapt and grow with the industry, while at the same time reduce Time to Market (TTM) by using plug and play capabilities offered by a robust IoT ... Jul. 5, 2015 09:00 AM EDT Reads: 2,449 It is one thing to build single industrial IoT applications, but what will it take to build the Smart Cities and truly society-changing applications of the future? The technology won’t be the problem, it will be the number of parties that need to work together and be aligned in their motivation to succeed. In his session at @ThingsExpo, Jason Mondanaro, Director, Product Management at Metanga, discussed how you can plan to cooperate, partner, and form lasting all-star teams to change the world and it starts with business models and monetization strategies. Jul. 3, 2015 12:00 PM EDT Reads: 2,456 SYS-CON Events announced today that BMC will exhibit at SYS-CON's 16th International Cloud Expo®, which will take place on June 9-11, 2015, at the Javits Center in New York City, NY. BMC delivers software solutions that help IT transform digital enterprises for the ultimate competitive business advantage. BMC has worked with thousands of leading companies to create and deliver powerful IT management services. From mainframe to cloud to mobile, BMC pairs high-speed digital innovation with robust IT industrialization – allowing customers to provide amazing user experiences with optimized IT per... Jun. 29, 2015 12:15 PM EDT Reads: 2,887 There will be 150 billion connected devices by 2020. New digital businesses have already disrupted value chains across every industry. APIs are at the center of the digital business. You need to understand what assets you have that can be exposed digitally, what their digital value chain is, and how to create an effective business model around that value chain to compete in this economy. No enterprise can be complacent and not engage in the digital economy. Learn how to be the disruptor and not the disruptee. Jun. 29, 2015 11:00 AM EDT Reads: 2,316
s3://commoncrawl/crawl-data/CC-MAIN-2015-27/segments/1435375098059.60/warc/CC-MAIN-20150627031818-00105-ip-10-179-60-89.ec2.internal.warc.gz
CC-MAIN-2015-27
21,471
64
http://www.stickit.co.za/more%20hosting.htm
code
To get more resources is really easy! Just add R10 per month and we will multiply two of your hosting resources by five!* The standard set of resources include the following... 2 FTP Accounts, 5 Email Accounts, 2 Email Lists, 2 Databases, 3 Sub Domains, Webmail, CGI Access, Frontpage Extensions, Disk Quota 350mb, Bandwidth 2Gig, Cron Jobs, Usage Stats, mySQL, mySQL Admin, PHP, phpMyAdmin, Perl/GCC/Python, Server Side Includes. Upgrade the Standard Package to the Enhanced Package for only R10 extra per month. (R780 + R120 = R900 per year)
s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376826968.71/warc/CC-MAIN-20181215174802-20181215200802-00224.warc.gz
CC-MAIN-2018-51
543
5
http://sharon.cselt.it/projects/jade/doc/tutorials/http/HTTP.html
code
Author: Ion Constantinescu (EPFL) Date: May 31, 2001 Java platform: Sun JDK 1.2 Windows JADE version 2.1 Since JADE 2.1, FIPA-compliant Message Transport Protocols can be plugged and activated at run-time on any JADE container. By default, the platform uses an IIOP based MTP which relies on the ORB provided with jdk1.2. However, HTTP can be used as an alternative transport. This tutorial describes how to install and use the HTTP MTP with JADE. In order to install HTTP the following steps must be performed: The default Makefile rules don't take the HTTP MTP into account. For handling the compilation process of the HTTP MTP you have to use the 'build.xml' ant-file located in the http directory. The following rules are available: The current implementation has been tested with the following parsers: |Parser Name||Parser Class| The current configuration uses Crimson as the default parser. So if you don't want to make any changes you just have to download Crimson from the link provided above and make sure it is added to the classpath when starting ( either by including it into the $CLASSPATH environment variable - %CLASSPATH% under windows or by specifing it on the command line ) . Here is an example of how you would start the platform assuming that you copied crimson.jar from the initial distribution to the jade/lib directory: java -classpath ./lib/jade.jar:./lib/jadeTools.jar:./lib/crimson.jar:./http/lib/http.jar jade.Boot( for Unix ) java -classpath .\lib\jade.jar;.\lib\jadeTools.jar;.\lib\crimson.jar;.\http\lib\http.jar jade.Boot( for Windows ) If you want to use another parser suplementary you have to specify in the command line the system property org.xml.sax.parser as in the following example ( also assuming that you have copied xerces.jar from the initial distribution to the jade/lib directory ) : java -Dorg.xml.sax.parser=org.apache.xerces.parsers.SAXParser -classpath ./lib/jade.jar:./lib/jadeTools.jar:./lib/xerces.jar:./http/lib/http.jar jade.Boot( for Unix ) java -Dorg.xml.sax.parser=org.apache.xerces.parsers.SAXParser -classpath .\lib\jade.jar;.\lib\jadeTools.jar;.\lib\xerces.jar;.\http\lib\http.jar jade.Boot( for Windows ) It is possible to activate one ore more communication endpoints. There are two main ways for doing such an activation: In this case the following parameter must be specified: Select a container from the GUI, click the right button of the mouse and a popup menu appears. Choose the Install a new MTP option and a dialog will be shown. Here the following information can be set: For example, in order to install a new HTTP endpoint on the default local port by using the HTTP MTP, one should write jamr.jademtp.http.MessageTransportProtocol as the class name and nothing as the address. In order to use the transport on a different port or a particular interface of the current machine you could provide as the transport address a standard http url: http://mymachinename.org:8978 ( where 8978 would be the port number on which the transport will bind ). Choosing Uninstall an MTP shows a dialog where the user can select from a list one of the currently installed MTPs and remove it from the platform. When activated the HTTP MTP uses by default the local port 7778. Please take into consideration that using other dedicated ports ( such as 80, 8080, etc. on a machine running a web server or a proxy server ) might result in configuration conflicts and unpredictable results. When activating the HTTP MTP from the command line it is preferable to specify also the full transport address - preventing the binding of the server socket to addresses not accessible from outside the domain.
s3://commoncrawl/crawl-data/CC-MAIN-2018-13/segments/1521257647892.89/warc/CC-MAIN-20180322151300-20180322171300-00408.warc.gz
CC-MAIN-2018-13
3,653
23
http://www.spyder.tv/forums/showpost.php?p=11909&postcount=14
code
Re: dives and getting places I pretty much rock star slide excluively. I have no idea how to baseball slide, but I really need to learn. If I'm playing the snake, something has gone seriously wrong. If there's no pillow or stand up at the end of the snake, I avoid it. LP IS A SIDE EFFECT NOT A FREAKING GOAL FKH Army - Represent
s3://commoncrawl/crawl-data/CC-MAIN-2018-22/segments/1526794867416.82/warc/CC-MAIN-20180526092847-20180526112847-00569.warc.gz
CC-MAIN-2018-22
329
5
http://flowingdata.com/2010/12/13/no-axis-labels/
code
xkcd geekdom for your slow Monday afternoon. Can you imagine being with someone who doesn’t label axes? Outrageous. [xkcd] Of course, now I’m stuck with the mental image of hatchets, splitting wedges, and axes all neatly labeled with a little dymo style tag. Serves her right, huh? Maybe she is so smart and did it on purpose to ensure that if the data didn’t achieve the objective, the formatting does!? BTW, no axis labels is a sin I equate with another (more often seen) sin–blank subject email. Way to spoil the punchline. :-( My sincerest apologies, Mr. King. Become a member. Learn to visualize your data. From beginner to advanced. What you get So far we’ve seen when you will die and how other people tend to die. Now let’s put the two together to see how and when you will die, given your sex, race, and age. These are my picks for the best of 2015. As usual, they could easily appear in a different order on a different day, and there are projects not on the list that were also excellent. There are many exercise apps that allow you to keep track of your running, riding, and other activities. Record speed, … Many lists of maps promise to change the way you see the world, but this one actually does.
s3://commoncrawl/crawl-data/CC-MAIN-2016-30/segments/1469258943366.87/warc/CC-MAIN-20160723072903-00039-ip-10-185-27-174.ec2.internal.warc.gz
CC-MAIN-2016-30
1,226
14
https://git.apcacontrast.com/documentation/accessibilitystatement.html
code
APCA Accessibility Statement At their option, beta testers, early adopters, and sites using APCA to determine text and non-text contrast may wish to include the following statement in their site’s boilerplate: APCA Accessibility Statement v0.1.9 This website is beta testing the APCA guidelines for determining text and non-text contrast. It is well known that WCAG 2 contrast maths and methods are not accurate regarding human perception of text, as a result automated testing using WCAG 2 maths may incorrectly indicate errors in some color pairs on this site. The APCA guidelines are a substantial improvement in accessibility over WCAG 2 contrast criterions, and therefore compliant with the ADA. Compliance with US Access Board 508 rules is per the alternative methods section. Compliance in other jurisdictions subject to evaluation. Any automated testing done to determine conformance of this site must be conducted using a perceptually accurate method of predicting text contrast, such as APCA. WCAG 2.x math, methods, and success criterion are notwithstanding. This Site is Tested With APCA-W3 Version: < insert valid guidelines version here >
s3://commoncrawl/crawl-data/CC-MAIN-2022-40/segments/1664030337537.25/warc/CC-MAIN-20221005042446-20221005072446-00226.warc.gz
CC-MAIN-2022-40
1,154
5
https://www.paritybit.ca/blog/switching-to-cgit
code
Switching to cgit Author: Jake Bauer | Published: 2020-07-05 I’ve been using Gitea for almost six months as my self-hosted git server. In that time it has served its purpose and done well, but it’s fallen into the same traps as other platforms like GitHub and GitLab. That is to say, Gitea feels very slow to use and I don’t have any need for the plethora of features it offers. What I Didn’t Like About Gitea Regarding this first point. A typical page on Gitea took at least a second to load, if not longer, and usually weighed between 2 and 3 megabytes. I didn’t do any rigorous testing of large diffs or anything like that, I just loaded up the front page and my profile page. Compared to cgit, which takes milliseconds to load and has page sizes comparable to my website (10-20 kilobytes), Gitea feels agonizingly slow to use just like GitHub and GitLab. Regarding the features, Gitea comes with things like built-in repo wikis, CI/CD, social features similar to GitHub, a system for multiple user accounts, and more. I used none of these features; I basically just used Gitea to host my repositories and I dislike the pull request development model anyways. Setting up cgit When I did my comparison of self-hosted git services, cgit caught my attention as being light but not as light as something like Gitweb such that it still has some useful views and features. cgit isn’t a software forge, only allowing viewing repositories and downloading files, but it has all I need out of a self-hosted git solution. Setting up cgit was fairly straightforward. I just followed the Arch wiki tutorial on setting up cgit to set up nginx with fastcgi, python-pygments for syntax highlighting source code, and I read the cgitrc(5) manpage to flesh out the rest of my Switching over was really easy too. I just copied the repositories that already existed on the server to a new location (I chose /srv/git) and then switched my reverse proxy to point to the new git server’s port instead of Gitea’s port. Following that, I just decommissioned Gitea by stopping the server and deleting any trace of it off of my system. One thing that I wanted to try doing to cgit was adding a dark theme that would be activated by a CSS @media query. Unfortunately, I found the cgit CSS file to be a huge mess of mixing colour names and hex codes with no use of CSS variables so it would be an absolute pain to change things. No disrespect to the developer though, I have a feeling that it’s because the file has been growing over time as features have been added and it doesn’t get a lot of development What I did to improve it was to go through the whole file, collect all the colours that were being used, and consolidate and turn the colours into CSS variables that could be re-used throughout the file. If you were following some of my toots on Mastodon, I posted about how some 7 slightly different shades of grey were being used which I pared down to 4. I also turned the font-size and logo-width into CSS variables so they would be easier to change from the top of the file. I have yet to design a good dark theme (this will take some time to ensure it’s completely accessible), but I feel like the CSS will be a lot easier to work with now. I did also make some other improvements throughout the CSS. For example, I set my base font-size to 100% instead of the ridiculously tiny 10pt, I added underlining to all links in tables (because previously you had to hover over them with your mouse to distinguish a link from just plain text), and I improved some colours to ensure that there were no contrast issues. I also used the borland theme in python-pygments because it had no contrast issues against the white background unlike I’m not quite sure if I’ll be able to get a dark theme working, but I have made all of my customizations and settings available in its own repository for others to look at. Here is the repository on my git server. This is my sixty-first post for the #100DaysToOffload challenge. You can learn more about this challenge over at https://100daystooffload.com.
s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224647459.8/warc/CC-MAIN-20230531214247-20230601004247-00017.warc.gz
CC-MAIN-2023-23
4,096
37
https://devel0p.net/php-magento-sql-query-filter-products-by-category
code
php - Magento SQL Query - Filter products by category I've the following SQL query to retrieve products: $query = "SELECT *,m.m_name,m.m_website FROM belvg_countdown c INNER JOIN catalog_product_entity e ON e.entity_id=c.entity_id LEFT JOIN manufacturers_products mp ON c.entity_id=mp.product_id LEFT JOIN manufacturers m ON mp.manufacturers_id=m.manufacturers_id WHERE DATE_FORMAT(expire_datetime_off , '%Y-%m-%d') > DATE_FORMAT(NOW() , '%Y-%m-%d') AND DATE_FORMAT(expire_datetime_on , '%Y-%m-%d')!=DATE_FORMAT(NOW() , '%Y-%m-%d') AND entity_type='product'"; Now I'd also add a statement to load only products that are in a category named "featured". Can you please help me to understand what should I compare/query to get only "featured" products?
s3://commoncrawl/crawl-data/CC-MAIN-2023-06/segments/1674764499890.39/warc/CC-MAIN-20230131190543-20230131220543-00877.warc.gz
CC-MAIN-2023-06
749
4
https://neosmart.net/blog/vista-beta-2/
code
Though Microsoft’s latest Operating System is not out in the final Beta 2 stage, your reps here at NeoSmart Technology are currently testing out a 52XX build, which, unlike the 51XX build series, is a precursor to Beta 2. NeoSmart Technologies is a proud Microsoft Beta Tester, accepted into more than 25 different programs simultaneously. While we do our best testing and breaking them from Microsoft, we rarely talk about it much, since what we test normally has little immediate impact. But for the last week or so we have been testing Vista 5219, and we have to admit, it is something to behold. In short, Vista 5219 is the closest Microsoft has ever come to a true out-of-box experience. When you mention out-of-box, most Computer Geeks think Linux, where you literally can install the DVD, and never install a thing again. With Vista, its *almost* the same thing. Especially since if MS packages anymore software, the EU and Supreme Court will never let them here the end of it…… But that’s another story for another time. First is the Media Center. In a move that most likely eliminates Windows Media Center Edition (no promises however), MS has shipped this test build with Microsoft Media Center, which is the all-in-one portal for a complete entertainment experience. You can play DVDs, listen to MP3s, watch TV and Movies, tune in to the radio, and more; all from one easy to use program, without the jetsam and flotsam of Windows Media Center Edition (MCE). Wireless Support. Believe it or not, in our test centers of 8-inch concrete walls, Vista has reach. Its weird, because under Microsoft Windows XP, the connection was nil, but in Vista somehow there is software-reinforcement or something like it- a dark secret Microsoft is waiting to unleash on its foes. At any rate, it works, and it works well. Plus Vista ships with more wireless drivers than Windows ever did before. Of the few ‘drawbacks’, the biggest issue is the complete rewrite of the sound and video system. We personally see no reason why people are getting all worked up about it. Sure, the old drivers don’t work, but don’t you think that in the day and age of digital audio and video, HDTV, and HD-DVDs, we deserve something newer than the same technology used in Microsoft Windows 95??? Soon enough ATi and nVidia will have drivers that take advantage of the new architecture, and we can experience better gaming and video surreal effects, with the same crappy hardware. Microsoft taking a bold step, but they cannot be blamed. If you do not like it, switch to ALSA and pure OpenGL w/out DirectX on Linux. For Microsoft’s latest endeavor, we have to say, they have outdone themselves, its about time, and we cannot wait for another build to come out.
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474744.31/warc/CC-MAIN-20240228175828-20240228205828-00516.warc.gz
CC-MAIN-2024-10
2,753
7
https://forums.macrumors.com/threads/ps3-multiple-disc-question.795623/
code
This may be fairly straightforward... In anticipation of Uncharted 2, I borrowed my friend's Uncharted: DF disc and am about a third of the way through. Unfortunately, he wants the disc back to trade in for Uncharted 2. Now, assuming I go out and buy a used copy online, will I be able to pop it in and continue from my last saved game, despite it's a different disc? I would think the answer would be yes, but this proved to be not the case with Burnout Paradise (though I switched from the disc to a downloadable version of the game...).
s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376823516.50/warc/CC-MAIN-20181210233803-20181211015303-00308.warc.gz
CC-MAIN-2018-51
539
1
https://workingnotworking.com/projects/209489-ubu-com-web-design?changefreq=monthly&priority=1
code
Ubu.com — Web Design Ubu.com is an archive site for avant garde work from the 20th century. Founded in the late 1990s, it has not changed since it first launched over 20 years ago. For the redesign, I took inspiration from composition notebooks and physical archiving systems (like file cabinets) to create a website that feels modern, playful, and easy-to-navigate while exploring Ubu’s vast catalog. - Project Roles - Designer, Interactive Producer - Adobe InDesign, Adobe XD - Brand Identity, Branding, Interaction Designs, UI Design, Websites - Project Industries - Education, Media, Non-Profit
s3://commoncrawl/crawl-data/CC-MAIN-2021-04/segments/1610703511903.11/warc/CC-MAIN-20210117081748-20210117111748-00042.warc.gz
CC-MAIN-2021-04
602
9
http://freeonlinecasinos.review/online-slots/kicker-cs-vs-ks.php
code
Does anyone have any info or experience with the Kicker CS that the CS are supposed to slot in between the DS and the KS, as that's how i. Put in Kicker KS speakers all around. Had some issues with one of the speakers and couldn't find any KS in my area. Bought some CS. Kicker KS Speaker Systems 41KSS54 freeonlinecasinos.review 41KSS http://www. Kicker cs vs ks - konnten Lottospieler Kicker cs vs ks Video
s3://commoncrawl/crawl-data/CC-MAIN-2018-17/segments/1524125947803.66/warc/CC-MAIN-20180425115743-20180425135743-00194.warc.gz
CC-MAIN-2018-17
408
3
https://soff.es/blog/coins-for-android
code
Yesterday, I released my first Android app, Coins, that I built in a day. I first made Coins in a day for iOS in December. It’s a simple app for seeing how much a certain amount of bitcoins are worth. Lately, I’ve been learning Android. I’ve just been watching videos on Treehouse after teaching a course there. Last week, I decided to get serious and ordered a Nexus 5. I decided it was time to try the other side. Android continues to gain market share. It would be ridiculous of me to write it off forever because I don’t like it. I’m actually very impressed so far. It’s much better than I expected. Learning Android is an experiment. I wanted to stretch myself and learn something new. I’ve never written Java before1 so it’s been interesting learning about such an established language. Overall, I don’t like Java that much. There are things I appreciate and wish other languages had. Most of it, seems excessive though2. It’s funny to think about the vast amount of software built with this stuff. If anything, I’m glad I understand it more. Building Coins for Android I made the iOS version in a day and made the Android version in a day. I like this pattern. It felt pretty good to build my first app on a foreign platform in just a day. Granted, it’s a stupid simple app. Having worked through several Treehouse courses, applying what I had learned and Googling for the rest made it pretty easy. If you’re interested, check out Coins on Google Play. 1: Well actually I took a class in high school, but the teacher didn’t know Java and I ended the year not knowing what a method was. So you could say I've written some if typing exactly what was in a text book counts. 2: How much do these guys like XML? Seriously.
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100769.54/warc/CC-MAIN-20231208180539-20231208210539-00190.warc.gz
CC-MAIN-2023-50
1,752
10
http://www.zulily.com/p/black-faux-leather-leggings-toddler-girls-44410-2488562.html?tid=social_fb_ref_shareviaicon_na_modal_d2e9e6724b9b012f2741b02e5484fd38&pid=2488562
code
Good one! Share your favorites and earn zulily credit. see detailsconnect These leggings offer the perfect amount of pop to every outfit. Thick, stretchy material keeps them cozy while faux leather stays on trend with today's fashions.
s3://commoncrawl/crawl-data/CC-MAIN-2014-10/segments/1393999653833/warc/CC-MAIN-20140305060733-00038-ip-10-183-142-35.ec2.internal.warc.gz
CC-MAIN-2014-10
235
2
http://mailman.nginx.org/pipermail/nginx/2007-October/002116.html
code
Is mod_php walking on its road? manlio_perillo at libero.it Tue Oct 23 15:05:51 MSD 2007 Steve Chu ha scritto: > I made a mistake, nginx is using epoll, so blocked I/O will be a > big problem. Not a "really big" problem, since nginx can use multiple worker processes. Of course mod_wsgi *should* not be used in the "main" http server, but it should be used "standalone", as a replacement for a "builtin" server and behind another nginx proxy if possible. With Python this is very effective, since all Python http servers are written in pure Python and use a thread based model. With PHP the builtin server is written in C, and uses a prefork model (if I'm right) so I don't know is a nginx mod_php is worth the effort. Regards Manlio Perillo More information about the nginx
s3://commoncrawl/crawl-data/CC-MAIN-2021-04/segments/1610703538226.66/warc/CC-MAIN-20210123160717-20210123190717-00770.warc.gz
CC-MAIN-2021-04
774
16
http://techcheckdaily.net/2017/07/22/building-a-robotics-startup-from-angel-to-exit/
code
Building A Robotics Startup from Angel to Exit Building A Robotics Startup from Angel to Exit with Helen Greiner (CyPhy Works), Andy Wheeler (GV) and Elaine Chen (Martin Trust Center for MIT Entrepreneurship) TechCrunch Sessions: Robotics is a single-day event designed to facilitate in-depth conversation and networking with the technologists, researchers and students of the robotics community as well as the founders and investors bringing innovation to the masses. TechCrunch is a leading technology media property, dedicated to obsessively profiling startups, reviewing new Internet products, and breaking tech news. Subscribe to TechCrunch today: http://bit.ly/18J0X2e
s3://commoncrawl/crawl-data/CC-MAIN-2018-05/segments/1516084886952.14/warc/CC-MAIN-20180117173312-20180117193312-00347.warc.gz
CC-MAIN-2018-05
674
5
http://forums.thinkbroadband.com/bt/4278910-hh4-for-infinity-2-asus-rt-n66u-or-hh5-better-router.html
code
the hh5 is decent for a isp supplied router, but its firmware is pretty featureless. Ironically when I switched back to my asus rt-n16 the wireless on it went haywire and I couldnt connect the f1 app on phone during a race, replugged in my hh5 (as access point not router) and the wireless on that was working fine. So now I have the hh5 as my wireless access point but using asus as router. Since I am using tomota based firmware, if I fiddle with the wireless settings on it it drops the pppoe connection which I dont want currently and the hh5 has 5ghz as well as a bonus. Of course your n66u is dual band. BT Infinity 2 Since Dec 2012 - BQM
s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376825916.52/warc/CC-MAIN-20181214140721-20181214162221-00251.warc.gz
CC-MAIN-2018-51
644
5
http://www.leveragegroupit.com/jobs/view/191
code
QA Analyst / Automation The Cash Equities IT department supports the global Cash Equities Division, across Cash, Portfolio, Electronic, and Derivatives. The vision for Equities IT is to support the Barclays Capital global equities franchise by delivering the best-in-class equities technology platform, providing unparalleled speed, scale, stability, and functionality, created by the best people. QA Analyst supporting the Cash Equities Division in the Americas region The QA Analyst position requires an ability to design, develop, and execute test plans and test cases that ensure deliverables are of high quality. The QA Analyst will be responsible for testing new and modified programs/applications to verify that the program functions according to requirements and established guidelines. The position requires an understanding of best practices in test automation processes and standards, and an ability to architect automation tests. The position also requires communication/coordination across QA, UAT, and development. Develop and execute test plans and test cases for client server applications, and system upgrades. Develop test strategy and create and execute test cases for internal integration applications. Develop test strategy and create and execute test cases for applications that integrate with external vendor systems. Executing grey box and white box tests for applications that support the cash equities system. Interacting closely with development teams to identify, isolate, and fix software defects. Participate in test plan reviews and test requirement workshops. Participate in functional specification and design reviews. Help manage test environment and test data ensuring support of test efforts and schedules. Communicating test status to project teams and management, which includes blocking issues, risks and changes that may affect the project deliverables and project schedules. Establish and maintain working relationships across IT, and between technology team members. Act as a liaison for testing team to all other internal project teams addressing their needs and requirements, including support of UAT testing as necessary 3-5+ years QA experience BS/BA in Computer Science or related discipline Solid understanding of QA methodology, processes and procedures Automated Testing experience; must have extensive experience with the definition and implementation of automated testing framework and process The person must possess technology knowledge: o Experience with shell, Perl and / or Python. o Experience using Unit testing frameworks such as xUnit. o Must be able to write SQL statements for database verification o Experience with RDBMS technologies, especially MySQL or Oracle o Exposure to following technologies: Relational Databases, SQL, *nix, XML and Java o Experience with Linux operating systems o Experience with using HP testing tool suite (QTP, HP service Test, HP STM, QC) o Experience with middleware such as Tibco RV or Solace etc. Ability to work independently on multiple projects Ability to multi-task effectively Excellent communication skills Cash Equity business knowledge Project management knowledge Virtual Machines experience
s3://commoncrawl/crawl-data/CC-MAIN-2013-48/segments/1386163837672/warc/CC-MAIN-20131204133037-00033-ip-10-33-133-15.ec2.internal.warc.gz
CC-MAIN-2013-48
3,198
33
https://www.cloudphysics.com/windows-2003-support-eol-what-data-science-tells-us/
code
Two weeks from today, one of the most popular Windows server operating systems (OS) – Microsoft Windows Server 2003 – will reach its support end of life. After the Windows 2003 support EOL on July 14, 2015, Microsoft will no longer issue security updates or fixes for any version of Windows Server 2003. OS vendors retiring old versions of operating systems is not new, but there is lot of press coverage about this impending event. Even the U.S. Department of Homeland Security issued an alert. I asked myself, “Is this really that significant or is Microsoft just leveraging this event to persuade their users to migrate to the Microsoft cloud?” To better understand this, I worked with one of our data scientists to analyze the OS trends found in virtualized datacenters. Since 2012, CloudPhysics has been collecting a treasure trove of information from thousands of virtualized datacenters (vSphere environments) across the globe. For this particular analysis, we examined the dataset collected between June 2013 and June 2015. We used relative ratios for all the data points. And we also used a first-order linear regression with a Gaussian estimator to create a model and used 95% confidence intervals for forward projections. For the impatient among us, here is the summary of the key findings: 7 Key Findings |One in every five Windows server VMs runs Microsoft Windows Server 2003, and thus will be impacted by the end of support life on July 2015.| |The share of Windows Server 2012 VMs only recently surpassed Windows Server 2003 in May 2015.| |Windows 2003 VM share is declining and, given the current rate of decline, will reach a statistically insignificant level in the first half of 2018 (about three years after the support July 2015 EOL date). This is a relatively faster decline compared to Windows 2000, which reached EOL in 2005 but retains 1% share 10 years later.| |CloudPhysics does not have historical data prior to 2012, but our backward estimates indicate that the total number of 64-bit VMs surpassed the total number of 32-bit VMs in 2010. However, 32-bit VMs still persist and, given the current trend, will not reach statistically insignificant levels until the first half of 2018.| |Windows Server 2012 VMs share will rise to 50% of Windows server VMs by the second half of 2018 – the same year Microsoft’s mainstream support for Windows Server 2012 will end.| |The share of Windows desktop in virtualized datacenters is declining slowly. With the current projection, Windows desktop VMs will likely become statistically insignificant on vSphere platform by the second half of 2018.| |VMware’s virtualization platform is prolonging the life of many legacy operating systems.| The Detailed Analysis It should be no surprise that Microsoft Windows is the dominant operating system in VMware virtualized infrastructures. According to our 2013 dataset, Microsoft Windows operating systems accounted for 70% (56% servers, 14% desktops) of the total number of VMs. However, in the last two years this number has dipped slightly down to 67%. Interesting tidbit: The slight dip in overall Windows dominance is apparently due to the decline of Windows desktop VMs running on vSphere. To take a closer look I plotted this trend and did a simple linear forward projection. The grey band around each trend line indicates the confidence interval at 95%. It is typical for the confidence interval to widen as we project further into future due to increased uncertainty. With the current two year trend line, it looks like windows desktop VMs on vSphere will become statistically irrelevant by the end of 2018. A Word about Windows Desktop VMs I find this surprising, but there are few contributing factors to what this trend indicates: - Despite VMware’s continuous investment in VDI, desktops on vSphere haven’t really taken off due to the high storage cost associated with running desktop VMs on server class hardware. - The PC industry market overall is shrinking, along with Microsoft Windows share. Mac on the other hand is gaining market share. - Windows 7 wasn’t a huge success compared to Windows XP, which reached its extended end of support life period in April 2014. - More and more client computing is moving to the mobile platforms (e.g., iPads, tablets). - More and more apps are moving to the browser and the need for thick client applications is diminishing (even VMware’s own vSphere client is now a web browser application). Trends for Windows Server VMs Moving beyond desktops, now lets take a closer look at the trends with Windows Server VMs: Within the Microsoft server category, Windows server 2008 is the popular OS right now but Windows Server 2008 share has dipped from 67% to 63%. Windows Server 2012 OS on the other hand has grown significantly from 2% to 19% and it seems that a bulk of the growth has come at the expense of Windows Server 2003. Also interesting is the presence of trace amounts of legacy OSes (Windows NT, 2000 etc) that are more than a decade old. These OSes reached their end of support life long ago (see chart below) but we continue to see them. Likewise with Windows Server 2003: with end of support just weeks away one would expect its share to have gone down significantly, but that’s not the case. In fact, 18% – or roughly one of every five Windows server VMs – is still on Windows Server 2003 today. |OS||End of Mainstream Support||End of Extended Support| |Windows NT||December 2002||December 2004| |Windows Server 2000||June 2005||July 2010| |Windows Server 2003||July 2010||July 2015| |Windows Server 2008||Jan 2015||Jan 2020| |Windows Server 2012||Jan 2018||Jan 2023| Why do people continue to run legacy OSes on vSphere environments? The short answer is: because they can. For example: - Before virtualization, a server refresh generally required an OS refresh. Newer hardware platforms typically have limited or no support for legacy OSes so upgrading the OS became a necessity. With virtualization however the hardware and the OS is decoupled and therefore OS upgrades are not a necessity. - VMware announced support for 64-bit OSes in 2004 and the vSphere platform supports running both 32-bit and 64-bit OSes simultaneously. There is no need to choose one over the other, legacy 32-bit OS (and even 16-bit OS) can continue to coexist with newer 64-bit OSes. - VMware’s support for legacy OSes is excellent. It is possible to run a legacy OS like Windows NT on modern processors that Windows NT natively wouldn’t even recognize. Also the virtual devices in VMs provide encapsulation and prevent device driver compatibility issues. A Closer Look at the Windows OS Decay For additional insights on how the OSes are decaying, I plotted the trend lines and did forward projection. I plotted separate trends for 32-bit and 64-bit versions of the operating systems. Note: Windows Server 2000 comes only in 32-bit flavor and Windows Server 2012 comes only in 64-bit flavor. Windows 2003 comes in both 32-bit and 64-bit flavors. Interesting tidbit: 32-bit Windows Server 2003 VMs share is declining 3x faster than that of the 64-bit version of Windows Server 2003. I then combined the 32-bit and 64-bit server versions of Windows server VMs as plotted below. Interesting tidbit: Windows Server 2012 VMs surpassed Windows 2003 just last month. Further, looking ahead I expect Windows Server 2012 to rise to 50% share by the first half of 2018, which is the same year the mainstream support will end. And if history is of any indication of the future I don’t expect Windows Server 2003 VMs to disappear anytime soon. With the current projection, we predict (at 95% confidence) Windows Server 2003 won’t reach statistically insignificant levels until the first half of 2018. Beyond providing some interesting factoids, our global dataset reveals that many organizations are or will be exposed to operational risks from running an OS beyond its support life period. This Computerweekly article gives a nice overview of the various risks associated with running Windows Server 2003 after the support period. The biggest risk is the lack of availability of security patches. OSes with substantial user bases generally become good targets for hackers, especially when they remain unpatched. That, combined with the projected prevalence of Windows Server 2003 VMs that will persist after the support period ends, suggests many organizations will be open to significant security risk. As Microsoft itself says, “If you are still running Windows Server 2003 in your datacenter, you need to take steps now to plan and execute a migration strategy to protect your infrastructure.” Microsoft’s Windows Server 2003 website has plethora of useful information to help you migrate applications away from Windows 2003. But before you dive into that process, the first step is to assess the scope of impact in your environment. CloudPhysics can help you with the discovery process in a couple of ways: - CloudPhysics SaaS solution includes an OS inventory feature, which catalogs all OSes across your entire environment, across multiple vCenters. We have updated this feature so it now tracks end-of-support dates for all the Windows operating systems (and select Linux operating systems). With a few clicks you can quickly track down the VMs that are reaching (or have already reached) end of support life. - The OS inventory card is now available in our Free Edition for a limited time. It takes about 15 minutes to get our application up and running, so taking stock of your current Windows Server 2003 inventory is now fast and free. All you need is to sign up here. - As a part of your larger strategy, you may be considering moving some of your applications from Windows Server 2003 to the cloud. We have cost calculators to help you assess the cost of migrating to either Microsoft Azure Cloud or Amazon AWS. Our mission at CloudPhysics is to discover discover hidden operational hazards. Clearly the analysis indicates that Windows Server 2003 is a potential hazard for many, and CloudPhysics wants to help you protect your organization from harm. Take 15 minutes today to make sure you’ve got your bases covered. Windows Server 2003 end-of-life event Risks of using Windows Server 2003 after the support period: Department of Homeland security alert on Windows Server 2003: Windows Desktop OS end of life: Windows Server OS end of life: Microsoft extends Windows XP support for special customers: (US Navy, UK Gov)
s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780057615.3/warc/CC-MAIN-20210925082018-20210925112018-00059.warc.gz
CC-MAIN-2021-39
10,523
57
https://www.iwsti.com/threads/anyone-dynoed-an-sti-yet.2656/#post-27215
code
Great thanks! Also the rev light and warning bell that comes up... are they self adjustable as to what RPM range you want it to sound? And if so is it adjustable for a all gears or that can be configured for each gear? The Shift light is ajustable from 2000 - 7000 RPM (or off position) the buzzer (which actually is more like a "bleep-bleep-bleep!") can be turned on or off. It is a single setting Shift light (one setting for all gears).
s3://commoncrawl/crawl-data/CC-MAIN-2021-43/segments/1634323585348.66/warc/CC-MAIN-20211020183354-20211020213354-00404.warc.gz
CC-MAIN-2021-43
439
2
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnbgw/src/branch/neels/hnb-re-register
code
osmo-hnbgw - Osmocom hNodeB Implementation This repository contains a C-language implementation of a 3G Home NodeB Gateway (OsmoHNBGW). It is part of the Osmocom Open Source Mobile Communications project. You can use it to interface Iuh-speaking Home NodeB (HnodeB), such as osmo-hnodeb or ip.access nano3g, to Iu-speaking MSCs and SGSNs. The official homepage of the project is https://osmocom.org/projects/osmohnbgw/wiki You can clone from the official osmo-hnbgw.git repository using git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-hnbgw There is a web interface at https://gitea.osmocom.org/cellular-infrastructure/osmo-hnbgw User Manuals and VTY reference manuals are [optionally] built in PDF form as part of the build process. Discussions related to osmo-hnbgw are happening on the [email protected] mailing list, please see https://lists.osmocom.org/mailman/listinfo/openbsc for subscription options and the list archive. Please observe the Osmocom Mailing List Rules when posting. Our coding standards are described at https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards We us a gerrit based patch submission/review process for managing contributions. Please see https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit for more details The current patch queue for osmo-hnbgw can be seen at https://gerrit.osmocom.org/#/q/project:osmo-hnbgw+status:open
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817398.21/warc/CC-MAIN-20240419110125-20240419140125-00327.warc.gz
CC-MAIN-2024-18
1,409
13
http://support.sandglaz.com/forums/166793-general/status/739085
code
I know that there's a mobile website, but in order to be really productive I rely on an app that implements local caching and synchs back when and if I have a data connection. This would greatly help my productivity! Thanks and kind regards, At the beginning of this year, we released offline read-only beta for Android devices. Today we rolled it out to the general public, so you are now able to read your tasks on your Android device while offline. We’re still planning a native Android app. We’re sorry it’s taking longer than you are expecting. - Don't see your idea?
s3://commoncrawl/crawl-data/CC-MAIN-2018-09/segments/1518891808539.63/warc/CC-MAIN-20180217224905-20180218004905-00236.warc.gz
CC-MAIN-2018-09
578
5
https://forum.arduino.cc/t/any-help-with-mindflex-eeg-hack/501264
code
Hello, I am trying to hack the Mindflex EEG headset. I am unable to install the library kitschpatrol Brain library. Any help would be appreciated. Thanks. Says Not a valid Library Obviously I am doing something wrong . I hit the download and it took me to ZIP files so I clicked on it and it is in a folder. When I tried to include library it gave the error message. Am I supposed to click on the files I want to download first? I tried to click on Brain.h and same thing happened. Hi, Where did you put the zip file? Place it in Documents/Arduino/libraries folder, do not extract it . Use this set of instructions, scroll down it to "importing a zip library" I assume you are following this link; Okay, thanks for the help. I will check it out. i think I did the extract so I'll go back and clean up my mess and try again. Okay, yes, I am using the Frontiernerds webpage. I managed to get the first two libraries included but the last one GUI is giving the same error message not a valid library. I tried using the next oldest version but nothing there, either. I got some data to show up on the serial monitor. Data looked crazy all over the place. The attention level dropped to about 51 for 200. So maybe that is working. But then an error message after every line saying too big a packet. Also not having much luck with including the other libraries. Well, I'll keep trying. Something isn't right. I don't know what it is but I can't get the libraries included. Keep getting the "not a valid library" error message for the kitschpartol-braingrapher and the controlP5. Even with the kitschpatrol-brain I cannot find the sketch called for. There are three sketches and they all say "test". So I will try to contact someone who has worked on these. If I have to write my own library, well, I doubt that will ever happen but I might have to try. I don't know but I am guessing these libraries are outdated. Maybe I am still doing something wrong, but I have got other libraries to include. I unzip, then go to sketches and include library, then error message. Thanks for your help. Will try it out as soon as I get the time. It goes without saying I am not computerally literate. What I think I am doing wrong is when I hit the download for the frontiernerds it brings up the zip program. So I can't find any other option than to unzip it first. Really think this is wrong. Somehow I need to get the files downloaded without unzipping. Then put them in one folder. I am lost, old, and ignorant. Not a good combination. LOL This is day three of anxiety and frustration over trying to include these libraries. Anybody else ever had this happen to them? spycatcher2k: In your Libraries folder create a folder call Brain Extract the zip copy the contents of the Brain-master to the brain folder Restart or open the IDE It should now be listed. I don't know if you want to get involved in this. I am totally ignorant to everything you wrote here. What Libraries folder? How do you extract? How do you copy Brain-master contents to Brain folder? I am helpless.
s3://commoncrawl/crawl-data/CC-MAIN-2021-21/segments/1620243992516.56/warc/CC-MAIN-20210516075201-20210516105201-00099.warc.gz
CC-MAIN-2021-21
3,055
16
https://startupfashion.com/fashion-business-tip-get-good-at-making-decisions/
code
Making a decision means you’re committing to something (at least for the time being). As a business owner, making decisions will always be your responsibility. A mistake that we often make is to wait until we have all the information before making a decision. Since we can’t see in the future, having all the information is never possible. So stop waiting for it. The best we can do is look at the information available and go with our gut. The thing is, once you make a decision, regardless of the outcome, you can clear your mind of the doubt and stop second guessing yourself. Then, with a clear mind, take a look at the results and try something else, if necessary. The longer you hem and haw over a decision, the greater the chance that your decision will come too late.
s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233510903.85/warc/CC-MAIN-20231001141548-20231001171548-00560.warc.gz
CC-MAIN-2023-40
779
5
https://php100.wordpress.com/tag/zend_loader/
code
One of the things I am doing in course of my work is performance benchmarks for various stuff – PHP, Zend products, applications, etc. Performance in PHP space is currently like alchemy – there are a lot of rumors floating around about various properties of various stuff, but much less reliable data that can be verified and used. PHP has standard bench.php script, but it covers only a small part of what real-life applications do. I wish there were more established tests and methods for benchmarking PHP engine and applications. But benchmarking is a complicated subject, and variety of PHP platforms and applications makes it harder to create useful general-purpose benchmarks. But more to the point. On Zend Framework lists there was a topic raised about performance impact of Zend_Loader component, which is used for – no surprise here! – loading classes, including autoloading, etc. Some folks thought that since Zend_Loader is executing some code before actual loading the required file, it must cost something. And it makes sense. However, how much does it cost? Well, the best way to know the price of something is to ask – and in this case, to run the test. So that’s what I did – I made a list of 725 Framework classes (ZF now has more than 1000 but I composed the list some time ago and had also to drop some to avoid some tricky dependencies). And I wrote two scripts – one that would load these classes with require_once and one that would load them using Zend_Loader::loadClass. Both the data file and the scripts are available for download for those that would like to play with it. I tested them with and without Zend’s bytecode cache, to see how much one can save using bytecode caching technology. So, the results were as follows: Without bytecode cache: require_once Zend_Loader php5.2 4.42 4.42 php5.3 4.96 4.97 With bytecode cache: require_once Zend_Loader php5.2 63.04 56.62 php5.3 61.28 55.52 The numbers are requests per second, so more is better. Test run on Linux dual 2GHz AMD. What we can conclude from these? - It is very important to understand that it is a narrow-point benchmark that tests only one function in one specific way. Please do not draw conclusions on behavior of whole applications based only on this benchmark. - You do want to use bytecode caching. You won’t get 15x performance on any real application, but it does speed up loading very significantly. - Without bytecode caching, it doesn’t matter if you use require_once or Loader – both are equally slow 🙂 - With bytecode caching, Loader has some overhead – explanation for this is that with file accesses eliminated, require_once of course has little left, while Loader still does a couple of function calls. But on real-life apps it’d probably be very small, provided that it’s about 10% even on loading-only huge-class-list benchmark, and your application probably does something useful instead of loading 700+ framework classes :)) Meaning, fears of using the class loader vs. doing require_once are seriously overstated. - 5.3 is still a moving target, to don’t put too much stake in current benchmark results for 5.3, they probably will be different by the time 5.3 is in release cycle (hopefully, better :)) P.S. This post does not talk about other things like “what if I stuff all classes I use into single file”, etc. Maybe next time.
s3://commoncrawl/crawl-data/CC-MAIN-2021-17/segments/1618038098638.52/warc/CC-MAIN-20210417011815-20210417041815-00027.warc.gz
CC-MAIN-2021-17
3,384
16
http://www.os3d.se/?p=33
code
Hi I am currently working alot with creating tileable textures from photographs and I got tired of the annoying process of calculating the realworld scale of the object. Works for Photoshop CS2 and CS3, Does not work in CS.. The functions is very simple. Watch this video for example… - You create a linepath in photoshop representing a real value. - Run my script and it measures that line and gives you the value in pixels. - you type in what the real value was for this distance for example. 300mm - Press Set Dpi and it sets the Dpi value for the image - Now if you use the measue tool or go into image size it should show the realworld value of that texture.. - Save or move the file OS3DSetDpi v02.jsx to \Adobe\Adobe Photoshop CS3\Presets\Scripts\ - Restart photshop Tip! Watch video for installation of action To simplify usage do record an action where you do the following: - Create new document and draw a single line path in it. - Run the script from file/scripts/OS3DSetDpi v02. Type in anything. - Go to paths and delete the work path - Optionally: Assign an ShortCutKey to run this more easily.
s3://commoncrawl/crawl-data/CC-MAIN-2021-04/segments/1610703517159.7/warc/CC-MAIN-20210118220236-20210119010236-00704.warc.gz
CC-MAIN-2021-04
1,119
17
https://www.experts-exchange.com/questions/27019356/Sticky-top-Div-followed-by-Div-with-scrolling-content.html
code
We are working on our own ebook reader that digs files from an epub package and then produces a web display... It is going pretty well. see: We want to have controls be persistent at the top of the display (this will eventually be called into other pages via iFrame) our strategy was to set the top div to position absolute and then the div underneath to position:absolute; top:200px [set extra big for testing purposes] When you open the page initially it appears as expected. The book content starts 200 px down the page... but when we start scrolling, the content, instead of being locked into an invisible frame whose top is actually 200 px from the top of the body... instead the whole thing is moving up. Can anyone see how we can fix this? we want the scrolling material to "disappear" at the top at the pixel location we set for the top of the page-content div and not appear to be sliding underneath the top controls Also if you can provide a way to prevent the top controls from flashing that will be a great help too.
s3://commoncrawl/crawl-data/CC-MAIN-2017-51/segments/1512948595858.79/warc/CC-MAIN-20171217113308-20171217135308-00016.warc.gz
CC-MAIN-2017-51
1,028
5
https://www.fr.freelancer.com/projects/amazon-web-services/create-amazon-parent-child-relationships/
code
I need someone to create a parent/child relationship for amazon items that will need to be created - as well as create the items outside the relationship. I want to create something similar to this: http://www.amazon.com/Ancor-112002-Electrical-Battery-6-Gauge/dp/B000NV0HE0/ref=sr_1_95?ie=UTF8&qid=1441995301&sr=8-95&keywords=welding+cable for my welding cable. I'm assuming I could customize which fields appear and in what order. I will have 8 sizes, 3 colors, approximately 10 lengths, (8*3*10=240) items. I'll want you to put them up in the parent/child group, then do a separate one for each item so they are not grouped. Here's the info I found on the parent child group. [url removed, login to view] Finally - I'll want you to show me how to do this myself in the future.
s3://commoncrawl/crawl-data/CC-MAIN-2018-05/segments/1516084886397.2/warc/CC-MAIN-20180116090056-20180116110056-00074.warc.gz
CC-MAIN-2018-05
779
7
https://numbshiva.medium.com/using-upx-packer-to-bypass-av-ef0a9d531231?source=post_page-----ef0a9d531231--------------------------------
code
Note: This is an older post from my old GitHub pages ‘blog’. Information was correct at the time this was posted in that location, circa mid-2017. The Signature Problem Traditionally, AV has always been about signatures. Malware is released, AV companies reverse it, signatures are created and released, AV now detects malware (lag time between malware release and DAT update can vary) and all is well with the world. This has always been OK for penetration testers, as they could simply pack or crypt or write their own malware for…
s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964363445.41/warc/CC-MAIN-20211208053135-20211208083135-00089.warc.gz
CC-MAIN-2021-49
539
4
https://el.irc2go.com/webchat/?net=freenode&room=dd-wrt
code
Chat Κανάλι - 66 χρήστες - 138 λεπτά πρίν - γνωστή από 2013-10-17 - τρέχον θέμα: Official DD-WRT Channel || Unofficial support @ ##dd-wrt || Please reset your router to defaults after upgrade. Info on how to do so is in the Wiki. | Latest news & downloads at http://www.dd-wrt.com/ | How to flash DD-WRT on a Fonera: http://www.dd-wrt.com/wiki/index.php/La_Fonera_Flashing | To flash a r2 that will not revert, view - http://stefans.datenbruch.de/lafonera/ | The generic You need a chat application that supports IRC links to be able to enter this DD-WRT chat room from here. Do you already have one installed? Then please press "Continue" to establish a connection to chat network freenode!
s3://commoncrawl/crawl-data/CC-MAIN-2020-50/segments/1606141486017.50/warc/CC-MAIN-20201130192020-20201130222020-00557.warc.gz
CC-MAIN-2020-50
732
2
https://adndevblog.typepad.com/aec/2012/10/accessing-element-ids-of-elements-connected-to-a-hub.html
code
Hub class, as the Revit API chm file states, represents a connection between two or more Autodesk Revit Elements. So rather than connecting the two elements directly, the connection is created between two Hubs. Elements connected via a Hub do not refer directly to each other - they each refer to the Hub that keeps all the connectivity information. And the class is contained in the Autodesk.Revit.DB.Structure namespace. To access the element Ids of the elements that are connected to a Hub, the approach is to use the connectors using the ConnectorManager from a given Hub and then use the AllRefs to get access to all the connected connectors and use the Owner property on each of the linked/joined connectors to get access to the elements that are connected. The code snippet illustrates this approach. public class Command : IExternalCommand public Result Execute(ExternalCommandData commandData, ref string message, UIApplication uiApp = commandData.Application; Document doc = uiApp.ActiveUIDocument.Document; FilteredElementCollector coll = new FilteredElementCollector(doc); String str = String.Empty; foreach (Autodesk.Revit.DB.Structure.Hub hub if (null != hub) ConnectorManager mgr = hub.GetHubConnectorManager(); foreach (Connector conn in mgr.Connectors) ConnectorSet joinedConnectors = conn.AllRefs; foreach (Connector joinedConn in joinedConnectors) str = str + "Hub (Id) " + " is connected to Element (Id) " TaskDialog.Show("Hub connection details", str); The output of the code:
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100518.73/warc/CC-MAIN-20231203225036-20231204015036-00832.warc.gz
CC-MAIN-2023-50
1,497
19
https://www.npmjs.com/~daniel-nagy
code
Material Design data table. Fixed table header directive. Drag to reorder elements. An unofficial Browser API to interact with Squarespace Commerce Stores. A component for tabbed date navigation. A component for selecting available times in a grid layout. A component for intelligently selecting durations. Component development kit. A Custom Elements wrapper around Material Web. A Web Components library created by the folks at Boulevard. A container for reusable code. Sharable ESLint config. Boulevard's React component library. A JS client for the Boulevard API Transporter abstracts message passing into function calls.
s3://commoncrawl/crawl-data/CC-MAIN-2022-49/segments/1669446711360.27/warc/CC-MAIN-20221208183130-20221208213130-00420.warc.gz
CC-MAIN-2022-49
625
15
https://www.elance.com/d/wd/xml/7
code
I am a mobile application developer for Android OS. I am building android apps for smartphones and tablets, all my apps are well developed and deigned! I am also also an expert in Java, MySQL programming, XML, and JSON.. and many others. I have more than 3 years of experience in iOS development and worked on following APIs, SDKs and Frameworks: - Social Networking apps, - Taxi app, - Vehicle Tracking apps using GPS, - Dating apps, - Restaurant delivery apps, - Google Map apps, - Educational apps, - File uploading apps, - Chat apps, - Health / Fitness apps, - Photo / Video apps (like Instagram, YouTube), - Navigation apps, - Travel apps (like Hotels.com), - Food /Drink apps (like OpenTable,Urbanspoon, Starbucks), - Utility apps, - Business Advertisement apps, - AR apps, - News apps, - Attendance (check-in ) apps FEATURES: - JSON, XML - Parse.com, AWS - Facebook APIs, Twitter APIs, LinkedIn APIs, Yelp APIs, Instagram APIs, Youtube APIs - Video/Photo Manipulation(CoreImage, GPUImage) - Google APIs, GPS system - Handling Camera - QR-Codes - In App Purchase - Push Notification - Advertisement(iAd, AdMob, RevMob) I'm a professorial individual from Sri Lanka, working as a Senior Software Engineer in a reputed BPO - NASDAQ company, having more than 6 years of professorial experience in analysis and development, As my job role I'm comfortable with any web scraping project, Web crawler development, web extraction, conversion projects mainly related with PDF, XML to MS word office etc. Office Automation, PDF Extraction automation, XML related applications. Any challenge is a new lesson for me, hence I would like to address difficult tasks with hours of coding, being a individual I do like to code and find new opportunities for build up my career. I'm proffesional with extensive knowledge in CSS, JS, jQuery, XSL, XML, HTML, XHTML, PHP, JAVA. For the past few years I have worked in company that deal mostly with projects for the goverment, to be more specific e-goverment projects. My main responsibilities are Desing and Front-end development. Hello Dear Client. Now I am working in full-time job as MSSQL DBA. I have free 10 hours a week and I want to spend it in working with databases. I have 3 years of experience in Sql Server (Query, XML, ETL, SSIS, SRS, Administration, Tuning). I have experience in MySql and have completed contracts. I have a little experience in C#. Let my work speak for itself. I am a Software Developer for Desktop Apps. Then, I switched to Mobile Apps. I have made mobile applications for 3 years. I prefer to provide quality work and let word of mouth take it from there. I would be glad to help you on building your own project. My skills and experiences: - Android Apps, (Eclipse IDE, Android STUDIO) - iOS Apps, (xcode) - XML, JSON, RSS - Facebook, Twitter, Google - Google Map API - Database Apps (SQL/SQLite/MySQL) - Desktop Apps (VB.NET, C#, Java) - PHP, HTML5, CSS - WordPress, VB.NET, ASP.NET Expertise includes Mobile, Android, Touchpad, Android tablet, J2ME and more. Over the last 3+ years, I have been developing Android applications using Java programming. I have extensive expertise and experience in developing Android Phone /Tablet applications and have worked with several satisfied clients. Expertise features are :? - J2ME - Android Mobile Applications development - Android SDK - In-app purchase - JSON Parsing - XML Parsing - Social Media Integration - Xtify - Urban Airship - Socket programming - SQLite Database - Various third party API integration. - XMPP Chat Explore the world of SynapseIndia - "I.T. Outsourcing @ Peace of Mind" I am a Sr. Android Developer in Netleon technologies Pvt Ltd, Jaipur.I am a passionate programmer . I love programming and creativity together . I am a .Net and SQL Server programmer having more than 10 years of experience in MS technologies. Started my carrier with full time jobs. From the middle of 2009 shifted to freelancing. MicroSoft Technology : MVC , C# / ASP.NET / DB Sync / WPF / XAML DBA for SQL Server, MySql,Oracle, MongoDB, DB2, Big Data Linux/Unix Admin skills : awk, PERL, Shell scripting Mobile Technology : Android / Microsoft Mobiles Others: PHP/ MySql / AJAX / CSS / Oracle/ Bootstrap Domain expertise : CRM, ERP , Inventory , HR & Payroll, Finance, Investment Banking. "Flexible, persistent and professional." I will never let you down, my politics is that the job has to be done 100% complete no matter what! I can make e-mail collecting pop-ups, contact forms, PHP scripts, convert old PHP/MySQL code to work on new servers, create landing pages, convert PSD designs into responsive Bootstrap pages as well as redesign and edit HTML templates and write Content Management Systems etc. I can also make and migrate WordPress sites with full backing up files and manual editing of the database. I'm senior developer with over 14 years soft/web development experience, founder of Prophecysoft - development and design studio in Amsterdam. Since 2007 we helped many people, organizations and companies from around the globe to reach business goals through use of our services. We worked and delivered various complexity solutions ranging from 2-week sprints to 2-year long projects. If you need some help with development or design, have an idea you want to discuss, or just need to hear a friendly voice, contact me anytime. We possess more than four (4) years experience in Website Development, Mobile Development and Facebook Apps. Our business seeks to create value for clients through analysis, concept definition and implementation. Through our domain experience, we strive to help our clients convert implemented solutions into powerful business / revenue channels. We believe in long term relationships with win-win outcomes. Our expertise is in PHP, MySQL, CodeIgniter, CakePHP, Facebook PHP SDK, , Wordpress, Oscommerce, Magento, Jquery, Bootstrap etc. We specialize in Open Source and the latest web trends, including RSS, WEB 2.0 standard and PHP Frameworks. We are capable of build custom PHP frameworks from scratch. ISF has been in business since 1988 and has traded on Elance and similar platforms since 2000 and has maintained a perfect rating throughout. Please look at our lifetime history. We have done 400 projects of which only 2 have negative feedback. So allow us to add you to our list of very satisfied customers! We provide the best possible development services available anywhere in the world. Here are few of the areas of our specialization: - Single Sign On / SAML - BACnet - Magento / Wordpress module development / customization - Mobile Apps (Android, iOS, Symbian) - Website Design & Development - Desktop Applications - Filemaker Pro and Filemaker Go - HTML, ASP, ASP.NET - C++, VC++, C# and .NET - VB6 and VB.NET - Java, JSP - PHP, Perl - XML, Servlets, JDBC - SQL, MS Access, MySQL, Oracle - Technical Writing - Beta Testing - Telemarketing/Customer Support Services. - Graphics & Multimedia An experienced IT professional with a very strong background in web application development. EmpowerÂs digital solutions helps the publishers in and around the world to emphasize themselves into new opportunities in a rapidly growing digital- and mobile-centric marketplace. We are passionate about taking on challenges that matter most to our clients and offers end-to-end solutions helping them find solutions through our deep functional and industry expertise. ETSPL employs innovative use of technology to solve customerÂs unique problems. Ensuring quality and very fast turnarounds in digital content production, publishing, distribution, and technology development, Empower specializes in optimizing your content supply chain. We take source content from any format and transform it for distribution through any medium for e-Readers via smart phones, tablets, PCs, Web and print. Web Developer in the industry for 5 years now. I possess vast experience in the implementation of web technologies, specifically pertaining to the development of web applications and the design, development and maintenance of websites I'am a PHP Wordpress developer with over 4+ years experience in web development, custom made websites and wordpress development. Completely custom websites PHP, MySQL, JS, Jquery, HTML5 & CSS3 Full Responsive Design optimized for mobile phones and tablets. I am making custom wordpress websites with custom post types and taxonomies. I have been interested in web technology since the late 90's and, following a number of voluntary websites for small businesses, in 2012 decided to branch out into freelancing. Over the course of various web-projects have developed a stable workflow, a wealth of boilerplate code to aid productivity, and can now build small mobile-responsive websites rapidly. I look forward to building sustainable working relationships with clients on Elance. The CRM Solutions is a born-in-the-cloud technology company specializing in web solutions for vertical sectors for companies all around the globe. Our diversified skill-set makes us a class apart from our competitors. We are a professional website design & CRM development company. We focus at the needs of our clients to provide 100% satisfaction. At The Cloud Systems we donÂt just do the job, we do it right. And perhaps it is this obsession of doing things right, along with attention to detail that brings customers back to us time and again. We have been delivering quality to our customers and have a proven track record. We take great pride in our collaborations and partnerships, building lifelong relationships that are mutually beneficial. Haviva Technologies is an IT Consulting, ITES & BPO services provider. Our IT solutions empower organizations and individuals throughout the world to maximize value and quality to succeed in todayÂs challenging business environment. As a fast-growing new economy company, we focus our strengths to offer world-class solutions and services through the convergence of technology, innovation, expertise and experience. At Lumina-FX, we provide to our clients end-to-end solutions in web development, using the latest technologies. We offer "allround" development for Web Services & ecommerce websites. We are a one shop stop. Whatever your needs in web development are; we can do it. When your current software needs a modification or you need something new written altogether, I have the experience and expertise to make your project a success. With more than 14 years of successful software development experience, I have what it takes to take your project to completion. 15 years of experience taught me that people don't care much about how many flavors of UNIX I know or what is my most favorite perl module on CPAN. The most important thing is that I do crawlers and webpage scrapers and do it well. I do Atom/RSS/HTML feeds aggregators with complex filtering and I am very experienced back-end ( MySQL, SQLite, Postgresql, Oracle) developer. I can be utilized as technical lead in the complex mod_perl based web portal or as someone who will design your application from ground zero. If your perl project was abandoned or hit the wall then I can bring it back to live. Technology Tracks providing best solutions and quality development/design to there clients. we giving you the most out of everything you desire for. We develop applications for iPhone, iPad, iPod touch, Blackberry and for the Android devices with a dynamic user friendly interface allowing you to use the application with all the ease. Our highly skilled iPhone/Ipad Development Team have expertise in iPhone/Ipad SDK 2.2 , iPhone/iPad SDK 2.2.1, and iPhone/Ipad SDK 3.0. Our existing iPhone/iPad Apps are being used by a wide range of consumers, from enterprise users to mass consumers. Our Android platforms are built from the ground up to enable developers to create new and innovative mobile applications. We offer specific development services for the Android platform and our mobile experts have recognized experience in mobile application development, using both the Java language and Android framework. Experienced Software Engineer, 8 years working experience in web technologies and development of enterprise applications. Give your business the edge it needs to reach your goals! At Kinectware, we specialize in the essential technology that small and medium businesses need. Our proven solutions are born out of the industry leading concepts and technology of the biggest organizations of the world. Plutus Softech Pvt Ltd. was established in 2012 by technocrats with design, engineering and installation experience to serve in different sectors like IT & ITeS, In Particular EPub Conversion from PDF . Since the inception Plutus Softech Pvt Ltd has shaped and successfully completed number of projects in IT & ITeS, in Different Publishers. I am a Java programmer, specialize on J2EE standards. I love to work with open source like Php, Mysql, Jquery web development.I have developed several web applications using PHP and MySQL. My motive is to satisfy Client with quality oriented works. My area of expertise are Php,Drupal, Wordpress, Joomla, Cms, Payment gateway Integration, Social Api's, Map Api's. Coding is my passion, I like coding almost any time of the day. I also have working experience with SingSys Pte. Ltd, and Smart Technologies Pvt. Ltd. I did work on Domain: Travel , Search Engine , Online Booking , CMS Integrate 3rd party API Amadeus, Go Air , TBO and Vibe. Integrate Payment gateway. Gained extensive knowledge in C#.Net & ASP.Net, WCF, MVC, Entity Framework as well as SQL Server. Understanding the technical & functional specifications. Designing, coding, developing, testing, troubleshooting and debugging of the application. Providing post-implementation, enhancement and maintenance support to client for application. We provide detailed oriented application solutions. We focus on customer satisfaction and ensuring the solution is delivered to the highest standard. I am a highly skilled, technical webmaster. My duties include: server administrator, design and development of all web application programming, and Telecommunications. My networking and programming capabilities serve as a milestone to the industry. I perform all phases of PHP and Web Application Development, and have over fiften years of web development experience. I am also highly skilled in setting up and managing dedicated servers, dedicated mail servers, building and developing mobile applications. I am looking for a job with good challenge and friendly. Want to make the solution as simple and easy to customers with new technology I am a iOS / Android Mobile App Developer with more than 3+ years of well rounded experience. My past experiences have prepared me well for a variety of iOS/Android app development. Specially I have extensive development experience in a Social Sharing Mobile App field that necessary to integrate of the web server api. I believe that my qualifications are an ideal match for this position, and I am confident I would make a valuable and immediate contribution to the implementation of your great idea. I am Android Application developer from Rajasthan.India with over 3 years of experience working with various technologies. I have spend more than 2 years working on Mobile Application Development in various companies. I have experience in design, development as well architecture. I have more than 10 apps in Google Play store. I have developed utility, games, social, enterprise, forums, etc... all kinds of apps in Android. I have worked with apps requiring different technologies and skill sets. I have used backend integration with JSON service as well direct DB calls, Geo location, Geo fencing, Payment integration, facebook/ twitter/ instagram/ foursquare/Gmail integration, and lot of other technologies in my apps. I am Developer & Designer. I work on projects with my team. Please feel free to contact me. Having around 6 years of experience in IT Fields, have started my careers as Trainee and today I am working as Team Lead in the software company. Come to my education background, just I'm under graduate. have good expore in software technology. Very good analytical skill. Good problme solving. Come to my Personal life : Married. I am a Programmer with 7 plus years of experience in it and publishing industry. ? Experience of more than 15 years in the IT industry on Government and Commercial Secure Software Systems for businesses and business processes like Finance, Health care, Banking, ERP and CRM. ? More than 4 years of experience in Microsoft technologies ASP.NET MVC, Entity Framework, Linq, Web API and WCF ? Around 11 years of extensive experience in leading the architecture and design and development of cutting-edge enterprise applications in C#, Java, and VB.NET ? Expert in design and analysis of performance oriented and service oriented systems with architectures like n Tier using SOA, WCF, .Net Remoting Services, Web Services, Mobile, Web and Client/Server. ? Extensively worked on SQL Server Database Design, Development, Encryption, Performance analysis & tuning for very large databases for over 15 years ? Ability to analyzing and decomposing a given problem quickly, fast learning and Mixed-Language Programming and well fit into BDD, TDD, Agile and XP Programming Make your business shine! As the Founder and CEO of Solo Creations, I offer innovative solutions for business clients while working professionally, efficiently, and affordable. I'm not afraid of any challenge and will make your online business become a success. "Your vision, your future, our success." www.solocreations.net I am a database specialist and programmer. My specialties are query optimization and analysis. I am also available for DBA and Java development work. SolArt xIT Ltd., provides professional services in the offshore development of complex web applications and standalone software. Our headquarter is in Kharkov, Ukraine (Eastern Europe). We have 5+ years of experience and modern office in the city's downtown. A team that would meet all your requirements can be built in a very short period of time. With many years of experience in both of the North American and European high-tech communities, SolArt xIT Ltd has developed a comprehensive business strategy focused on offering excellent services and development approaches. Our team is motivated to solving any difficult tasks to keep your business growing without any obstacles. I am a Seasoned IT Architect Lead - developing & delivering solutions for IT Business needs with uncompromised quality. While building software is one part, thinking out of the box and providing QUALITY software is what always I strive for - paying close attention and listening to the Clients' requirements well and producing artifacts in time. I am a down to earth individual, humorous and fun to work with ! insyz is an Indian firm located in Kanchipuram, actively involved in providing Data Solutions, Web Solutions and Computer & Infrastructure Services. It was born out of the need for flexibility, efficiency and expertise in Information Technologies. Our development team is experienced, professional and committed to bring you the highest quality Products & Services in Information Technology anywhere, anytime and at a reasonable price. Our ultimate goal is 100% Customer Service and Client Satisfaction. insyz forms the basis for the future ensuring that all our clients benefit from our efficient quality and cost effective data processing techniques. Our company uses the latest technology, supported by our in-house programmers and quality control specialists; we process thousands of documents of different formats with great accuracy rate. Drishti Info Solutions Pvt. Ltd., A 2 year old company, has been formed with the aim of providing state-of-the-art products and services in the field of Information Technology. Our Core Competencies are Website Designing & Development, Promotion of Website on Search Engines (SEO) particularly in google, Ecommerce Solutions, Multimedia Presentation, Software Development etc. We provide the highest level of quality and services at the most competitive rates and our growing number of clients are testimony to that. We are a one stop shop for all your web related requirements. Whether you are looking for a simple static HTML website or an E-Commerce Solutions, just get in touch with us and we have a solution for you. Young and energetic solution provider who had worked in many projects as software developer and project manager Expertise - All of our team members have several years of expertise developing customized, fully integrated software applications in a variety of industry verticals. Cynosure Technologies has a well-managed staff to assist in meeting your needs. Technically Advanced -Our software development tools and products implement Object-Oriented design & programming. Further, we use the most modern development tools and technologies available on the market today. We are staying on pace with the fast evolving software development capabilities. Flexibility - We have proven to be able to react quickly and to adjust to any changes or additions thrown at us during the course of a project. Reasonable cost - Our location provides us with a rich pool of talent and low-cost environment for operating, overhead and salaries. Therefore, we can pass on significant savings to you. Ultimately, you'll get more for your software budget. Hi, I am an Interwoven Teamsite developer with 4 years of work experience in the same. I have developed CMS based websites in Interwoven for renowned clients who deal in Hospitality industry and wide range of other products. I am proficient in Interwoven Teamsite, Open Deploy, Data Deploy, Media bin, Workflow. I like to meet deadlines. I am a smart cum hard worker. I am able to cope up with stress factor. I like to meet deadlines. I do not mind going extra mile to fulfill the quality of the work being provided. I am a Senior Software Engineer having 7 years of experience in Software Development, support and maintenance. I have good exposure to working on various programming languages and having strong trouble shooting skills. Also I have a team of experts in graphics designing and expert in layout designing, using Indesign, Photoshop, Illustrator and other graphics design expertise. We have high-skilled dedicated team and its all about experience and innovative/creativity to make client satisfied and also keep long-term relationship and that's our success. Programming for a career and for the love of it, problem solving has become my life. Developing a solution for a issue and create a custom program for it is only half of the battle. In my years of experience, making sure the solution is the right fit for the customer is just as important as making sure the program solves the problem. Making sure the program is easy to use, intuitive, and as efficient as possible are always things to consider when deploying an application. Earning a masters in Instructional Technology from Bloomsburg University has aided in reinforcing this in my work. I am an individual talented web developers/programmers. I develop fast, scalable and reliable web applications using open source technologies. I also adopt agile development processes so that I can deliver complete web applications in short periods of time. I would be interested to join a group to work in a group Interface specialises in custom software development and web design and development. We specialise in enterprise class distributed and client server applications using xml web services. We have our own shopping cart and content management systems that are used by Global corporates like Samsung and Morphy Richards As a Microsoft Technology Specialist, I offer you a complete solution (includes designing, architecture, implementation, testing and maintenance) to fulfill your requirement under a single umbrella. First 5 working hours for free so that you check my skills. Providing robust technology services at affordable prices serving clients across the world. We have worked extensively on ASP.NET, C#, WCF Services, SQL Server, Linq, Entity Framework, MVC, JQuery,Windows Phone, Windows 8, Google Adwords API, Facebook & Twitter APIs , blogs, MS Charts,Paypal, Payone, Recurly, Android, Localization, API Creation, AJAX , Knockout.js etc. Hello! I'm a web designer, developer and online marketing specialist with over 15 years of solid web design and development experience. Utilizing the latest W3C compliant web technologies, online business and marketing experience, I bring to you a unique set of skills that will help you achieve your goals. Believing in producing only clean, but robust code, I make sure that all of my web designs and applications are W3C compliant, user friendly, fast loading, and secure from outside intrusions. I appreciate you taking the time to look at my profile, and I am excited about working on your project and accomplishing your goals. I am a 10+ years experienced programmer in LAMP and Perl scripting experience. Cosmic IT Services (P) Ltd is an ISO 9001:2000 certified company and also proud members of CSEZ (Special economic Zone by Government of India) where in our company is treated an 100% EOU (export oriented Unit) we are focusing mainly on providing IT and ITES solutions in the area of financial accounting, Book keeping, Taxation, payroll and other allied areas for Asia pacific, US and UK markets and also offers comprehensive IT-based solutions and services designed to address specific customer needs. Cosmic has an excellent bandwidth of technology and management team and our operations are built on SAS model (Scalability, Accuracy & Speed) At present we have a team of 120+ professionals working for our operations and we can scale up to 300+. while effectively managing and mitigating risks associated with off shoring based on our experience and process management skills. Collectively having 5 years of experience in the IT & ITES services A principal engineer of well-crafted, scalable UNIX-based web applications and services Specializing in interactive custom web sites and on line tools designed to drive sales and increase productivity. Results are always guaranteed. IÂm an experienced software engineer and system administrator with 15 years of proven expertise in troubleshooting and developing sustainable solutions. The latest software project I developed involved using text mining techniques to create a better Twitter reader that is able to group similar tweets together, automatically identify the noise relative to the userÂs Twitter stream and filter it out, highlight important tweets and learn from the userÂs interactions to improve ranking. The end result is clutter free and compact stream of boxes sized by importance. See the video to learn more http://www.youtube.com/watch?v=bXdq9TrDAEI The latest IT problem I solved was to devise a low cost DDoS protection solution for an online poker room and protect it against vicious 3Gbps DDoS attacks for as little extras cost as possible, leveraging innovative ideas and the cloud to achieve that goal. We are a Microsoft Certified Team of .Net, DotnetNuke, SharePoint, Duet Enterprise experts working exclusively on SharePoint projects led by a Microsoft certified SharePoint Architect with 7+ years experience in IT and over 5 years in SharePoint 2013/2010/2007.Net Based Application Development & Architecture Designing . We are having 5+ years of consulting experience in analyzing business requirements, providing solutions, customer interaction, delivering business transformation programs and implementing IT solutions and systems. We specialize in E-Commerce web development and Interactive websites. Get your company online in no time and in a very cost efficient way. FelixSoft's certified developers will work with you on your website to ensure quality and timely delivery. Security is one of our primary concern and we make sure all of our sites are absolutely secured by using 128 bit SSL certificate, which is the financial and banking industry standard for encryption. We offer comprehensive web solutions to our customers which include: Full E-Commerce web development: Flash, Vector Graphics User Interactive designs (interactive maps, interactive product design etc.) by usability experts. Multiple order fulfillment Ability to add/update/delete product information Make it your homepage or add it to your favorite feature Maintenance solution & documentation Training Secured Shopping Cart Over 30 years of IT experience, being winner of world championship of programming in 1995, I'm currently interested to perform simple tasks over the Internet that I could perform without hassles. Like correcting php code, integrating Facebook or PayPal, XHTML/CSS changes, xCode, Objective-C, C, C++, etc. 11 years of experience designing and implementing software products. Excellent communication, project management and people skills. Excels at defining business requirements and resolving customer problems. BigStep Technologies provides innovative, high quality web development solutions with good execution time. Our expert team has experience in developing large web solutions from conceptualization to deployment and maintenance. We follow the best coding practices and are experts in open source frameworks like CakePHP, Drupal and Social Engine. We ensure full satisfaction to our clients. Unavailable for freelance projects. We Are Interested in your Business FocusB2B is interested in your business and your internet goals. Whether your goals are selling on the internet or just providing your information to people. Our web development consulting can help guide your efforts toward success. We Provide A Practical Approach We understand a boot-strap budget. However, your budget does not justify forfeiting good technology choices. Through years of internet research and web development, we have collected and/or built many practical solutions to aid businesses in implementing a very effective online campaign. As your web development consultant, we will help you form and implement your plan! Knowledge is The Key to Effective Technology! For your website to be effective, first your site must be found and then it must sell. A careful balance between these two important goals will maximize your success. We will help you find the most effective balance and maintain it for your continued success. My primary competency is creating new web-applications and services from scratch , improving or adding new features to old products. I am able to rapidly assimilate and utilize emerging technologies using best practices in creating applications Start using computer systems in 1997 and began the career as a Software Developer since 2002. Skillful in Java (J2EE/J2SE/J2ME), JSP, ASP, UML, SysML, DoDAF, XML Web Service, Database Design and Management, System Analysis, System Design and web design areas. Have more than 7 years of continuous professional experienced in Java Application Development. Specialize in Analysis, Design and Implementation of Software Systems. Best skills with Microsoft Operating Systems (MSDOS, Win9x, NT/2K/XP/Vista/.Net), have knowledge in Linux , UNIX and Mac Operating Systems. Excellent in working with Eclipse, JBuilder, Apache, JBoss Application Server, Rational Software Architect, MagicDraw UML Modelling Tool, Telelogic DOORS Requirement Management Tool, Rational RequisitePro, Jira Bug Tracking System, Plone Content Management System, SVN Version Control System. Good knowledge of HTML+CSS, Ajax, Visual Basic, C++, PHP,.NET, Flash Design, Web Design, Application Testing(Web Application). To obtain challenging position in an global world to contribute my abilities and knowledge for a successful growth of your needs.. Good Knowledge in coding in programming languages. Strong command over Structured Query Language [SQL]. Acquainted with methodologies like Integration, Regression, Negative and Functional testing. I've worked on quite a few post-conversion clean up projects. I can provide technical or process documentation, fit-gap analysis, comb your data, and spiff of your interface. I'm meticulous and I enjoy this type of work, so please let me do it! I have a lot of database admin experience, writing reports, and data management. I can research and write test scripts. I've done a lot of everything over the years and willing to learn if need be. linkedin.com/in/huestis It is a privately owned offshore software development company that provides a wide range of offshore IT outsourcing services and innovative solutions with main focus in wen development. More than 10 years of experience in design, development and support of information systems. Regularly lead projects and provide direction to staff members and peers. Have produced high quality deliverables on time. Skilled in debugging, problem determination, performance analysis, performance tuning and building high availability systems. Specialized in EAI. Have worked with various middleware products, web servers and application servers. Have good understanding of Service Oriented Architecture, Enterprise Service Bus and Web Services. Familiar with security concepts like cryptography, encryption, SSL, certificates, keytools, Web Services Security, Single Sign on. Nimble Technologies have an experienced team based in the Delhi, INDIA and has been responsible of Nimble TechnologiesÂs numerous successful internet projects. Undoubtedly, we have proven track record of delivering highly accurate, focused and cost-effective services to various clients globally with domain expertise in Data Entry Services, Web Promotion, Web Development and Ecommerce Solutions etc High skilled IT PRO with 7+ years experience in enterprise software development. Virtualization enthusiast with deep knowledge of Virtual Infrastructure configuration and monitoring (VMware vSphere, ESX(i), Hyper-V). I believe in perfection and try my best to provide perfect work which can handle great exposure. I'm a responsible & Tech lover IT Professional having over 3 years of work experience. I have good command over Android SDK, Java SE, Eclipse, SQLite, RESTFul web service, PhoneGap and IOS development. I have already been working in diverse range of Business Domains including Social Networking, Educational Tutorials/Testing, Multimedia, Content Management, Event Management, Calendars, Polling and Questionnaire Applications including analysis, design , creating development plans and solving any kind of Development based problem. I believe in Team work, Knowledge sharing, New technology learning and efficiently adopting new trends of market. I try my best to prove a valuable asset to my clients, 1)More than 7.5 years of experience in the software industry. 2)Experience in System Architect role - providing technical solutions, controlling the system design & architecture, and acting as highest technical decision-making authority for team of size 35-40. 3)Experience in technical leadership and day-to-day schedule tracking / management of team of size 10-15. 4)Extensive experience in client interaction and acting as customer interface 5)Extensive experience in Requirement Collection & Analysis, Planning & Estimation 6)Experience in working in international and multi-cultural environments 7)Experience in Software Quality processes as employee of SEI-CMM Level 5 companies. 8)Also experienced in Agile / XP (eXtreme Programming) processes - Test Driven Development, Iterative Development Model, Continuous Integration, etc. Experienced as an "Agile Coach" / Trainer in Agile practices. Android Developer with more than 2 years of experience in developing Android Applications. Have good command over core java. I also have experience on MySQL database. I have developed many applications for Android platform. Developed a large web-based e-commerce application from scratch, including requirements, database design, object/component design, security design, design of logical and physical tiers, and user interface design. I have a countable experience in PHP, Magneto, Joomla, wordpress, drupal, Zend,MySQL, Jquery, SMARTY,Shopify, API Integration, webs services etc. Explore the world of SynapseIndia - "I.T. Outsourcing @ Peace of Mind" Expertise in development of various projects and having ability to develop web applications using C#, ASP.NET, AJAX, LINQ , MVC technologies and windows application using WPF and C#. Expertise in deployment on various server and cloud server and windows azure server. Developed E-Commerce based Applications, Enterprise Solutions Distributed Applications & Stand-Alone Win forms based Applications and ensure customer satisfaction by achieving delivery & service quality norms. Monitoring and controlling full project lifecycle development and working in a collaborative and efficient manner in all functional areas to ensure timely deliveries meeting client satisfaction. Manging experienced developers in CakePHP, Joomla , SocialEngine, CodeIgniter, Jquery, PHP, CodeIgniter, API Integration, webs services etc. Explore the world of SynapseIndia - "I.T. Outsourcing @ Peace of Mind" «Soft Review» is an Oracle Gold Partner. For over 20 years it has provided services for banks and financial companies in complex automation of business processes, accounting and analytics. The company uses the best technologies of Oracle Corporation and the world's best practice to provide flexible and scalable software for our partners. Our company counts 30+ bank complex installations in the financial institutions of Ukraine and provides 24/7 support service. 30+ highly skilled specialists of our company use leading technologies of software development including Oracle ADF, SOA, PL/SQL, C++, JSF and others. The activities area of the company provides a complete suite of solutions, including software and hardware, design and implementation of information systems, infrastructural decisions, technical support and education. > Having 9 years of working experience in .Net Platform > Having sound knowledge in .NET Framework 4.5, 4.0, 3.5, 2.0  WCF, Web services, C#, Entity Framework, ASP.NET, VB.NET, AJAX, LINQ, Ado.Net etc. > Microsoft Certified Technology Specialist in .Net Framework 2.0 Windows Applications > Having good knowledge in Hashing Algorithms, Cryptographic techniques and other security features. > Worked in domains like E-commerce, Publications, Manufacturing, Mutual Funds, Enterprise Management and Accounts. > Having knowledge in database like SQL Server 2008, 2005, Oracle 10g, PL/SQL. > Worked with third party controls such as Enterprise Architect, Rhino Mock, Net Advantage 2005 (Infragistics) Controls and HTML Help Workshop. TraceByte - Fast Growing Website Design & Development Company providing you with personalized web solutions for your business with a team of determined & highly qualified experts. We have representative offices in the France and headquarters in Bangalore, India. We Offer complete Web Solutions from creating a Website to making it successful Online. Our team is dedicated to provide search engine and user friendly web solutions to enhance your business, online presence and produce a high Return on Investment. Why choose TraceByte?  Flexibility in managing your development team.  Recognition and experience in offshore software development.  New ideas generation regarding improvement of your Product.  Intellectual Property Rights protection is guaranteed and secured at all levels.  Ease and comfort of communication.  Quality Assurance & Test Case Writing. Arhebis Systems is an elite software company, highly recognized for it is unique identity definition: a company producing professional excellence. Arhebis Systems develops software projects and is most appreciated for the strategic contribution it offers to its partners, clients and collaborators, for its employees high competences, its innovative technology and products. Always succeeding to meet our customers expectations, to understand their needs and offer the perfectly suited solutions, Arhebis has gathered a large technological and analytical experience. Using this accumulated experience of Arhebis professionals, the company built a conceptual and instrumental system of success. 8+ years of experience in .NET design and development, with focus on C# and extensive knowledge of T-SQL, multi-threading, real-time systems and design patterns, big data, server side, windows forms and web applications Work experience in financial domain, worked on development stock exchange trading system (FIX protocol, multi-threading, complex event processing) Excellent analytic skills with good knowledge of agile software development methodologies and TDD Proved as quick learner and trouble-shooter. Often was assigned to work with or provide ASAP fix of issues in new or unfamiliar area and succeeded. Focused on performance and optimized code. When your database is your business, you need a web development partner who understands how you work. RaffSoftware provides businesses worldwide with turnkey custom database solutions. From the initial strategic development through to building, testing, and implementation, we provide our customers with a full complement of internet and intranet database development services, start to finish. With one month of free after-project support, you can rest assured that your database will be working for you. We are a company that comprises experts within the fields of marketing, writing, software architecture, software analytics, as well as web and app development. Our solutions regularly showcase the latest technological developments, targeting small and medium businesses at affordable rates. However, Coca Cola, Canon, Nestle, Singtel as well as Lenovo are only a few names that have come to enjoy our innovative and swift implementations. Start now and contact us to get a free quote - accelerating your business! Summary Has more than Ten years of solid experience in architecture, design, development, testing, troubleshooting, maintenance, and enhancement of new and existing projects. Achievements Android Apps Development : Experience in designing and developing Android Applications. Has developed games and apps in Android. Professional Certifications: · Sun Certified Enterprise Architect for J2EE Technology. · Sun Certified Business Component Developer for the Java 2 Platform. · Sun Certified Programmer for the Java 2 Platform. · IBM Certified Object-Oriented Analysis and Design with UML. · IBM Certified Developer for XML and Related Technologies, V1. · eCertifications.com Certified Programmer for Advanced XML. · eCertifications.com Certified Programmer for XML. We are designers, producers, developers and technologists who consistently deliver exceptional results for our clients by gaining a deep understanding of their needs and then developing solutions that combine the highest levels of creativity and execution. Nemesissoft specializes in the following areas - Website Design and development - Flash websites - Flash based applications and softwares - Cms based html and flash websites - Oscommerce websites - Web 2.0 (Xhtml | div based html) - Corporate Branding - Web programming and applications FireSky is an end-to-end solutions development corporation specializing in web & applications development, globalization, strategic marketing, multimedia and Business Process Outsourcing. FACTS AND FIGURES: - Part of an emerging Indian IT and BPO market - Employs 25+ employees - Clients include Fortune 50 companies - Clients representing 35+ countries, worldwide 12+ years of diverse experience in the field of Information Technology including work in Analysis, Design, Development and Implementation for client-server and Web solutions.
s3://commoncrawl/crawl-data/CC-MAIN-2015-35/segments/1440644065241.14/warc/CC-MAIN-20150827025425-00210-ip-10-171-96-226.ec2.internal.warc.gz
CC-MAIN-2015-35
43,993
91
http://2014-podarok.ru/profile?id=validating-parser-xml10263
code
string normalized String token NMTOKEN Notes: the spec says NMTOKEN should only be used for attributes, but this rule is not enforced. - Porno web cam free room chat - can physical attraction grow dating - scripture dating advice - budapest dating agency I'm sure this will mean that it can't be used in all situations, but hopefully that won't prevent it from being used at all. The following elements are supported by the XML Schema parser. This module isn't just an XML Schema validator, it's also a test of the Test Driven Development methodology. I've been writing tests while I develop code for a while now, but TDD goes further by requiring tests to be written before code. Also, minimum and maximum constraints as described in the spec are not checked. float Notes: The restrictions on double support apply to float as well. Learn the rules of XML syntax that are stated or implied in the XML 1.0 Recommendation from the W3C. Kenneth Sall introduces a considerable amount of XML terminology, including discussions of parsing, well-formedness, validation, XML document structure, legal XML Names, and CDATA. Requiring users to install Xerces is simply too onerous a requirement; few will have it already and the Xerces installation system leaves much to be desired.
s3://commoncrawl/crawl-data/CC-MAIN-2018-47/segments/1542039745800.94/warc/CC-MAIN-20181119150816-20181119172816-00324.warc.gz
CC-MAIN-2018-47
1,272
14
http://jausoft.com/blog/2011/10/13/jogl-test-statistics-linux-windows-and-os-x/
code
JOGL Test Statistics (Linux, Windows and OS X) To conclude my today series of blog entries, I thought it might be a good idea to show our automatic test statistics. Here are the latest good and failed test charts for all platforms: And finally the progress on OS X with all tests included: Besides adding running all unit tests to OSX, we also made sure that it’s performance is now equal to the other platforms, ie. around 4 minutes runtime for all tests. But be aware that these features will be promoted to the next release RC4, Comments are closed.
s3://commoncrawl/crawl-data/CC-MAIN-2017-13/segments/1490218188785.81/warc/CC-MAIN-20170322212948-00336-ip-10-233-31-227.ec2.internal.warc.gz
CC-MAIN-2017-13
554
7
https://dip4fish.blogspot.com/2013/08/resolving-overlapping-chromosomes.html
code
Metaphasic chromosomes preparations contain most of the time overlapping chromosomes as follow : |A cluster of two overlapping chromosomes| Here a cluster of two chromosomes was isolated and the two chromosomes were segmented using a contour based method implemented in an ipython notebook. First a polygonal approximation of the contour is performed and negative corners are extracted as previously: |Polygonal approximation of the cluster contour (red line). Negative corners (yellow dots), positive corners (red dots).| Four points (the yellow ones) are then used to define a quadrilateral of maximal area: The quadrilateral is converted to an image (overlapp domain:right image) and substracted from the original thresholded image yielding here four chromosomal elements (left image): The four chromosomal elements are labelled: |Left:labelled chromosomal elements (the size is figured above the image). Right: labelled overlapping domain.| The idea is to used combinations of elements to build candidate chromosomes. Here the image is supposed to contain two chromosomes, so combinations of two elements in a set of four elements yield the following candidates: For each candidate, several descriptors are computed: the number of connected components (cc), the eccentricity (ecc), the ratio chromosome area over its convex hull area (r) and the number of negative corner on the contour. The two first highest ratio correspond to the two overlapping chromosomes which can be isolated: Download the ipython notebook from google drive Or view it
s3://commoncrawl/crawl-data/CC-MAIN-2018-22/segments/1526794868132.80/warc/CC-MAIN-20180527072151-20180527092151-00521.warc.gz
CC-MAIN-2018-22
1,547
14
https://www.daniweb.com/hardware-and-software/linux-and-unix/threads/32769/entering-a-domain-name
code
I already set up apache. How do I set it to a domain name? Do I have to buy the name? Yes, you must first buy a domain name And then you setup a domain name server and zone file for that domain Next you setup apache and add a virtualHost directive to apache conf file if you have cpanel on the server all that will be done by just creating a new account after you purchase the domain But why I must buy the domain? :!: That is because a domain name cost $$ :sad: But how can to the domain name provider provide domains?? They pay fees to another provider ... :-| There is a body known as internic which has been assigned the responsability of assigning domain names, every provider that sells domain names must purchase them from internic and pay the associated charges. Here is a list of people that are allowed to sell domains and are Internic Authorized registrars: I'm a beginner! Apologize me , if my questions are stupid. But how can internic make the domain names work? :?: I'm working with Apache 1.3.23 and I want to set the ServerName at a Virtual Host with this:www.alexlolololo.com Why it doesn't work? :?: :rolleyes: Please hepl me! I'm a beginer so, I don't know very much ..... so please help me! Thank you , Cause u have not purchased that domain u cannot just make a name and call it domain and put a .com after it you have to register so go register it first.
s3://commoncrawl/crawl-data/CC-MAIN-2018-43/segments/1539583512434.71/warc/CC-MAIN-20181019191802-20181019213302-00003.warc.gz
CC-MAIN-2018-43
1,377
18
https://lukaszielinski.de/blog/posts/2013/03/04/ssmtp-on-an-ubuntu-server/
code
Usually when I decide to “quickly set up something on a server” it takes much longer than anticipated. Not so with sSMTP. Basically it’s a simpler way to send emails from the the commandline. In my case with Gmail. Check out this article on how to set it up. I have also combined it with Logwatch and Fail2Ban and it worked immediately. In the case of Fail2Ban just one extra line in the config-file was needed: P.S.: You can follow me on Twitter.
s3://commoncrawl/crawl-data/CC-MAIN-2022-33/segments/1659882572286.44/warc/CC-MAIN-20220816090541-20220816120541-00563.warc.gz
CC-MAIN-2022-33
453
4
https://www.gransnet.com/forums/chat/1302039-Pontins-cheap-breaks
code
I know they arent for everyone but you don't have to do stay up for the entertainment if you don't want to. So Pakefield one I go to, is over looking the beach and half board. I come for a break, alone, it's an adult site and I bring a book and paper to write letters. The jacket potatoes and salads are pretty lovely too and yes dated and yes i usually book club chalet or bungalow not a standard chalet and I do a little bingo and have nice walks, and rarely see or hear the caberets. Everyone is smiley and loves the bargain price. Why are some people so down right rude about the place, if it's not your thing, that's fine but unless you've been why do people generally diss you for going when they've never been. It baffles me. I mean it's ok to not like it, of course it is, but why say such negative stuff when it turns out you've never been. Neen Mon 11-Oct-21 22:36:18 Blossoming Mon 11-Oct-21 22:44:56 tanith Mon 11-Oct-21 22:56:37 Bixiboo Mon 11-Oct-21 22:59:06 Neen Mon 11-Oct-21 23:01:55 Dogsmakemesmile Tue 12-Oct-21 11:19:39 Germanshepherdsmum Tue 12-Oct-21 11:28:30 henetha Tue 12-Oct-21 11:43:17 tanith Tue 12-Oct-21 11:57:28 Germanshepherdsmum Tue 12-Oct-21 12:56:32 MerylStreep Tue 12-Oct-21 13:09:55 rosie1959 Tue 12-Oct-21 13:17:52 Shinamae Tue 12-Oct-21 13:19:27 sodapop Tue 12-Oct-21 13:51:17 Daisend1 Tue 12-Oct-21 13:59:23 Kim19 Tue 12-Oct-21 14:30:09 blue25 Tue 12-Oct-21 14:34:07 Forsythia Tue 12-Oct-21 21:34:25 Franbern Wed 13-Oct-21 14:19:28
s3://commoncrawl/crawl-data/CC-MAIN-2023-06/segments/1674764499710.49/warc/CC-MAIN-20230129080341-20230129110341-00542.warc.gz
CC-MAIN-2023-06
1,471
22
http://linuxfromscratch.org/pipermail/hlfs-dev/2005-December/002577.html
code
BHLFS Tips ??? vincent at xtra-net.org Sun Dec 18 04:45:46 PST 2005 On Sat, 2005-12-17 at 12:02 +0100, Joachim Schipper wrote: > On Sat, Dec 17, 2005 at 11:20:33AM +0100, Vincent Blondel wrote: > > On Fri, 2005-12-16 at 16:16 +0100, Jaap Struyk wrote: > > > Op vr 16-12-2005, om 07:52 schreef Vincent Blondel: > > > > > > > Now that my HLFS system is up and running, I would like to compile some BLFS packages so that I can use our internal shell > > > > scripts. > > > > > > I've put up alist with builded apps., add --with-pic and (re)move static > > > libs before building a next package as basic rule. > > > http://www.japie.deserver.nl/ftp/HLFS/build_all_packages > > > -- > > > Groetjes Japie > > > > > When you speak about adding "--with-pic" to CFLAGS, don't you mean > > adding "-pie -fpie" because when I have a look at the compilation > > settings for basic packages, I often see something like this : > > sed -e 's/^CFLAGS .*$/& -pie -fpie/' -i src/Makefile.in > > Secondly, what do you mean by (re)moving static libs ? Once again when I > > have a look at the compilation settings for basic packages, I see that > > "disable-static" is often used during the 'configure' step : > > ./configure ... --disable-static > > Sorry for these, maybe, stupid questions, but I prefer to get all > > necessary info before doing anything. > --with-pic is an option to configure. If configure misbehaves, and does > not correctly build, one can directly add -pie -fpie to CFLAGS. > And yes, --disable-static is the standard configure argument for not > building static libs. What do you mean by misbehabiour for configure script ? I just compiled , until now, OpenSSL package. Now I am trying to compile my first package 'wget'. When I run : ./configure ... --with-pic I don't see any error message but I also don't see it is well taking into account this parameter. So I just tested the resulted binary by taking both tests specified in chapter6 for Gcc package and I get this : root # readelf -l /usr/bin/wget | grep -e ': /lib' -e 'Shared' \ -e 'GNU_RELRO' -e 'PAX_FLAGS' Elf file type is DYN (Shared object file) [Requesting program interpreter: /lib/ld-linux.so.2] GNU_RELRO 0x03bb44 0x0003bb44 0x0003bb44 0x004bc 0x004bc R 0x1 PAX_FLAGS 0x000000 0x00000000 0x00000000 0x00000 0x00000 0x4 root # readelf -d /usr/bin/wget | grep -e 'BIND_NOW' -e 'TEXTREL' So is this enough to verify compilation step ran successfully ? More information about the hlfs-dev
s3://commoncrawl/crawl-data/CC-MAIN-2015-11/segments/1424936463340.29/warc/CC-MAIN-20150226074103-00138-ip-10-28-5-156.ec2.internal.warc.gz
CC-MAIN-2015-11
2,458
48
https://amazing-apps.gitbook.io/windows-apps-that-amaze-us/en/dev-tools
code
Designed for developers A GUI for Chocolatey NuGet All-in-one Web front end development suit Designed for web developers using the popular MySQL server, Microsoft SQL databases and PostgreSQL. It enables you to browse and edit data, create and edit tables, views, procedures, triggers and scheduled events. All sets of IDE tools. MSYS2 is a software distro and building platform for Windows. A command-line installer for Windows. A free visual Git and Hg client Open source multi-platform virtual machine Ultimate Microsoft Developer Tool. A virtual machine station player performing amazingly smooth. VMware Workstation Pro is the industry standard for running multiple operating systems as virtual machines on a single PC. Thousands of IT professionals, developers and businesses use Workstation Pro to be more agile, more productive and more secure every day. Whether you’re an IT Pro or a developer, you’ll find Sysinternals utilities to help you manage, troubleshoot and diagnose your Windows systems and applications. An open-source x64/x32 debugger for windows. A completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl
s3://commoncrawl/crawl-data/CC-MAIN-2023-06/segments/1674764499468.22/warc/CC-MAIN-20230127231443-20230128021443-00786.warc.gz
CC-MAIN-2023-06
1,161
15
http://guix.gnu.org/packages/emacs-paren-face-1.0.5/
code
emacs-paren-face 1.0.5 Face for parentheses in lisp modes This library defines a face named parenthesis used just for parentheses. The intended purpose of this face is to make parentheses less visible in Lisp code by dimming them. Lispers probably don't need to be constantly made aware of the existence of the parentheses. Dimming them might be even more useful for people new to lisp who have not yet learned to subconsciously blend out the parentheses.
s3://commoncrawl/crawl-data/CC-MAIN-2020-10/segments/1581875145713.39/warc/CC-MAIN-20200222180557-20200222210557-00087.warc.gz
CC-MAIN-2020-10
455
3
https://math.sciences.ncsu.edu/2021/08/30/undergrads-union-grads/
code
Undergrads Union Grads Undergrads Union Grads (UUG) is back again this year to provide mentorship to undergraduate math majors in the form of graduate students from our math department! As an undergraduate, this is an excellent opportunity to get advice and guidance from someone who has likely completed a math undergraduate degree before! Also, if you’re interested in applying to grad school, all of our mentors have successfully applied and gotten into our graduate program, making them an excellent resource for questions regarding applications, GREs, etc. As a member of UUG, you’ll also get email reminders of the events that we organize, including a Learning LaTeX Tutorial, an Applying to Grad School Presentation and Panel, an Applying to REUs Presentation and Panel, and much more! If you are interested in joining UUG as a mentee, please fill out the following form: Also, we are looking for a few undergraduates to join our Executive Committee to help us better fill the needs of our undergraduate members! As a member of the UUG Executive Committee, you will be responsible for attending most monthly meetings and helping organize any events that you are interested in! If you are interested in joining our Executive Committee, please let us know by emailing [email protected] If you have any questions about being a UUG mentee, any of our events, or joining our Executive Committee, please let us know! UUG Executive Committee
s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780060877.21/warc/CC-MAIN-20210928153533-20210928183533-00322.warc.gz
CC-MAIN-2021-39
1,458
7
https://www.experts-exchange.com/questions/28649678/Remove-text-characters-from-Dates-in-Excel.html
code
Is there a way to strip text from a date. I know how to use the LEFT and RIGHT functions to remove characters from strings but what about for dates. When I use the LEFT function on the date below to remove the "a", 1/13/15 15:04 a it becomes a text format that won't change back to date format. When I manually delete the "a", it works fine and stays as a date but I have thousands of these and can't manually do it. Is there a way to strip those "a"s?
s3://commoncrawl/crawl-data/CC-MAIN-2018-47/segments/1542039745486.91/warc/CC-MAIN-20181119064334-20181119090334-00078.warc.gz
CC-MAIN-2018-47
452
3
https://stackoverflow.com/questions/27259915/elastic-beanstalk-could-not-find-any-platforms
code
Not much of an answer, but I'll leave it here for anyone else so they don't frustrate themselves debugging an issue that doesn't require debugging. IAM permissions don't seem to always provision immediately, & even when they do sometimes the CLI doesn't seem to pick this up right away (would welcome any technical expansion on why this is). In my case, I ensured that my IAM user had the permission AWSElastikBeanstalkFullAccess. Running eb init was still prompting ERROR: NotFoundError - Elastic Beanstalk could not find any platforms. Ensure you have the necessary permissions to access Elastic Beanstalk. Fighting with this did nothing, after about 5 minutes I ran again and all was well. Next I run eb create to create an environment. Same issue. I gave it about another 5 minutes, tried again, and all was well. I can't expand on why this is, but I wanted to make sure my experience was documented here so future readers don't tear their hair out fighting a permissions error when they have proper permissions.
s3://commoncrawl/crawl-data/CC-MAIN-2021-31/segments/1627046153223.30/warc/CC-MAIN-20210727072531-20210727102531-00502.warc.gz
CC-MAIN-2021-31
1,016
8
https://www.sencha.com/forum/showthread.php?124898-ExtDirect-bundle-for-Symfony2/page2
code
10 Aug 2011 10:42 AM #11 Has this been tested for the final release of Symfony2 This looks a great bundle and should really help with the rest calls. But has this been tried on the latest, final release of Symfony2. Thanks for your work! 23 Aug 2011 3:56 AM #12 I've started a fork of oaugustus' work at https://github.com/AlbertBrand/DirectBundle Couple of changes I'm working on: - real annotation support (not the regular expressions that are used now) - improved configuration - actual example with filtered/sorted grid, form validation, error reporting, etc Love to hear your comments. 20 Sep 2011 12:34 PM #13 symfony's firewall, how!!! Do you know how to use symfony's firewall ext direct bundle? this bundle calls functions directly bypassing symfony's firewall 28 Oct 2011 8:23 AM #14 Albert Brand: neton_direct.api.controllers is empty what goes here?? $configs in dependency injection is also a empty array using Symfony 2.04 13 Dec 2011 3:52 PM #15 Hey MeDavid! y I've been looking in your fork... Noticed that the documentation is the seam as oaugusts, but seems you've done some changes... can you tell me how is your work going on?? are you still into this??? The changes you made, are already done??? 13 Dec 2011 3:52 PM #16 8 Jan 2012 5:30 AM #17 Thanks for the bundle! Is there any best practice for structering a ExtJs4 / Symfony4 application? I have problems to understand how dynamic loading from ExtJs4 can be combine with symfony2 bundle system. Means, what to do when I have several bundles and every bundle contains extjs components? Thanks for any hints! 21 Jun 2012 6:14 AM #18 what is the best bundle to use for sysmfony 2.0 and ExtJs 4.1? 24 Jul 2012 1:34 AM #19 7 Nov 2012 10:49 AM #20 Hello I believe that is exactly what I am looking for. I tried GH1UA fork but I don't seem to be able to make it work... It may be because I am using symfony 2.1 instead of 2.0. Have you tested it with 2.1 ? What would be the steps to follow for 2.1 ? By elmasse in forum Sencha Touch 1.x: Examples and ShowcasesReplies: 14Last Post: 19 Jan 2012, 4:42 AM By sundhar_v in forum Ext GWT: DiscussionReplies: 1Last Post: 16 Sep 2009, 7:38 AM By markrgli in forum Ext GWT: DiscussionReplies: 1Last Post: 17 Aug 2009, 11:11 PM By Dumbledore in forum Community DiscussionReplies: 8Last Post: 10 Jan 2009, 6:31 PM By papasi in forum Community DiscussionReplies: 4Last Post: 2 Jul 2007, 1:04 AM
s3://commoncrawl/crawl-data/CC-MAIN-2016-30/segments/1469257827079.61/warc/CC-MAIN-20160723071027-00065-ip-10-185-27-174.ec2.internal.warc.gz
CC-MAIN-2016-30
2,401
39
https://docs.paloaltonetworks.com/pan-os/8-1/pan-os-admin/networking/service-routes.html
code
The firewall uses the management (MGT) interface by default to access external services, such as DNS servers, external authentication servers, Palo Alto Networks services such as software, URL updates, licenses and AutoFocus. An alternative to using the MGT interface is to configure a data port (a regular interface) to access these services. The path from the interface to the service on a server is known as a service route. The service packets exit the firewall on the port assigned for the external service and the server sends its response to the configured source interface and source IP address. When set to default settings, certain services (such as External Dynamic Lists and URL updates) use service route settings that are inherited by a parent service (in this case, Palo Alto Networks Services) if it is explicitly configured with an interface. If the defaults are not used, Palo Alto Networks recommends configuring each of the services that you use with an interface to ensure that the proper service route is used. You can configure service routes globally for the firewall (shown in the following task) or Customize Service Routes for a Virtual System on a firewall enabled for multiple virtual systems so that you have the flexibility to use interfaces associated with a virtual system. Any virtual system that does not have a service route configured for a particular service inherits the interface and IP address that are set globally for that service. The following procedure enables you to change the interface the firewall uses to send requests to external services. - Customize service routes. - Select(omit Global on a firewall without multiple virtual system capability), and in the Services Features section, clickDeviceSetupServicesGlobalService Route Configuration. - SelectCustomizeand do one of the following to create a service route: - For a predefined service: - SelectIPv4orIPv6and click the link for the service for which you want customize the service route.To easily use the same source address for multiple services, select the checkbox for the services, clickSet Selected Routes, and proceed to the next step. - To limit the drop-down list for Source Address, select aSource Interface; then select aSource Address(from that interface) as the service route. An Address Object can also be referenced as a Source Address if it is already configured on the selected interface. SelectingAnySource Interface makes all IP addresses on all interfaces available in the Source Address drop-down from which you select an address. SelectingUse defaultcauses the firewall to use the management interface for the service route, unless the packet destination IP address matches the configured Destination IP address, in which case the source IP address is set to theSource Addressconfigured for theDestination. SelectingMGTcauses the firewall to use the MGT interface for the service route, regardless of any destination service route.The Service Route Source Address does not inherit configuration changes from the referenced interface and vice versa. Modification of an Interface IP Address to a different IP address or Address Object will not update a corresponding Service Route Source Address. This may lead to commit failure and require you to update the Service Route(s) to a valid Source Address value. - ClickOKto save the setting. - Repeat this step if you want to specify both an IPv4 and IPv6 address for a service. - For a destination service route: - SelectDestinationandAddaDestinationIP address. In this case, if a packet arrives with a destination IP address that matches this configuredDestinationaddress, then the source IP address of the packet will be set to theSource Addressconfigured in the next step. - To limit the drop-down list for Source Address, select aSource Interface; then select aSource Address(from that interface) as the service route. SelectingAnySource Interface makes all IP addresses on all interfaces available in the Source Address drop-down from which you select an address. SelectingMGTcauses the firewall to use the MGT interface for the service route. - ClickOKto save the setting. - Repeat the prior steps for each service route you want to customize. - ClickOKto save the service route configuration. Recommended For You Recommended videos not found.
s3://commoncrawl/crawl-data/CC-MAIN-2021-43/segments/1634323585177.11/warc/CC-MAIN-20211017113503-20211017143503-00049.warc.gz
CC-MAIN-2021-43
4,326
20
https://scholarworks.umass.edu/econ_workingpaper/266/
code
Working Paper Number This paper uses a novel empirical strategy to present empirical estimates of the effect of an exogenous shock to distribution on demand and accumulation for the US economy from 1973 to 2018. We use recursive vector autoregressions to identify the impact of shocks to the wage share. We impose restrictions motivated by a simple neo-Kaleckian open- economy model, and build on the recursive identification scheme in Christiano, Eichenbaum and Evans (1999) to show that this small set of plausible and transparent assumptions are sufficient to identify the impact of shocks to distribution. We find that positive shocks to the wage share have long-lasting negative impacts on demand and growth. Our results are robust to the inclusion of additional variables and to differences in specification. UMass Amherst Open Access Policy Basu, Deepankar and Gautham, Leila, "What is the Impact of an Exogenous Shock to the Wage Share? VAR Results for the US Economy, 1973–2018" (2019). UMass Amherst Economics Working Papers. 266.
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817106.73/warc/CC-MAIN-20240416191221-20240416221221-00571.warc.gz
CC-MAIN-2024-18
1,042
4
https://www.guznu.com/web-stories/what-can-chatgpt-do/
code
What Can ChatGPT Do? ChatGPT can answer questions on a variety of topics, from general knowledge to specific fields like science and technology. ChatGPT can provide recommendations for products, services, and entertainment based on user preferences. ChatGPT can assist with scheduling and time management, helping users to organize their calendars and set reminders. ChatGPT can provide emotional support and counseling, using natural language processing to understand and respond to users' feelings. ChatGPT can help users learn new skills and languages through interactive lessons and exercises. ChatGPT can assist with travel planning, providing information on destinations, flights, and accommodations. ChatGPT can help users with financial management, providing advice on budgeting, investing, and saving. ChatGPT can assist with job searches, providing information on job openings and helping users to prepare for interviews. ChatGPT can provide personalized news and updates on topics of interest to users.
s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233506399.24/warc/CC-MAIN-20230922102329-20230922132329-00501.warc.gz
CC-MAIN-2023-40
1,013
10
https://www.opendesktop.org/find/?search=app&f=tags&page=1&pci=243&t=software
code
Search results for "app" Developers Apps by Blackcrack works later and let all again convert from png to svg(z), will be all first delete in the theme/apps linux unix blacky icontheme create software app 2 days ago Developers Apps by posktomten Qt5 and Qt6 library to select font. An alternative to QFontDialog For 32-bit and for 64-bit. library lib qt5 qt6 software app Oct 22 2022 Developers Apps by zilti CHICKEN is a compiler for the Scheme programming language. It produces portable and efficient C and supports the R5RS and R7RS (work in progress) standards, and many extensions. This version is a single-file all-in-one executable. Just give it the command you want to run as first argument, e.g.... Sep 27 2022 Developers Apps by procedural Game Script is about raising the standards of what it's like to write code fast: you must be able to just double click on the program and start typing code immediately, you must be able to run the code with a single key press, and you must be able to enter the game mode, in which you can fly... ide scripting gamedev gamescript engine software app Sep 01 2022 Developers Apps by mgord9518 Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. program system developer language go software app Aug 26 2022 Developers Apps by Ikem A widget factory based on PyWF, inspired by AWF. It has the following advantages: - support for GTK 2.x and GTK 3.x themes! - command line parameter to set start theme - example menu with all possible items, checked and unchecked - new window button that opens new instance with current theme -... Jul 28 2022 Developers Apps by hb882 Visual editor for open FPGA boards. NOTE: This is only to provide appimages Jul 27 2022 Jul 26 2022
s3://commoncrawl/crawl-data/CC-MAIN-2022-49/segments/1669446710409.16/warc/CC-MAIN-20221127141808-20221127171808-00124.warc.gz
CC-MAIN-2022-49
1,771
27
https://www.freelancer.com/projects/java/selling-games/
code
Budget $500-2500 USD I'm selling 4 J2ME games. I will provide details to the ones who are interested. selling j2me, c c++ c# c games, selling, selling games, j2me, Games, c# games, interested, selling selling, selling j2me games, j2me java, games games, java j2me, games j2me, j2me games java games, games java, j2me games, java games Project ID: #8778 The email address is already associated with a Freelancer account. Enter your password below to link accounts: I forgot my password Link your account to a new Freelancer account Link to your existing Freelancer account
s3://commoncrawl/crawl-data/CC-MAIN-2019-13/segments/1552912203326.34/warc/CC-MAIN-20190324043400-20190324065400-00245.warc.gz
CC-MAIN-2019-13
571
9
https://www.techworld.com/news/apps-wearables/at-last-a-wi-fi-hard-drive-3578615/
code
Taiwanese hardware and motherboard supplier Asustek Computer is to launch a wireless Ethernet-accessed hard drive in May. Its WL-HDD will offer fast WiFi access by using 802.11g, which provides up to 54Mbit/s. The actual drive will be a 2.5in unit and its capacity is unspecified as yet. The device will cost $150 - about £90. It will have a Web-based management interface through which access to the drive will be managed. Files will be freely shareable, have read-access only, or be restricted to password-owning users. Previous attempts to provide wireless-connected hard drives have stalled. Toshiba launched its Bluetooth HDD, called Hopbit, in November 2002. It was a 5GB 1.8in hard drive fitted with a Bluetooth adapter and a lithium-iron battery. It could run for six hours with consecutive use and had a 200 hours standby mode. The device weighted just 180g and could be bought for £260 in Japan. It is no longer available. Sony tried with a WiFi-connected file server in early 2003. The FSV-PGX1 was a 20GB hard drive controlled by an embedded Linux system which turned it into a file server. It could be used by up to 250 people who accessed it by CIFS, if using Windows, or NFS if using Unix/Linux. The WiFi version was 11Mbit/s 802.11b which meant that file server access speeds were not great, particularly with several people sharing it. Again it was a light device, weighing in at 320g. Don't bother looking for it on Sony's website; it seems to have disappeared. Asustek makes 802.11g-equipped motherboards so perhaps it sees a real market for the WL-HDD amongst its OEM customers. On the other hand, it too may have engineers convinced that a radio-connected hard drive is the best thing since sliced bread. With USB 2 and FireWire that's debatable. Either the devices will be used by PDAs and they have HDD cards available, or it will be used by notebooks and they have PC Card HDDs available, or by file servers and they have cabinets and internal drives and cables and... well, who actually needs a wireless-connected hard drive? If you can think of a use for one post a note in the Techworld forum here.
s3://commoncrawl/crawl-data/CC-MAIN-2019-18/segments/1555578583000.29/warc/CC-MAIN-20190422235159-20190423021159-00090.warc.gz
CC-MAIN-2019-18
2,127
6
https://nwtc.libanswers.com/faq/212715
code
If you need to step away (10 minutes or less) from a Library or Library Lab computer, it is always good practice to lock the computer and protect your privacy. You will not lose any of your work. When you return, enter your password and you will return where you left off. You can lock the computer in two ways: 1) Click on the Windows Logo key and "L" key - this will automatically lock the computer. ... OR ... 2) Click on the Lock Workstation icon on the desktop. To unlock the computer: 1) press Ctrl+Alt+Del and enter your password. Please note the computers are monitored and if a computer has been locked for an extended period of time (more than a reasonable amount of time), we will force a shutdown and you will lose any unsaved work.
s3://commoncrawl/crawl-data/CC-MAIN-2018-13/segments/1521257648198.55/warc/CC-MAIN-20180323063710-20180323083710-00071.warc.gz
CC-MAIN-2018-13
744
8
http://www.thesaurus.com/browse/unplumbed?qsrc=2446
code
His silences had not proceeded from the unplumbed depths of his knowledge. Down, down, to what unplumbed depths had it gone, those other times? It cried to him out, as it seemed, of some unplumbed depth of experience in himself. One drop of the salt estranging sea is as unplumbed as the whole ocean. Helen grew conscious of unplumbed depths, of instincts at which she was amazed ...
s3://commoncrawl/crawl-data/CC-MAIN-2018-22/segments/1526794868248.78/warc/CC-MAIN-20180527111631-20180527131631-00264.warc.gz
CC-MAIN-2018-22
383
5
https://www.nbc4jobs.com/jobs/bioinformatics-software-engineer-aliso-viejo-california/425089079-2/
code
Ambry Genetics is seeking an experienced Bioinformatics Software Engineer (BSE) to work closely with our biologists, bioinformaticians, and software engineers to maintain clinical information applications that run on-premises as well as the cloud. The BSE will be responsible for developing, monitoring, maintaining, and documenting software solutions to support the analysis of clinical samples. The Bioinformatics Software Engineer will define how a system or software application can support business activities, workflows, and processes for the development of innovative software products in clinical genetics. Utilizing SCRUM and AGILE methodologies, the BSE will oversee a software solution through the entire SDLC, from discovery, design, development, and validation. The role is an exciting opportunity to implement software solutions that will not only improve clinical agility but also allow the company to provide crucial insight to patients and physicians needed for prevention and life-saving treatment.JOB RESPONSIBILITIES: - Work with Bioinformatics Software Manager to develop solutions that align with defined business logic, goals and objectives, and determine the technical and operational feasibility and prepare functional requirements. - Ensure requirements are understood and approved by stakeholders and work with stakeholders to develop test plans. - Become technical subject matter expert for one or multiple internal applications. - Monitor, maintain, and triage issues with existing software solutions. - BA or BS degree in computer science, software engineering or related discipline plus at least 2 years of industrial experience - Ability to participate in code reviews to detect bugs, analyze coding style, and to suggest best practices - Strong verbal and written skills - Understanding of manual testing of web-based applications - Experience working in the SDLC - Familiarity with AGILE and SCRUM methodologies - Familiarity with relational databases (example: MySQL, PostgreSQL, Microsoft SQL Server) - Understand the consumption and production of web services (example: REST, SOAP, AMQP) - Working knowledge of code repository best practices and distributed version control (example: git/Subversion) - 2 + years of professional IT experience - Full stack development experience preferred - Experience with using the Symfony framework preferred Ambry Genetics Corporation is a CAP-accredited and CLIA-licensed molecular genetics laboratory based in Aliso Viejo, California. We are a genetics-based healthcare company that is dedicated to open scientific exchange so we can work together to understand and treat all human disease faster. At Ambry, everyone is welcome. A career at Ambry Genetics is a chance to be part of a dynamic company that aims to improve health by understanding the relationships between genetics and human disease. We earned our reputation as industry leaders by responsibly introducing cutting-edge genetic testing solutions and continually sharing what we learn with the global scientific community. At Ambry you will be learning, challenging yourself, and having fun while collaborating with teammates through the open exchange of ideas. Our outstanding benefits program includes medical, dental, vision, 401k, FSA, and generous paid time off (PTO) program. Ambry Genetics is an Equal Opportunity Employer (EOE) and we maintain a drug-free work environment. Ambry Genetics is an Equal Opportunity Employer. All qualified applicants will receive consideration for employment without regard to race (and traits historically associated with race, including, but not limited to hair texture and protective hairstyles such as braids, locks, and twists), color, creed, religion, sex, sexual orientation, gender identity, gender expression (including transgender status), national origin, ancestry, age, marital status or protected veteran status and will not be discriminated against on the basis of disability, protected medical condition as defined by applicable state or local law, genetic information, or any other characteristic protected by applicable federal, state, or local laws and ordinances. Ambry does not accept unsolicited resumes from individual recruiters, third party recruiting agencies, outside recruiters or firms without an executed contract in place. We are not responsible for any fees related to resumes that are unsolicited or are received by Ambry. Such resumes will be deemed the sole property of Ambry and will be processed accordingly.
s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964363336.93/warc/CC-MAIN-20211207045002-20211207075002-00047.warc.gz
CC-MAIN-2021-49
4,521
22
https://community.opendronemap.org/t/new-install-nothing-to-run/9424
code
I just bought a new install of webodm for windows but when the install finished I selected start webodm but it failed and when I look in the e:\webodm directory there is no webodm.exe to run If it’s the same issue as Cannot launch WebODM · Issue #1091 · OpenDroneMap/WebODM · GitHub it will be fixed in exactly 10 minutes (I’m uploading a fix right now). Re-download the setup file and re-run it; when the program launches it should read: version 1.9.11 build 37. Sorry, it went away after a minute and the finished the install and WebODM on windows id working. Glad you’re up and running! Please feel free to show off what you’re working on, if you’d like! This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
s3://commoncrawl/crawl-data/CC-MAIN-2023-06/segments/1674764494826.88/warc/CC-MAIN-20230126210844-20230127000844-00835.warc.gz
CC-MAIN-2023-06
771
8
https://sustainability.kaust.edu.sa/events/woman-in-ai-for-bioinformatics-and-genomics-bootcamp/
code
Women to Impact (WTI); Women in Science, Engineering and Research (WISE); Computational Bioscience Research Center (CBRC); KAUST Smart-Health Initiative; and the Saudi Authority for Data and Artifical Intelligence (SDAIA) are pleased to announce that the Bootcamp Women in AI for Bioinformatics & Genomics is open for registration till the 25th of November. During this seven-day event in KAUST interested students, professionals, and experts in AI are brought together. At the Bootcamp, there will be two days of training, expert WISE speeches, and the Bio-Hackathon 2023 in MENA. This opportunity allows the participants to learn and engage in technical and professional conversations in a positive and supportive environment. - Intensive two-day training - WISE Keynote Speeches - Bio-Hackathon MENA 2023 Women in the Kingdom of Saudi Arabia (including women at KAUST) who have learned about biology, calculus, linear algebra, probability or statistics, with some programming skills (e.g., C/C++, Java, Python, Bash shell) are encouraged to participate. If you are interested in joining the event, please register here, and we will be in contact with you if you are selected. The closing date for registration is November 25. For more information, please visit the WTI website.
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679518883.99/warc/CC-MAIN-20231211210408-20231212000408-00038.warc.gz
CC-MAIN-2023-50
1,280
8
https://autoize.ch/end-to-end-email-encryption-with-mailcow/
code
Without encryption, plain text email messages can be easily intercepted and tampered with in-transit. Modern email servers, especially major webmail providers such as Gmail or Outlook.com, do typically exchange emails over SSL/TLS connections, reducing the likelihood of tampering, but this does not equate to zero-knowledge, end-to-end encryption. An email provider could be compelled by the authorities to decrypt and hand over the messages, either during the transmission process or when they land in a users’ inbox. Most, but not all MX servers support secure connections for incoming email messages. Without your own end-to-end encryption scheme however, it is trivial for an attacker to target emails sent to any mail exchangers that do not require a secure connection. S/MIME Encryption vs PGP Encryption There are two standards for end-to-end email encryption that are commonly used today. They are S/MIME encryption and PGP encryption. S/MIME is a more centralized standard which relies on a PKI (public key infrastructure) typically maintained by a user’s IT department (in the enterprise) or a commercial certificate authority. The PKI takes a certificate signing request, and issues a PKCS #12 certificate bundle consisting of a public and private key for the user. To sign and read encrypted emails, the user uses their private key – which is never shared. Others wishing to encrypt emails for the users’ eyes only must first obtain a copy of their public key. The user can facilitate the key exchange by simply sending a signed email to the party who they would like to correspond with. PGP encryption is more decentralized standard which is popular with private users. A user can generate their own PGP keypair, consisting of a public and private key, without the involvement of a certificate authority. Some browser extensions or webmail clients, including Mailvelope and Afterlogic Webmail Lite PHP, provide the functionality of generating a PGP keypair right in a users’ browser. If the user prefers to generate their keys offline, they can use a desktop app such as OpenPGP or GnuPG. Once a keypair is generated, the user may upload their public key to a public key server such as the Mailvelope Key Server, so other PGP users can know that an email signed with that public key should be trusted as being authentic, and also send encrypted email to the user. If the sender and recipient do not use the same key server, then a key exchange (similar to S/MIME) must first take place by the two parties sending each other a copy of their respective public keys. For more information about using zero-knowledge PGP encryption with Mailcow, read our article about integrating Mailcow with the Afterlogic webmail client, which supports the OpenPGP.js library used and maintained by ProtonMail. The most popular desktop mail clients, including Microsoft Outlook and Mozilla Thunderbird, support S/MIME email signing and encryption out of the box. Using PGP requires a separate software which signs and encrypts the plain text email into ciphertext. The PGP encrypted message block is then copied and pasted into the sender’s email client. Although popular hosted email services such as ProtonMail and Tutanota use the PGP encryption standard since they automatically facilitate the key exchange between users of the same service, this article covers how to use S/MIME encryption with any mail server, such as a Mailcow mail server which you host on your own. For simplicity without needing to set up an entire PKI for personal users, it relies on Actalis, a certificate authority based in Milan, Italy, to obtain a free S/MIME certificate valid for one year. For enterprise use, it’s preferable to set up your own public key infrastructure which issues and distributes S/MIME certificates to your users, as it doesn’t require placing your trust in an outside certificate authority, in this case Actalis. Note that neither S/MIME nor PGP encrypt the email headers, which include metadata such as the sender, recipient, and subject line of the message. Any private information should always be written in the body of the encrypted email, not the subject line – to keep it safe from prying eyes. Obtain a free S/MIME certificate from Actalis. Visit https://extrassl.actalis.it/portal/uapub/freemail?lang=en and type in the email address you wish to obtain a S/MIME certificate for, then click Send Verification Email. Momentarily, you should receive an email with the verification code in your inbox. Copy and paste the verification code into the Verification code text box on the Actalis page. Complete the CAPTCHA then check the boxes to confirm you agree with the terms and conditions. Although you must acknowledge and accept the Privacy Information under the GDPR, it is not mandatory to consent to the use of your data for marketing purposes. Finally, click Submit Request. You will proceed to the next page with the passphrase for your certificate. Save it in a safe place as it will only be displayed once. The certificate bundle (a .zip file containing a .pfx file) itself, without the passphrase, will be emailed to your inbox. In order to import the certificate into your keychain later, you will require both the passphrase and the certificate file. End-to-End Email Encryption with PKCS #12 Certificates in Outlook and Mailcow This article assumes that one is using Outlook 2016 for Mac, but a similar process can be followed using Outlook on Windows. Ensure you have the .pfx certificate file and passphrase for your S/MIME certificate obtained from the previous section. Launch Keychain Access from your Mac desktop. Select the login keychain from the top-left pane, and the My Certificates category from the bottom-left pane. From the taskbar, select File > Import Items and browse to the .pfx certificate file. When prompted, enter the passphrase for the certificate then click OK. If importing the certificate was successful, you will see it listed in your keychain like this: Next, open Microsoft Outlook and select the inbox corresponding to the certificate. From the taskbar, select Outlook > Preferences then click Accounts in the Preferences window which pops up. Select the account corresponding to the certificate and click the Advanced button. Then, select Security, beside the Servers and Folders options. From the dropdown menus for Digital Signing and Encryption, select the certificate corresponding to the email address. In addition to the default options Send digitally signed messages as clear text and Include my certificates in signed messages, we recommend that you check Sign outgoing messages to digitally sign every outgoing email by default. Selecting the checkbox for Encrypt outgoing messages might not be suitable in all cases, as you must have a recipient’s public key in your Outlook contacts list, before sending an encrypted email to them. If you try to encrypt an email message but don’t have the recipient’s public key yet, Outlook will pop up with a warning saying that there was a problem with the recipient’s public key, and ask whether you want to send the email as plain text. Even if you don’t check Encrypt outgoing messages, you can still encrypt individual email messages (where you have the contact’s public key) by going to the Options tab of the New Message window, clicking the Security icon marked by an envelope and padlock, and selecting Encrypt Message. End-to-End Email Encryption with PKCS #12 Certificates in Thunderbird and Mailcow Adding a S/MIME email certificate to an account setup in Thunderbird is equally as easy as Outlook. Launch Mozilla Thunderbird from your desktop. From the taskbar, select Thunderbird > Preferences. In the preferences tab that appears in-line in the Thunderbird window, navigate to Advanced and select the Certificates tab, then click Manage Certificates. In the Certificate Manager pop up window, select the Your Certificates tab, then click Import… and browse to the .pfx certificate file on your desktop. When prompted, enter the passphrase associated with the S/MIME certificate, then click OK. If your certificate was successfully added, you should see it listed similar to this screenshot: Click OK then return to the primary Thunderbird tab showing your inbox and email messages. Right click (or two finger click) the email address corresponding to the S/MIME certificate which you just imported, then select Settings from the context menu. Select Security from the pane on the left hand side. Then for Digital Signing and Encryption, click Select… to choose the correct certificate in your certificate store, matching the email address. We recommend signing all email messages by default to distribute your public key to anybody who may want to correspond with you by encrypted email. To achieve this, select the Digitally sign messages (by default) checkbox. As the default encryption setting when sending messages, it may be better to leave that as Never (do not use encryption) so you can still send messages to recipients who you don’t have the public key for yet.
s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233510259.52/warc/CC-MAIN-20230927035329-20230927065329-00770.warc.gz
CC-MAIN-2023-40
9,122
29
https://www.inesctec.pt/en/projects/most
code
Modeling, querying and interactive visualization of spatiotemporal data The general scope of the MOST Project (INESCTEC and University of Aveiro): Recent technological advances have allowed the collection of data volumes on the evolution of spatio-temporal phenomena much higher than the existing capacity to analyze them and extract relevant information in various scientific areas. Therefore, tools capable of automating processes of quantitative analysis of spatio-temporal data are increasingly necessary, ensuring levels of objectivity, precision, and reproducibility compatible with the performance of scientific work. Currently, there are well-known tools for processing static spatial data (e.g., Geographic Information Systems), but support for modeling dynamic phenomena is limited, often requiring a great effort in programming complex algorithms that are specific to a particular problem. This project focuses on the development of advanced tools for modeling and analyzing spatio-temporal data, using continuous representation models in space and time. The key element will be a data management system capable of modeling generic spatial transformations (e.g., shape change, size change, translation, rotation, aggregation or fractionation of entities or objects) representing the phenomena of interest over time. This system will be accessible through a query language providing functions for the management, query, and processing of large volumes of data. Methods will also be developed to create spatio-temporal representations from sequences of images or videos, and data visualization tools and user interaction. An integrated set of tools will be provided to simplify the conduct of studies on spatio-temporal phenomena. The goal is to reduce the time and effort that today is necessary to dedicate to the development of complex data management and processing procedures, thus freeing resources for the performance of the studies themselves. The proof of concept is based on two case studies involving the modeling of spatio-temporal phenomena with distinct characteristics. The first consists of modeling the propagation of forest fires from aerial images, with a view to conducting studies on carbon emissions to the atmosphere. The second consists of creating a database characterizing the morphological changes that cells undergo when they move in their own environment. The quantification of these characteristics is important in biological processes such as embryonic development or tumor formation. The origins of the data are microscopic videos. In the future, it is also intended that the results of this project can be applied in other areas, for example, in studies on coastal erosion, river silting, or others.
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296816832.57/warc/CC-MAIN-20240413180040-20240413210040-00612.warc.gz
CC-MAIN-2024-18
2,741
2
http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-general/wow-ui-macros-talent-specs/277779-automatic-1-button-press-spam.html
code
This works with anything you want to 1 button press/spam in World of Warcraft. I used this with LuaNinja, so all I did was toggle it on, and literally just watch my DPS rotation go off and top meters easily while not pressing anything. xD Since LuaNinja is detected and gets you banned.. decided I might as well release this small bit of 1 button press spammer. 2) World of Warcraft! 3) Caps Lock Key! 1) Go to AutoHotkey Download and click the AutoHotkey Installer link! You can also download the file as a .zip if you don't want the installer.exe file. 2) Execute/run the installer file. No need to restart your computer or anything. 3) Go to your desktop and right click on it. Go to New -> AutoHotkey Script. IF you don't have that option, you can simply go.. New -> Text Document, and rename the file. Name the file anything you want, but MAKE SURE the extension on the file is .ahk 4) Double click and open the file. Copy n paste this into it. Now to explain the code! xD #IfWinActive, World of Warcraft ControlSend,,-,World of Warcraft '#IfWinActive, World of Warcraft' makes sure it only uses this script for World of Warcraft window only. It won't spam other windows. You can have WoW run in the background while you chat with someone on MSN, and it won't spam your window you're currently using. So you can literally go AFK/BRB.. browse the internet.. come back and your character is still doing what it was doing 5 minutes ago with the macro you've been spamming. 'Loop' is self explanatory. It loops or repeats the script indefinitely as long as the toggle is on. If the toggle is set to off, Loop will stop. 'ControlSend,,-,World of Warcraft' presses the key you want to spam. For this instance.. it's the - key. Located between your 0 and = key. xD Make sure you change it to whatever you want pressed/spammed on your action bars in World of Warcraft! 'sleep 100' is the wait command. The number can be whatever you want. 100 = 1 millisecond, 500 = 5 milliseconds, 1000 = 1 second.. etc etc. 'Capslock::' is the toggle. Basically.. once you double click to run the script.. the script will spam the key where ControlSend is at. But what happens if you want to stop it from spamming without having to exit the script? Well Capslock turns the script on or off. Pause,,1' will suspend and pause the script. You don't need to mess with this. :P And that's all there is to it. Run World of Warcraft, log in.. put the macro you want spammed in the right spot on your action bar that correspondes to the key you want spammed.. go to your desktop.. double click the Keyspammer.ahk script.. Keyspammer being whatever you named it. Hit CapsLock if you want the script to stop.. hit it again if you want it to start. Only reason I put the toggle is that when you're trying to chat, it'll spam your key press.. so yea.
s3://commoncrawl/crawl-data/CC-MAIN-2017-13/segments/1490218199514.53/warc/CC-MAIN-20170322212959-00362-ip-10-233-31-227.ec2.internal.warc.gz
CC-MAIN-2017-13
2,820
20
https://www.freelancer.com.ar/projects/matlab-mathematica/power-systems-modelling-matlab-simulink/
code
I am looking for Electrical Engineer who has experienced in matlab simulink modelling for Power systems. More details will be provided on private chatting. 19 freelancers están ofertando el promedio de $160 para este trabajo Hello there. I'm a mechanical engineer with 9 years MATLAB / simulink expertise. I'm confident I can hangle your project. Kindly inbox with more details please send me the details of your project. I have worked on different experiments on MATLAB simulink. Also tell me the time duration of your project. I work as an electrical engineer and I'm preparing a master degree in which i use matlab a lot , Also my graduation project was based on using matlab/simulink I am a research scholar studying at Indian institute of technology Guwahati and in my resurch MATLAB simulinnk is useful tool and I am very familiar with it.
s3://commoncrawl/crawl-data/CC-MAIN-2019-39/segments/1568514574159.19/warc/CC-MAIN-20190921001810-20190921023810-00185.warc.gz
CC-MAIN-2019-39
846
6
http://perlguru.com/gforum.cgi?post=5536;sb=post_replies;so=ASC;forum_view=forum_view_expandable;page=last;guest=7816814
code
Aug 2, 2000, 10:23 PM Post #1 of 1 calling arbitrary shell commands across machines? (thanks for the help on the last one, it works) now i'm developing a script that will look at certain files, check their dates, and if too old, tar/gzip them and send 'em to an archive directory. of course, to make things fun, this script needs to do this across several machines. i've got the whole: system("/bin/rm -rf $dir"); methodology down, but is there any way to redirect those commands to antoher machine? i can use ssh locally to move the files around, both back and forth, but i can't figure out how to actually DO things on another machine. there's no NFS, but ssh/scp is available.
s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376824180.12/warc/CC-MAIN-20181212225044-20181213010544-00509.warc.gz
CC-MAIN-2018-51
679
11
http://forum.arduino.cc/index.php?topic=153817.msg1250164
code
#define Kp 2.0f // proportional gain governs rate of convergence to accelerometer/magnetometer#define Ki 0.005f // integral gain governs rate of convergence of gyroscope biases#define halfT 0.5f // half the sample period Possibly "float" but it depends how the definitions are used later on. In this code it's just definition for the precompiler. #define GRAVITY 16384.0f#define SCALE_PID_PARAMS 1000.0f This has a good answer, there are links to relevant info:http://stackoverflow.com/questions/4828167/purpose-of-a-f-appended-to-a-number Please enter a valid email to subscribe We need to confirm your email address. To complete the subscription, please click the link in the email we just sent you. Thank you for subscribing! via Egeo 16
s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917120844.10/warc/CC-MAIN-20170423031200-00631-ip-10-145-167-34.ec2.internal.warc.gz
CC-MAIN-2017-17
740
10
https://www.business2community.com/brandviews/clicdata/best-practices-visualizing-business-data-01562098
code
Business dashboards should help decision-makers focus on their business’s most important data. But dashboards that are filled with irrelevant data markers adds unnecessary and confusing clutter. Here are some best practices for constructing your business dashboard with clarity in mind. Presenting Data in Your Dashboard The presentation of your data should encompass the following elements: - The visual design of your dashboard. The visual dashboard design includes the graphics, the color, any animations used and the chart types needed to visually display important business information. There are certain precepts that should be followed to best display information in a quickly scannable format. Bar charts, for example, are good for showing comparisons while line graphs are better used to indicate trends. A simple traffic light on the dashboard is appropriate for showing the status of a key metric. Animation is a useful feature when a user can interact with the dashboard to see more information. - (Responsive) layout. Business dashboards can overwhelm their viewers when they employ too many large frames in a single view. Some users will prefer that extra data be tucked away in separate windows or tabs so that they are not overwhelmed. Additionally, a responsive design ensures that your beautifully crafted dashboard will also look decent on smartphones. - Navigation. Dashboard navigation takes into consideration how the various KPI metrics should be grouped together. Pivots can be used to plot multiple KPIs against each other. But placing related data in separate tabs can be a useful consideration for the sake of clarity. Make Alerts Easy Alerts are the crucial component notifying decision-makers to actually respond to what the dashboards show. Some best practices for notifications from your dashboard include: - Clearly identify the thresholds which will trigger alerts. You should trust your dashboard to monitor itself so that you only need to wait for the alerts. - What are the alert actions and who are the recipients? Alerts can be in the form of emails, SMS or more elaborate automated actions. Using a sophisticated automation system like Zapier can enable your systems to talk to each other. For example, you could have your CRM change the status of a client once a KPI that you’re monitoring for them reaches a certain level.
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296818312.80/warc/CC-MAIN-20240422144517-20240422174517-00363.warc.gz
CC-MAIN-2024-18
2,367
10
https://www.promotic.eu/en/pmdoc/Subsystems/PreCfg/PreCfgG/CanvasGrid01.htm
code
Preconfiguration "Grid area cell selection" Creates the graphic item PmiCanvas configured as grid. This preconfiguration can be activated when creating a new graphic item and is included in the group: " / Technology / Map and area" The preconfiguration creates an active grid that can be used in order to detect/set the active position (cell). This graphic item contains variables gridRC Variable gridRC specifies the number of grid rows and columns. These values are separated by comma. specifies the indexes of selected active position (grid row and column separated by comma). The binding can be used to connect it to the value of the same data structure. Variable colorRect specifies the color of selected position There are scripts in events onMousePress that alow the control of active grid position by mouse or by keyboard arrows. These configurators can be set before the preconfiguration is created: |Number of grid rows| |Number of grid columns|
s3://commoncrawl/crawl-data/CC-MAIN-2019-04/segments/1547583660877.4/warc/CC-MAIN-20190118233719-20190119015719-00097.warc.gz
CC-MAIN-2019-04
955
16
https://docs.oracle.com/cd/E19225-01/820-6551/bzbwt/index.html
code
This section describes how to configure SSL for this adapter, including: Use the following steps to connect RACF resource adapters to a Telnet/TN3270 server using SSL/TLS. Obtain the Telnet/TN3270 server’s certificate in the PKCS #12 file format. Use hod as the password for this file. Consult your server’s documentation on how to export the server’s certificate. The procedure Generating a PKCS #12 File provides some general guidelines. Create a CustomizedCAs.class file from the PKCS #12 file. If you are using a recent version of HOD, use the following command to do this. ..\hod_jre\jre\bin\java -cp ../lib/ssliteV2.zip; ../lib/sm.zip com.ibm.eNetwork.HOD.convert.CVT2SSLIGHT CustomizedCAs.p12 hod CustomizedCAs.class Place the CustomizedCAs.class file somewhere in the Identity Manager server’s classpath, such as $WSHOME/WEB-INF/classes. If a resource attribute named Session Properties does not already exist for the resource, then use the [Please define the IDMIDE text entity] or debug pages to add the attribute to the resource object. Add the following definition in the <ResourceAttributes> section: <ResourceAttribute name=’Session Properties’ displayName=’Session Properties’ description=’Session Properties’ multi=’true’> </ResourceAttribute> Go to the Resource Parameters page for the resource and add values to the Session Properties resource attribute: The following procedure provides a general description of generating a PKCS #12 file when using the Host OnDemand (HOD) Redirector using SSL/TLS. Refer to the HOD documentation for detailed information about performing this task. If you get a message that is similar to “error adding key to the certificate database” when you are creating the HODServerKeyDb.kdb file, one or more of the Trusted CA certificates may be expired. Check the IBM website to obtain up-to-date certificates. Export that private certificate as Base64 ASCII into a cert.arm file. Create a new PKCS #12 file named CustomizedCAs.p12 with the IBM Certificate Management tool by adding the exported certificate from the cert.arm file to the Signer Certificates. Use hod as the password for this file. You can enable tracing of the HACL by adding the following to the Session Properties resource attribute: SESSION_TRACE ECLSession=3 ECLPS=3 ECLCommEvent=3 ECLErr=3 DataStream=3 Transport=3 ECLPSEvent=3 The trace parameters should be listed without any new line characters. It is acceptable if the parameters wrap in the text box. The Telnet/TN3270 server should have logs that may help as well.
s3://commoncrawl/crawl-data/CC-MAIN-2018-13/segments/1521257645310.34/warc/CC-MAIN-20180317194447-20180317214447-00592.warc.gz
CC-MAIN-2018-13
2,566
17
https://www.perlmonks.org/?node_id=21737
code
Q&A > database programming > How can I see error messages from MySQL? - Answer contributed by autark The fact that it doesn't print "OK 3" suggests that something went wrong inbetween "OK 2" and "OK 3". You don't see the error message, because it's printed to STDERR, and the HTTP-server doesn't catch that Try to put this in your script: use CGI::Carp qw(fatalsToBrowser); This will ensure that messages to STDERR will be displayed in your browser so that you easier can diagnose the problem.
s3://commoncrawl/crawl-data/CC-MAIN-2020-40/segments/1600402132335.99/warc/CC-MAIN-20201001210429-20201002000429-00243.warc.gz
CC-MAIN-2020-40
493
8
https://softwareengineering.stackexchange.com/questions/19030/should-i-tell-the-interviewer-i-already-know-the-answer-to-the-question-being-as/19035
code
In a programming interview if I am asked a question I already know the answer for, such as giving an algorithm for a particular problem. Should I disclose that to the interviewer? This issue only makes sense when there's a novelty aspect to the question. One example is "How would you reverse each word in a string, but not their order?". There also seems to be a division between easier stuff, that you are "supposed" to know, such as my example and harder more contrived problems. Whats your policy and rationale for dealing with this issue? If you are already familiar with the question/brainteaser, should you disclose this in addition to answering the question? Is there any ethical dilemma involved with not disclosing your prior knowledge of the question?
s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233510575.93/warc/CC-MAIN-20230930014147-20230930044147-00582.warc.gz
CC-MAIN-2023-40
762
3
https://lists.evolt.org/archive/Week-of-Mon-20101011/130881.html
code
Hello. We have a customer recently demanding flash-based animation, thinking flash is the best to get the visual impression she demands (and she think her business needs). Unlike most other clients who wants to have a certain result in the end, she try to make personal taste by selecting from a few flash based animation (mostly variants of slideshows) and ask us to implement for her. I explained we use JQuery and we can handle most slideshow requirements. She then brings a valid point: if she select from a royalty-free flash effect library, as she did a few times before when working with other web designers, she have the confidence that what she choose can simply be taken and used with almost zero additional effort (thus not too much cost charged by web designer). If we recommend JQuery, she prefers to select form a "royalty-free" JQuery effect demo library to make our work easier, otherwise she might selected a flash effect of flash demo library that is hard to do in JQuery (or look different on JQuery) thus end up in either bad delivery or bargain over cost. So, she think we should propose a JQuery based effect library for her to base personal choice on. Question is: does there exist a good JQuery based effect library? Consider the client is a very visual person, a list of names of special effect would not help her a lot. On the other hand, if no demo-library a list of websites with impressive JQuery effects on the front page helps he a lot. In fact, if unmatchedstyles.com have a special section called "good jQuery usages" it would be perfect. Personally I don't want to emphasize the effects too much, for usability reason as well as that I don't see a usage-oriented demand of more special effects and visual impressions, as we are not making website for TV or movie star but an ordinary business. But I'd also be happen to know a good JQuery effect demo library that works for visual person, as we are under completion from flash-loving designers who can and like to offer such thing. Thanks in advance! Best.
s3://commoncrawl/crawl-data/CC-MAIN-2018-34/segments/1534221210105.8/warc/CC-MAIN-20180815122304-20180815142304-00714.warc.gz
CC-MAIN-2018-34
2,040
1
https://en.wordpress.com/tag/dreamweaver/
code
uk programming assignment help Be actually the Initial to Know Exactly What an Expert Thinks Regarding wpf Project Aid What Regarding wpf Project Assist? You simply need to plan your job and execute your strategy as needed. 760 more words 1 week, 3 days ago Be actually the Primary to Know What an Expert Thinks About python Job Help What About python Job Assist? You merely require to organize your job and also execute your plan as necessary. 913 more words Be actually the Incredibly Very first to Know Exactly What an Old Pro Thinks Regarding lc-3 Project Assistance What Regarding lc-3 Project Help? You simply must plan your project as well as execute your program as necessary. 1,038 more words Be actually the Initial to Know Just What an Aged Pro Thinks Regarding intellij Assignment Aid What Regarding intellij Assignment Assist? You just need to have to prepare your project and implement your planning accordingly. 996 more words online programming assignment help Be the Very Initial to Know Exactly What an Expert Thinks About spring framework Task Assistance What About spring framework Task Aid? You just need to intend your job as well as execute your planning appropriately. 893 more words 1 week, 6 days ago Be actually the Primary to Know What an Old Pro Thinks Regarding apl Assignment Help What Regarding apl Assignment Aid? You only have to prepare your job and apply your strategy accordingly. 979 more words Author Lauren Hallstrom's Blog This week, I challenge you to do something fun with your novel. “What?” you ask. “Writing’s not fun?” Not all the time. At least not for me, and I’m pretty sure I’m not the only writer who feels that way. 270 more words 1 month ago
s3://commoncrawl/crawl-data/CC-MAIN-2017-51/segments/1512948623785.97/warc/CC-MAIN-20171218200208-20171218222208-00137.warc.gz
CC-MAIN-2017-51
1,709
26
http://evolectronica.com/2021/10/02/harry-potter-and-padma-nude/
code
I become a enthusiasm perceiving your face, the muffle. Consisted of that only you can begin to kim basically. A lil’ soirees were wellprepped to her from roaming along the point for their penetration. A messwelts, tear has had been incapable to give myself before. Lol again and, where he was, ambled, sat. The very first after about it draped over high off my door opened it had. Ash then shut the place on her white culture and his harry potter and padma nude habdsone brownish trouser snake.
s3://commoncrawl/crawl-data/CC-MAIN-2023-06/segments/1674764500368.7/warc/CC-MAIN-20230207004322-20230207034322-00823.warc.gz
CC-MAIN-2023-06
497
1
https://discuss.leetcode.com/topic/110518/solution-analysis-and-python-code
code
The key point here is to identify the land (value == 1) and its adjacent lands. Each land itself has 4 edges, but with adjacent lands, the shared edge is double counted, which should be subtracted from the total perimeter calculation. For example, land (0,1) and land (1,1) are adjacent, so the edge between them should be subtracted. When we count, we can count the total edges of each land then do the subtraction: 1*4 + 1*4 - 2 = 6 # Traverse the two-d array and identify land points. row = len(grid) col = len(grid) perimeter = 0 for r in range(row): for c in range(col): # If this is a land if grid[x][y] == 1: perimeter += 4 if grid[x-1][y] == 1: perimeter -=2 if grid[x][y-1] == 1: perimeter -=2 return perimeter def island_perimeter(grid): # The total number of rows and cols rows = len(grid) cols = len(grid) # Define the perimeter p = 0 for i in range(rows): for j in range(cols): # This is a land if grid[i][j] == 1: p += 4 if grid[i-1][j] == 1 and i > 0: p -= 2 if grid[i][j-1] == 1 and j > 0: p -= 2 return p - Time complexity: O(n^2), n is the row length of the array - Space complexity: O(n^2), n is the row length of the array
s3://commoncrawl/crawl-data/CC-MAIN-2018-13/segments/1521257647649.70/warc/CC-MAIN-20180321121805-20180321141805-00241.warc.gz
CC-MAIN-2018-13
1,142
7
https://community.bitnami.com/c/openproject
code
About the OpenProject category Error 500 after install OpenProject 11.1.0 How to reconfigure OpenProject? I restarted my computer and now openproject is not working User not receive email invitation Can send test email, cannot send email notifications to users. 504 5.7.4 Unrecognized authentication type Openproject 8.3.2-0 stack not working after fresh install Virtualbox VM runs bridged but not NAT? Old versions for migration from 7 to 10 Les informations d'identification d'administrateur par défaut ne fonctionnent pas Ruby gem not found after upgrade from 8.0.3 to 10.2.1 Transfer all workspace from one pc to another without losing data Errors installing OpenProject in CentOS 7 Upgrade and migrate self-hosted Openproject 7.4.7 to Azure-hosted OpenProject 10.x OSX - Change IP-Adress after Installation Deprecating MySQL support and migration to PostgreSQL The default admin credentials do not work How to backup Openproject database under MacosX? Can't access to Open Project from the web browser host OpenProject: Installation / login instructions for OS X How to install OpenProject on Win 7? OpenProject MySQL installation to a PostgreSQL installation Change default Ports on Mac OS install of OpenProject OpenProject, VM AZURE Doesn't display MySql Password in Boot Initialization VM session Cannot disable self-registration Installation of openproject How to update OpenProject from OpenProject source Upgrade Bitnami OpenProject from 7.4 to 8.2 Lost my admin password next page → provides free all-in-one installers, virtual machines and cloud images for popular open source applications. Get them now!
s3://commoncrawl/crawl-data/CC-MAIN-2021-04/segments/1610703521139.30/warc/CC-MAIN-20210120151257-20210120181257-00302.warc.gz
CC-MAIN-2021-04
1,621
32
https://unix.stackexchange.com/questions/347107/how-to-override-all-folders-with-cp
code
I have two folders, and I would like to do: cp -R folder1/ folder2/ So that I all the sub folders missing in folder2 will be created, and there files copied. And all the folders in folder2 that are missing from folder1 stay the same. cp -R folder1/. folder2/ You can use folder1/* instead, if you don't mind that * will not match "hidden" files which begin with a If there are files in folder2 with the same name as files in folder1, they will be overwritten without prompting or warning. cp, instead use cp copy all files and it spreads time and I/O, But mv only change inode: mv -f dir1/ dir2
s3://commoncrawl/crawl-data/CC-MAIN-2019-47/segments/1573496668594.81/warc/CC-MAIN-20191115065903-20191115093903-00368.warc.gz
CC-MAIN-2019-47
594
12
https://trackmena.com/organizations/82-zid/details
code
Riyadh Saudi Arabia No tags are available for this organization You can suggest and edit tags after you login Zid enables people to create their online stores and manage them without having any technical knowledge through Zid’s web or mobile apps. In the news This organization doesn't have any news available.
s3://commoncrawl/crawl-data/CC-MAIN-2019-39/segments/1568514575513.97/warc/CC-MAIN-20190922114839-20190922140839-00410.warc.gz
CC-MAIN-2019-39
312
6
https://www.firsttechfed.com/pages/people/christi-muoneke
code
Christi Muoneke joined the board in 2021. She brings nearly three decades of experience in leadership and senior level roles within the Seattle technology ecosystem. She currently runs ZephyrCG, a legal tech provider of virtual general counsel and IPO-readiness services to technology startups. She also co-founded and operates Choerista.com, an on-demand marketplace platform that matches teenagers with trusted neighbors seeking assistance with household and digital tasks. Previously, Christi served as General Counsel and Corporate Secretary of Bsquare (BSQR) – a publicly traded IoT/AI platform – acting as the primary interface between regulators and the board of directors. Prior to that, she served as Deputy General Counsel for DocuSign (DCSN), and as counsel at Microsoft (MSFT).
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100172.28/warc/CC-MAIN-20231130062948-20231130092948-00000.warc.gz
CC-MAIN-2023-50
793
1
https://onmsft.com/news/microsofts-github-acquires-semmle-makers-of-a-code-analysis-tool/?doing_wp_cron=1713451238.8212580680847167968750
code
Roughly over a year after becoming part of Microsoft, GitHub yesterday bolstered its dominance with the announcement of the acquisition of Semmle, the makers of a code analysis tool. The move comes as a chance to allow more ways for developers to secure their apps, and find vulnerabilities in their code. As part of the new acquisition, there will be no disruption to existing Semmlle products. Both GitHub and Semmle will stay committed to open source, and Semmle LGTM.com service will remain free for public repositories and open source projects. Semmle will also continue on its open-source research projects, but at the same time, integrate with GitHUb’s existing product line. Semmle CEO and co-founder Oege De Moor reflected on this in a statement. “By joining GitHub we are taking the next step in changing how software is developed, allowing every developer to benefit from the expertise of the top security researchers in the world. I can’t imagine a more fitting recognition of our team’s hard work or a better opportunity to realize the full potential of the vision and technology” Semmle holds offices in San Francisco, Seattle, New York in the United States. It also has an international presence in Oxford, Valencia, and Copenhagen. The company’s mission is to “secure all software by bringing the security and development communities together.”
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817206.54/warc/CC-MAIN-20240418124808-20240418154808-00732.warc.gz
CC-MAIN-2024-18
1,376
4
https://www.experts-exchange.com/questions/28976324/What-is-the-proper-way-to-create-and-maintain-custom-error-messages-in-SQL-2008r2.html
code
SQL 2008r2, I am trying to use best practice; using the sql error system and adding my custom errors. Where is sys.messages table, containing all the error messages in the SSMS directory tree? Or is an sproc the only way to see them; SELECT * FROM sys.messages WHERE language_id = 1033 RAISERROR (Transact-SQL) https://msdn.microsoft.com/en-us/library/ms178592.aspx see B. Creating an ad hoc message in sys.messages I do not think I should create and drop messages in every SPROC as the ms example above suggests. I think I should add them to sys.message with @msgnum 50001 or higher, in one place, let them persist, and then use them over and over again. The only way I see to do this; is an SPROC with each custom message added, sp_addmessage... if it does not exisit. Run this sproc every time the sqlserver is run or when a new message is added. Unless the messages already persist then only when a new message is added? I think my ideas are wrong but I did not know how to ask, hopefully this describes my question. What is the proper way to create and maintain custom error messages in SQL 2008r2?
s3://commoncrawl/crawl-data/CC-MAIN-2018-22/segments/1526794863410.22/warc/CC-MAIN-20180520112233-20180520132233-00336.warc.gz
CC-MAIN-2018-22
1,103
8
https://enid-hu.com/about/
code
Hi, I am Enid. If you are interest about my work, you can view them on Gallery. Also I starred my youtube channel, Click here Please feel free to comment and chat on my site.If you have any question please feel free to contact me, my email is: [email protected] Also you can find me active on the below platforms: Don’t forget my CV, if you are interset more about me.
s3://commoncrawl/crawl-data/CC-MAIN-2020-24/segments/1590347413551.52/warc/CC-MAIN-20200531151414-20200531181414-00472.warc.gz
CC-MAIN-2020-24
370
5
https://forums.expo.dev/t/cannot-upload-apk-build-with-apk-to-play-store-please-help/5642
code
when i upload apk to beta gave this error You uploaded an APK with an invalid signature (learn more about signing). Error from apksigner: ERROR: JAR_SIG_NO_SIGNATURES: No JAR signatures when check the apk with apksigner verify --print-certs DOES NOT VERIFY ERROR: No JAR signatures Hey there. Make sure the password you were given for the keystore is correct. Hope that helps! Thank you . Sure.that i found it my self i will post what happen in terminal dont show what required when adding detail on keystore file that the problem with my terminal theme. After mark it showing
s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652662578939.73/warc/CC-MAIN-20220525023952-20220525053952-00382.warc.gz
CC-MAIN-2022-21
576
11
https://opensourcewood.com/pages/Idea.aspx?i=108
code
To fix a (heavy) cladding construction to a concrete building a carpenter will make by hand a frame construction of Solid wood. By using Kerto-Q the frame construction is not needed any more. Besides this it is easier to get a flat facade. The goal is mainly to save labor at the end. In this case kerto is used visible in rooms of hotel saving labor, get a flat facade Kerto-Q direct fixed to concrete Operation In Progress, Please Wait!!!
s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964358591.95/warc/CC-MAIN-20211128194436-20211128224436-00178.warc.gz
CC-MAIN-2021-49
440
4
https://www.oddnugget.com/oddgopherpage/zaibatsu.circumlunar.space:70/~solderpunk/phlog/copy-and-paste-with-wsmoused-on-openbsd.txt
code
Copy and paste with wsmoused on OpenBSD My OpenBSD eeePC adventures are continuing, and I'm continuing to enjoy them. I'm trying my hardest to keep my setup X11-free. I've decided that I can live, for now, with slightly wonky UTF-8 characters (maybe I can work around the issue by finding a way to configure the software generating them to output something else instead). But I quickly hit upon a much larger concern: how do I copy and paste conveniently from the console? I needn't have worried. OpenBSD has *excellent* support for doing this. You don't need to install screen or tmux and depend on their copy/paste mechanisms. Everything you need is built right into the base system, in the form of wsmoused(8). This gives you a working mouse and clipboard in the console. To start wsmoused on bootup, do exactly what you'd expect to do on a BSD system: put a line in your /etc/rc.conf.local file. In my case the line in question is: The `-2` option to wsmoused tells it that the attached mouse has two buttons, instead of 3, which is the default expectation. As a result of this, the paste function is assigned to the right button, instead of the non-existant middle button. This works nicely on the eeePC. This gave me a working mouse on boot up, but the sensitivty of it was insane - just the slightest movement of my finger on the touchpad sent the cursor flying all the way across the screen. Thankfully, this can be adjusted too. wsconsctl(8), which has exactly the same interface as the probably more familiar sysctl(8), lets you tinker with various console-related options. The relevant one here is the mouse.tp.scaling variable. Higher values result in a more sensitive mouse. I'm not exactly sure how this value is defined, so I have no idea what the valid range of inputs is. I think the default value on my system was somewhere around 0.1. I ended up settling on a value of 0.02, i.e. about five times less sensitive, as being nicely useable. wsconsctl settings can be made persistent by putting them in /etc/wsconsctl.conf, in perfect analogy to sysctl's /etc/sysctl.conf (this kind of consistency is a beautiful thing). In my case, /etc/wsconsctl.conf contains only the one line: So, this little aspect of life without X is 100% solved to my satisfaction, and I'm a happy camper.
s3://commoncrawl/crawl-data/CC-MAIN-2023-06/segments/1674764500095.4/warc/CC-MAIN-20230204075436-20230204105436-00059.warc.gz
CC-MAIN-2023-06
2,295
37
http://tibasicdev.wikidot.com/challenges
code
Welcome to the challenges page. Here you will find a wide range of challenges, which will put to use your TI-Basic programming abilities. There will always be several challenges out standing. Most challenges last about two weeks, but some may last longer or shorter than that. Should Judgement Day arrive with only one entrant in the challenge, s/he will not win by default. Instead, Judgement Day will be postponed; Judgement Day is inevitable… (excuse the Terminator cliché) Challenges are ideas that multiple people make into programs, post the final program, and then a winner is decided. To see a list of all the winners, the Hall Of Fame is here. Table of Contents The first challenge is to design a program that will roll dice. The program should support dice with the following intervals: 4-sided (d4), 6-sided (d6), 8-sided (d8), 10-sided (d10), 12-sided (d12), 20-sided (d20), and d% (100-sided). In other words, the DnD dice. It should also support multiple die rolls at a time, as in 3d6 being rolling a 6-sided die three times. The program should be graphical, and store the results to L1. How you present it is up to you. The winner will be the one whose program executes fastest and takes up the least space. Post your final programs on the forums for judging. Entries judged on the 1/05/2008 The second challenge is to design an analogue clock. Display a circular face with minute and hour hands and a sweeping dot for the seconds. Also display AM/PM and the date. Use the calculator's MODE to set the clock. The program will be judged on size. Entries judged on the 21/04/2008 The intro can be as long as you want, but it must be at least 30 seconds. The intro can contain animation, text, graphics, or whatever else you want, just make it look as nice as possible. Also, the user should be able to stop the intro at any time. Entries judged on the 30/07/2008 Have the user input a number, and then convert it to the appropriate Roman numerals. You should include support for the main Roman numerals: I (1), V (5), X (10), L (50), C (100), D (500), and M (1000). You don't have to worry about decimals or negative numbers, but your program should be able to handle numbers as large as 10,000. Entries judged on the 20/09/2008 Have the user input a number, and then convert it to the word equivalent. Display the number and its word equivalent on the screen. You should include support for both whole numbers and decimal numbers, but you don't have to worry about negative numbers. For example: 423 = Four hundred twenty-three (notice the hyphen). The ceiling of the challenge is 10,000.999 Entries judged on the 31/10/2008 Have the user be able to input some sort of input, like a list in ans, and be able to put an outline on the graphscreen. It should be able to do any configuration of a gui screen and should be able to do the same thing no matter what the graphscreen size is. Also, this is not required, but if you want to show how amazing you are at programming, and yes this will get you extra points just for trying, you can make GUI Tools. For example, a checkbox, scroll bar(s), and text input. Entries judged on the 01/01/2009 Due to complications with the delay on Challenge 6, the criteria has been changed as to not let anyone have a head start accidentally. As you should notice, the title of this challenge is SADMEP, or PEMDAS backwards. In this program, you must have the user input any expression (exclude trigonometry or logarithmic functions) and have the expression solved using a SADMEP method. This means to solve Addition and Subtraction left to right, then do multiplication and division left to right, then do exponents and roots left to right. Parentheses will still come first because the math cannot work if they are done last. Example: Simplify 2+3*4/2^4-1 (Real answer is normally 7/4) Here are the official rules: - Only the operators +, -, *, /, (, ), ^, 2√(, x√, 2, -1,‾, and implied multiplication will be used - Anything in parentheses are done first (therefore, rather than SADMEP, it's more like PSADME) - Addition and subtraction are done first left to right - Multiplication and division are done second left to right - Exponentiation is done last left to right - Negation will make a number negative. So ‾5+5 is still 0. ‾(5+5)+5 is ‾5. - 2 and -1 are considered the same level as ^ - I will always test with completed parenthetical pairs. In other words, I won't leave parentheses off. - 2√( and x√ are considered their own function, and they will be done before anything. - x√ will operate before anything. So, 1+3x√27*3 will simplify to 1+3*3, which simplifies to 12. If parentheses are used, respect them. (1+3)x√(27*3) simplifies to 4x√81, which is 3. - I will not use any variables. Only numbers. - Your program must successfully pass 15 different expressions. - The goal is for this to end May 10. If I do not have at least three contestants by then, this challenge will shut down. If you have any questions, please post in the forums. Thank you. Entries judged on the 10/05/2009 The 8Th challenge will be to create the best possible game that is under 1 kilobyte (defined to be 1024 bytes and excluding the name). The programs will be graded on: Use of memory The program must use all memory wisely, not spending too much for frivolous features, but not spending too little as to be unappealing Playability and Enjoyment The program must actually be fun to play. This category will be lax; if its a game, it will qualify Games must be made in PURE Ti Basic. No libs of any kind, and no writing in other created languages, (Such as BBCBasic) All games must reside in one program, no subprograms of any kind Entries judged on the 20/06/2009 This is a very special challenge. It does not focus on a particular task, like some of the other challenges, but rather it is a test of what you can do, where almost anything goes. As the title says, this will be a challenge to make an OS. What is interesting is what I will allow for this. You must use TI BASIC is you primary language. However, you may use any libraries from celtic2 to xLib, to libraries that you write yourself. There are a few requirements for the assembly programs though. 1) It must be able to handle any errors that are thrown, like how celtic2 throws errors, and must be able to adjust what it does based on that. 2) Make sure that the assembly program can never receive any bad input. This means that when you are programming this os, you might want to back it up often, in case of ram clears. 3) Any assembly program that you use, must be included inside the folder containing your program, as a separate folder, listing the original readme and program file. You must also have all programs that need to be downloaded to the calc, in an easy way to download it. 4) You must have some basic code. 5 lines of basic code, and the rest being assembly programs will be disqualified. The assembly programs are for libraries that you can use to see things like what programs are able to be run, or drawing graphics on the screen. 5) You may not make your own assembly programs. Your basic code must be fitted around your assembly libraries, not the other way around. However, if you make an asm program, you must release it at least a week in advance, and announce it for the other competitors. This was challenge was designed to take everything available to you, and use it to the best of your abilities. Because this is a test of what you can do, I will make no rules. Anything goes, as long as it looks somewhat like an operating system, even if it is a terminal type application Entries judged on the 31/11/2009 In this challenge, you must make a Connect 4 game with an AI that plays against a human. To make sure that all of the rules of Connect 4 are established: - Two plays play against each other with two different color tiles: white and black. - The playing field is 6 rows X 7 columns, rows being horizontal and columns being vertical. - Players alternate dropping their markers into the playing field with gravity effective. Practically, the player selects which of the seven columns to drop the talent, and it falls to the bottom or on top of the highest coin. - The first player to get 4 in a row, either horizontally, vertically, or diagonally, wins. In the program, these rules are non negotiable: - The program must work and be free of all bugs that inhibit gameplay - There must be an option for allowing the AI to go first - The AI must not cheat - A win must be made obvious (if a four in a row occurs, it must pronounce the winner) - The program must be in PURE BASIC. - The program should be less than 20000 bytes in size The overall point of this challenge is to create a fully functional AI that is competent. To determine the best AI, AI's will be played against each other via two calculators, and the champion AI will be declared as the winner program. Thus, as the overall focus of the challenge is to build a competent AI, size or graphics will not be factored into the challenge, just as long as the program is down-loadable and it is obvious which talents belong to one player and which belong to the other. Entries judged on the sometime/in the/future
s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917121644.94/warc/CC-MAIN-20170423031201-00622-ip-10-145-167-34.ec2.internal.warc.gz
CC-MAIN-2017-17
9,239
64
http://fyrewolfe.blogspot.com/2009/05/joomla-15-adding-to-breadcrumbpathway.html
code
The first thing to do is to access the global JApplication object, then get a reference to the JPathway object. $breadcrumbs = &$mainframe->getPathWay(); ?>Adding a breadcrumb is now as simple as calling the JPathway::addItem() method. The addItem method takes a name as the first parameter and a link as the second parameter. $breadcrumbs->addItem( 'My Crumb!', JRoute::_('index.php?option=com_mycrumb') ); If your Item is the last item on the breadcrumb the link will be ignored.
s3://commoncrawl/crawl-data/CC-MAIN-2018-22/segments/1526794863689.50/warc/CC-MAIN-20180520205455-20180520225455-00276.warc.gz
CC-MAIN-2018-22
481
5
https://www.canpharmacyyc.com/dkljrklfk/1-4-10/512.php
code
Current Category:Scanner Accessories Need to increase the cable management capability of your Tripp Lite 42U SmartRack enclosure? The SRVRTBAR provides two additional vertical cable management / accessory bars to any Tripp Lite 42U rack enclosure. These accessory bars provide additional mounting for PDU's, cable management, or any other accessories to be mounted vertically into a Tripp Lite rack enclosure. Provides rapid installation of devices and accessories with tool less mounting keyhole slots.
s3://commoncrawl/crawl-data/CC-MAIN-2021-43/segments/1634323584913.24/warc/CC-MAIN-20211016170013-20211016200013-00423.warc.gz
CC-MAIN-2021-43
505
2
http://machinesview.com/boeing-737-crashes-just-after-takeoff-heading-for-disaster-ethiopian-airlines-flight-409/
code
Boeing 737 Crashes Just After Takeoff – Heading for Disaster – Ethiopian Airlines Flight 409 Find out why this Boeing 737 of Ethiopian Airlines crashed into the Mediterranean Sea shortly after takeoff. Check out my Official Shop with merchandise • Instagram: https://www.instagram.com/tfc_aviation/ • Patreon: https://www.patreon.com/TheFlightChannel • Email: [email protected] Buy the hardware that I use here: GPU (Graphic Card): http://amzn.to/2hZyCSw GPU (Cheaper, but Good): http://amzn.to/2hoPxAT Internal SSD : https://amzn.to/2OyxzaL 4K MONITOR: http://amzn.to/2Ax0CV9 or http://amzn.to/2g8jzql Standard Hard Drive: http://amzn.to/2fG0t7D This video has been recorded and edited in 4K resolution and 60FPS. Note: Flight Simulator 2019 is not a new game. With this title I mean a combination of effects, add-ons and other things (added to Prepar3D v4.4 – 64bit) that make this video seem more real.
s3://commoncrawl/crawl-data/CC-MAIN-2020-10/segments/1581875143646.38/warc/CC-MAIN-20200218085715-20200218115715-00088.warc.gz
CC-MAIN-2020-10
930
14