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://play.google.com/store/apps/details?id=hu.balazsbakai.sq&hl=en
|
code
|
SonarQube should donate it.
Arif Sk awesome
Very good Very good !
Nice to have
What's the point? I have no idea what this app is useful for. It is simply a list of projects. When you want to see metrics and anything else for your project you get sent to the browser
Useless You can just see the list of projects (without search), no metrics. Useless!
0.1.0 Initial release
- Listing projects, users and plugins per server
- Server management: add, delete
- Adding public servers from a list
- Sharing, rating and donation functions
- Supported languages: English, Hungarian
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-13/segments/1490218188773.10/warc/CC-MAIN-20170322212948-00502-ip-10-233-31-227.ec2.internal.warc.gz
|
CC-MAIN-2017-13
| 573 | 12 |
https://community.netapp.com/t5/Network-and-Storage-Protocols/any-problems-with-shortcut-on-one-volume-pointing-to-another-volume/td-p/48273
|
code
|
I have a FAS2020 that has the 1TB limit for a volume and I'm coming up against it with one of my volumes. I have created another volume on other disks and then I've put a shortcut with the same name within the first volume pointing to the second one. I will move all the data from one of the large folders that's just public access and put it on the new volume. My question is: Are there any problems with doing this to avoid the 1TB cap or will the fact that I've placed a shortcut in one volume pointing to another one be okay for things like SnapMirror, etc. The data that's contained on this is not really important but it is large so that's why I was doing this. I didn't want to use something like Win DFS because that seemed like it would be more of a change and this one I can do in the background and then remove the folder on the first volume to free up 150GB.
I am assuming this for NFS access only. We use symlinks in volumes all the time with the use of autofs and /net on our Unix/Linux clients so we don't have to worry about having all the static mounts defined on each servers. The symlink target usually looks like something /net/filer/nfsshare. We also use widelinks to enable Windows DFS.
no, this was for CIFS. But currently people are going to a main folder that has this public one inside. They will continue to access the data in the same way because they're going in from the top level and nothing should have to be re-pointed. But instead of having the public data folder in that CIFS share I have made another volume, copied the data to it, and then left the link behind with the same name pointing to the new volume. This frees up a lot of space because it is now going through the shortcut and writing to the other volume. It seems to work fine and I can't see any negatives on the surface....but I'm not an expert. Basically I'm using it the way DFS does but the top level namespace was already there and then I'm redirecting them from within that.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233510707.90/warc/CC-MAIN-20230930181852-20230930211852-00230.warc.gz
|
CC-MAIN-2023-40
| 1,978 | 3 |
https://answers.sqlperformance.com/questions/4501/how-to-fix-the-full-table-scan-and-merge-join.html
|
code
|
how to fix the full table scan and merge join?
So, a Merge Join is often pretty good. This Merge Join has False on the "Many-to-many" property, which is a very good thing, and despite being listed high on cost, that's more because it's being called 4036 times.
Now, that Assert and Stream Aggregate is quite possibly the bigger issue. The Assert must be checking a value which is worked out from the Stream Aggregate, and it might be needing to look through the whole table to find that. So if you're testing COUNT, then working out that COUNT(*) could be rewritten an EXISTS, which might be able to stop early quicker. Or if that doesn't help you could do a sub-query to work out the COUNT using GROUP BY, and then join on that (and maybe put TOP (999999999) on that to help persuade it to instantiate the GROUP BY results, rather than simplifying it out into something more like EXISTS).
This one mostly depends on the query itself, which doesn't seem to have come through in the plan.
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-27/segments/1656103036077.8/warc/CC-MAIN-20220625160220-20220625190220-00674.warc.gz
|
CC-MAIN-2022-27
| 987 | 4 |
http://lists.debian.org/debian-powerpc/2003/11/msg00086.html
|
code
|
TiBook and Dual Head
I am trying to use dual head on a tibook but it does not seem to
work. I have tried to adapt my XF86Config-4 (from my iBook) with no
success. I have tried some config files on the web, no success (the
second head is put to sleep, but there is a signal).
Here is the revelant part of lspci :
00:10.0 VGA compatible controller: ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000 M9] (rev 01)
I use latest Michel's X server. Anyone has a working confil file for
the same config (even just cloning) ?
* Should be panic but... (Why are BSD people panic obsessed ??)
|
s3://commoncrawl/crawl-data/CC-MAIN-2013-20/segments/1368699899882/warc/CC-MAIN-20130516102459-00058-ip-10-60-113-184.ec2.internal.warc.gz
|
CC-MAIN-2013-20
| 588 | 10 |
https://projects.theforeman.org/issues/29059
|
code
|
Custom field on host view
Fixed in Releases:
Found in Releases:
It would be great if we can modify or display custom field on host view.
Example I want to display IP address instead of "Puppet Environment" ..etc.
Refer to attached file
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-40/segments/1600400209665.4/warc/CC-MAIN-20200923015227-20200923045227-00448.warc.gz
|
CC-MAIN-2020-40
| 235 | 6 |
https://forums.macrumors.com/threads/werid-ui-issues-safari-and-google-com.786390/
|
code
|
Ok so not that big of a deal but my search button and input field look nothing like they did before. They lost the mac look so to speak. I noticed this today so im not sure how long this has been going on, this is after 10.6.1 and safari being the latest version 4.3 something. Those buttons should look more like they do on this forum which is rounded edges and bubbly. Latest thing i can think of is Java update or something, I'm using eclipse to write software and I have the Jigloo gui editor installed. Thats about the only strange thing i can think of. Is this how it is supposed to look now? I don't have another mac to test this out with.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-39/segments/1537267158205.30/warc/CC-MAIN-20180922064457-20180922084857-00171.warc.gz
|
CC-MAIN-2018-39
| 646 | 1 |
http://stackoverflow.com/questions/16550023/sql-server-ce-date-stored-in-string-how-to-compare
|
code
|
If your strings are in a recognizable format, you should be able to cast them to datetimes and compare.
where cast(date1 as datetime) > cast('06-11-1992 00:00:00' as datetime)
However, I'd recommend ISO 8601 format for dates. Here's one possibility:
cast('1992-11-06T00:00:00' as datetime)
I'm assuming DD-MM-YYYY here because of your
Just be sure you know which is the day and which is the month. Hopefully your strings are always the same format and are in-line with your regional settings.
Be careful: you may have to set the date format to get the right output from your data:
set dateformat dmy
select cast('06-11-1992 00:00:00' as datetime) -- returns 1992-11-06 00:00:00
set dateformat mdy
select cast('06-11-1992 00:00:00' as datetime) -- returns 1992-06-11 00:00:00
|
s3://commoncrawl/crawl-data/CC-MAIN-2016-18/segments/1461860111620.85/warc/CC-MAIN-20160428161511-00081-ip-10-239-7-51.ec2.internal.warc.gz
|
CC-MAIN-2016-18
| 774 | 11 |
https://hpc-wiki.info/hpc/Admin_Guide_Data_Transfer_with_Globus_Online
|
code
|
Data Transfer with Globus Online (Admin Guide)
This article shows how to handle Globus as a tool to transfer large amounts of data between servers. It is described here with the example of the Bielefeld cluster system.
GridFTP (Globus Toolkit)
Globus is a tool to transfer large amounts of data from server to server without you being required to be constantly logged in and watching. To use Globus you need to create an account at (https://globus.org) and connect the Bielefeld clusters endpoint to it. To get the Bielefeld cluster search for
and connect via your local Bielefeld username/password combination.
After having set up the Bielefeld cluster and another server, you can start a transfer between them either via the web interface or the command line
globus transfer [OPTIONS] SOURCE_ENDPOINT_ID[:SOURCE_PATH] DEST_ENDPOINT_ID[:DEST_PATH]
You can also connect your local machine to globus. To do so, download and extract
wget https://downloads.globus.org/globus-connect-personal/linux/stable/globusconnectpersonal-latest.tgz tar -xzf globusconnectpersonal-latest.tgz
and install the
Globus CLI (command line interface, requires Python)
pip install --upgrade --user globus-cli
CLI needs to be linked to your account to make use of the most commands, so log in by
and follow the given instructions. Using the CLI you can then create a local endpoint
$ globus endpoint create --personal my-linux-laptop Message: Endpoint created successfully Endpoint ID: <endpoint-id> Setup Key: <setup-key>
and add it as such to your account in the web interface using the
<endpoint-id>. Then start your new endpoint using
./globusconnectpersonal -setup <setup-key> ./globusconnectpersonal -start &
Globus example: transfer files between Bielefeld and Jülich
judac is already a GridFTP server, it is easiest connected to globus via a personal endpoint, if you do not have the required Grid certificates.
To do so, download
judac just as you did above for your local machine. You can then create an endpoint via the globus web interface (recommended) or via the globus-CLI (discouraged), where you would need to install pip first by
wget https://bootstrap.pypa.io/get-pip.py python get-pip.py --user GLOBUS_CLI_INSTALL_DIR="$(python -c 'import site; print(site.USER_BASE)')/bin" echo "GLOBUS_CLI_INSTALL_DIR=$GLOBUS_CLI_INSTALL_DIR" export PATH="$GLOBUS_CLI_INSTALL_DIR:$PATH" echo 'export PATH="'"$GLOBUS_CLI_INSTALL_DIR"':$PATH"' >> "$HOME/.bashrc" pip install --upgrade --user setuptools pip install --upgrade --user globus-cli
You will probably want to connect more directories than just your
/home, which is available per default. To do so, edit
.globusonline/lta/config-paths to list all the directories you want to connect. For example for Jülich:
~/,0,1 /p/project/chbi18,0,1 /p/scratch/chbi18,0,1
You can then setup and start an endpoint just as above and submit a transfer via the web interface.
Further information can be found here:
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100164.87/warc/CC-MAIN-20231130031610-20231130061610-00818.warc.gz
|
CC-MAIN-2023-50
| 2,937 | 29 |
https://www.dk.freelancer.com/projects/php-mysql/continuation-php-export-excel-formatting/
|
code
|
We have a function now that exports to an Excel file and this file saves to the user's PC correctly. Now we need to work out the content being sent to the Excel file and the format to present the data in the Excel file.
In the applicaiton we need to allow the user to click a llink for a printable page for the details special to an individual data itme (basically the same function as we have now.) Like before all the queries exist. This could probably be done via an HTML page (I will provide) that is then sent as is to the Excel file. We can discuss the best way to do it. Most of what is needed is already there.
Attached is the output format we need for the results from the first project I posted. This project is also simple; it mostly involves formatting output in an existing function. Time is critical; I need this done today.
7 freelancers are bidding on average $112 for this job
Hi I am a php developer.I have done this kind of work before. In one of my project i have imported an excel file to a mysql database....I think i can complete this job..If interested kindly send me a pm thankyou
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-13/segments/1521257647600.49/warc/CC-MAIN-20180321082653-20180321102653-00072.warc.gz
|
CC-MAIN-2018-13
| 1,105 | 5 |
https://jonhilton.net/categories/azure/
|
code
|
Sometimes when deploying an Azure project to the local compute emulator I’ve seen this error message.
“The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.”
It’s a horrible error and I haven’t been able to fix it using any of the methods found via google (e.g. “your web.config may be readonly” or “your project might have too many files in it”).
The only solution I’ve found is to do a fresh checkout of the source code from TFS
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-30/segments/1531676589932.22/warc/CC-MAIN-20180717222930-20180718002930-00084.warc.gz
|
CC-MAIN-2018-30
| 536 | 4 |
https://dnd3e.livejournal.com/383968.html
|
code
|
However, There is this one player. He WILL NOT stopbutchering things. and I dont mean in-game. thats easy. but we all sat down one day, and decided we wanted to run a classy game this time. lots of descriptives, lots of in-deph character play, with real-world type involvement. I work my butt of doing what HE SAID HE WANTED, making the game as fantastical, yet rickly real-lie-like as possible. And he continually cracks more and more monty python and OOTS references during great moments of extreme drama or signifigance.
Now, I loe joking around during gaming sessions. I do it alot. but this has reached epic levels. he never stops, ever. Do you guys have any advice on how to deal with a player like this?
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-43/segments/1634323584554.98/warc/CC-MAIN-20211016074500-20211016104500-00025.warc.gz
|
CC-MAIN-2021-43
| 710 | 2 |
https://hireindianprogrammers.com/inevitable-reasons-why-you-choose-a-magento-developer
|
code
|
At the beginning of the E-commerce store launch, the business people feel easy to manage the store because the customers and the population of the website are limited. Once your business started growing you should add a number of products and you need to manage the products under various categories. It becomes the huge responsibility for the business people to manage the product data and secure the customer data. Hire Magento Developer to give flawless shopping experience to your customers. Here are the reasons why the Magento developer is significant
Incorporate new technologies
E-commerce store developer helps you to integrate the website with the latest technologies. They may also work on fixing the errors when integrating the website and so on.
To keep your store protected
When managing E-commerce store you may handle thousands of records such as customer card details, CVV and much more. With the help of the best programmer, you can secure the private information of the customer from the hackers.
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-22/segments/1558232256764.75/warc/CC-MAIN-20190522063112-20190522085112-00267.warc.gz
|
CC-MAIN-2019-22
| 1,015 | 5 |
https://www.fr.freelancer.com/projects/php-javascript/openx-advanced-advertisement-arrangment/
|
code
|
hello i have site that .. i want to add new ads places ..
my site based of flash ads ..
attached 2 pictures for special ads ..
1. flash ads that appears after openeing the page ( approximally 3 sec delay ) and had X to close option ..
2. is the navegation ads betwwen pages or before homepage ( with cookies )
and another suggesions from you
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-17/segments/1524125945552.45/warc/CC-MAIN-20180422080558-20180422100558-00538.warc.gz
|
CC-MAIN-2018-17
| 341 | 6 |
http://sci.amegroups.com/article/view/19271
|
code
|
Signals and transcription factors for specification of human germ cells
Germ cells are the origin of new organisms, since they provide the source of genetic and epigenetic information that is perpetuated from one generation to the next. Germ cells are formed during early embryogenesis and later initiate meiosis giving rise to spermatocytes or oocytes. In humans, primordial germ cell (PGC) development is initiated two weeks after implantation. However, due to ethical and technical constraints, human PGC development has not extensively been investigated.
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-29/segments/1593657140337.79/warc/CC-MAIN-20200712211314-20200713001314-00496.warc.gz
|
CC-MAIN-2020-29
| 558 | 2 |
http://www.linuxquestions.org/questions/linux-security-4/ssh-login-reverse-mapping-failed-should-i-worry-370303/
|
code
|
Address 184.108.40.206 maps to 10.152.71.61.in-addr.arpa, but this
does not map back to the address - POSSIBLE BREAKIN ATTEMPT!
I just got this when logging in to my Slackware box from my campus wifi (first time I've used the campus wifi, new system). Could that be the culprit?
PS 220.127.116.11 is the address of my server as reported by ifconfig | grep ppp0.
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917118740.31/warc/CC-MAIN-20170423031158-00048-ip-10-145-167-34.ec2.internal.warc.gz
|
CC-MAIN-2017-17
| 361 | 4 |
https://docs.oracle.com/cd/E19683-01/806-6545/modules-31/index.html
|
code
|
Print the smap structure address that corresponds to the given address in the kernel's segmap address space segment.
Display the proc_t address for the process corresponding to the as_t address as.
Display the specified memlist structure or one of the well-known memlist structures. If no memlist address and options are present or if the -i option is present, the memlist representing physically installed memory is displayed. If the -a option is present, the memlist representing available physical memory is displayed. If the -v option is present, the memlist representing available virtual memory is displayed.
Display a system-wide memory usage summary. The amount and percentage of system memory consumed by different classes of pages (kernel, anonymous memory, executables and libraries, page cache, and free lists) are displayed, along with the total amount of system memory.
Display the properties of the specified page_t. If no page_t address is specified, the dcmd displays the properties of all system pages.
Format and display the specified address space segment (seg_t address).
Display information on all active swapinfo structures or about the specified struct swapinfo. The vnode, filename, and statistics for each structure are displayed.
Print the smap structure address that corresponds to the given vnode_t address and offset.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-09/segments/1518891812978.31/warc/CC-MAIN-20180220145713-20180220165713-00522.warc.gz
|
CC-MAIN-2018-09
| 1,347 | 8 |
https://lists.01.org/hyperkitty/list/[email protected]/message/PPUXMZLGENPYLO7EVWLE4Q7YDRQUDSCF/
|
code
|
[ adding Haozhong and Xiao for the alignment concerns below ]
On Mon, Mar 7, 2016 at 10:58 AM, Toshi Kani <toshi.kani(a)hpe.com> wrote:
On Mon, 2016-03-07 at 09:18 -0800, Dan Williams wrote:
> On Mon, Mar 7, 2016 at 9:56 AM, Toshi Kani <toshi.kani(a)hpe.com> wrote:
> > On Fri, 2016-03-04 at 18:23 -0800, Dan Williams wrote:
> > > On Fri, Mar 4, 2016 at 6:48 PM, Toshi Kani <toshi.kani(a)hpe.com>
> > > wrote:
> > > As far as I can see
> > > all we do is ask firmware implementations to respect Linux section
> > > boundaries and otherwise not change alignments.
> > In addition to the requirement that pmem range alignment may not
> > change, the code also requires a regular memory range does not change
> > to intersect with a pmem section later. This seems fragile to me since
> > guest config may vary / change as I mentioned above.
> > So, shouldn't the driver fails to attach when the range is not aligned
> > by the section size? Since we need to place a requirement to firmware
> > anyway, we can simply state that it must be aligned by 128MiB (at
> > least) on x86. Then, memory and pmem physical layouts can be changed
> > as long as this requirement is met.
> We can state that it must be aligned, but without a hard specification
> I don't see how we can guarantee it. We will fail the driver load
> with a warning if our alignment fixups end up getting invalidated by a
> later configuration change, but in the meantime we cover the gap of a
> BIOS that has generated a problematic configuration.
I do not think it has to be stated in the spec (although it may be a good
idea to state it as an implementation note :-).
This is an OS-unique requirement (and the size is x86-specific) that if it
wants to support Linux pmem pfn, then the alignment needs to be at least
128MiB. Regular pmem does not have this restriction, but it needs to be
aligned by 2MiB or 1GiB for using huge page mapping, which does not have to
be stated in the spec, either.
For KVM to support the pmem pfn feature on x86, it needs to guarantee this
128MiB alignment. Otherwise, this feature is not supported. (I do not
worry about NVDIMM-N since it is naturally aligned by its size.)
If we allow unaligned cases, then the driver needs to detect change from
the initial condition and fail to attach for protecting data. I did not
see such check in the code, but I may have overlooked. We cannot check if
KVM has any guarantee to keep the alignment at the initial setup, though.
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652662517018.29/warc/CC-MAIN-20220517063528-20220517093528-00663.warc.gz
|
CC-MAIN-2022-21
| 2,462 | 38 |
http://moz.com/ugc/category/business-practices?show=10&page=8
|
code
|
Gabriel Goldenberg recently wrote a post about how search is changing forever. First of all, I would like to make it clear that I agree with Gabriel, search is changing. I think Google is in an early stage of testing what works and what doesn’t. Norwegian search (google.no) hasn't been that much affected by what Rand refers to as blah blah blah as the English search results have yet. However, in Australia (google.com.au) I’ve noticed a lot of testing by Google. One of the keyword terms I was watching did until recently contain a map, but just a couple of days ago the map was removed. I don’t have any explanations to why, but I’m guessing Google learned that the result would do better without the map. We don’t know what Google will end up doing with the search results, but one thing I’m sure we can all agree on is that Google is looking to put most of its money in their own pockets (who wouldn’t?) and want to keep as much traffic as possible within Google owned sites. I don’t think there is any point in sitting here waiting -- what we should do is start adjusting to the future.
|
s3://commoncrawl/crawl-data/CC-MAIN-2015-18/segments/1429246636255.43/warc/CC-MAIN-20150417045716-00040-ip-10-235-10-82.ec2.internal.warc.gz
|
CC-MAIN-2015-18
| 1,109 | 1 |
https://forums.macrumors.com/threads/bootcamp-and-activesync.480290/
|
code
|
I need to sync some videos and mp3s to my WM6 phone. Parallels doesn't work so I uninstalled it. I was thinking of using Bootcamp but I can't find any answers online. Does anyone here sync their WM6 phones through BootCamp? p.s. I don't want to pay 40 dollars for MissingSync.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376828507.84/warc/CC-MAIN-20181217135323-20181217161323-00220.warc.gz
|
CC-MAIN-2018-51
| 276 | 1 |
https://www.reddit.com/r/RetroGamerClub/
|
code
|
DECEMBER 2015 VOTING THREAD
Let's get this started! Submit your December 2015 requests here!
To submit a game request, begin your post with tags for platform and year followed by the name of the game; eg. [C64] Boulder Dash, and where possible, a link to information about the game. If you have multiple games requests, place each in a separate post on the thread. Do not link to any game downloads. Any such posts will be deleted.
We all love the big name popular games, and while they are also fun to play and discuss, try to include less well known titles. The idea being to expand upon your retro gaming knowledge and discover a few previously unknown gems.
We all have our own definition of what constitutes retro and what does not. For the purposes of this subreddit, consider the Playstation [PSX] and earlier (subject to change based on popular opinion).
Vote for your favourite game by upvoting. Please do not downvote other games to give your favourite a boost. Upvotes only. The voting system is subject to change based on the success or failure of this honesty system.
At the end of the month, the game with the most upvotes will be selected to play.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-39/segments/1537267159160.59/warc/CC-MAIN-20180923055928-20180923080328-00067.warc.gz
|
CC-MAIN-2018-39
| 1,162 | 7 |
http://www.itbl0b.com/2012/10/manage-linuxunix-with-sccm-2012.html/
|
code
|
In a previous post about SCCM 2012 Beta 1 and the fact that it can manage Linux/Unix systems:
Since then, I’ve received many questions about it, specifically – which systems can be managed and what type of management can be done.
I haven’t testing it myself, yet, but here’s a list of all the supported systems and the management features:
- AIX Version 7.1 (Power)
- AIX Version 6.1 (Power)
- AIX Version 5.3 (Power)
- HP-UX Version 11iv3 (IA64 & PA-RISC)
- HP-UX Version 11iv2 (IA64 & PA-RISC)
- RHEL Version 6 (x86 & x64)
- RHEL Version 5 (x86 & x64)
- RHEL Version 4 (x86 & x64)
- Solaris Version 10 (x86 & SPARC)
- Solaris Version 9 (SPARC)
- SLES Version 11 (x86 & x64)
- SLES Version 10 SP1 (x86 & x64)
- SLES Version 9 (x86)
- Hardware Inventory – Hardware inventory can be viewed through Resource Explorer and can be used to create collections of UNIX and Linux computers.
- Software Inventory – Through hardware inventory the list of natively installed software can be gathered from the UNIX and Linux computers – similar to add/remove programs for Windows systems.
- Software Distribution – Deploy new software, update existing software and apply OS patches to collections of UNIX/Linux computers (using a package and program). Run arbitrary maintenance scripts on a collection of UNIX/Linux servers.
- Secure and Authenticated Communications
- Consolidated Reports
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-34/segments/1534221211185.57/warc/CC-MAIN-20180816211126-20180816231126-00349.warc.gz
|
CC-MAIN-2018-34
| 1,392 | 21 |
https://thefiringline.com/forums/showpost.php?p=3037592&postcount=70
|
code
|
I wouldn't miss L and P personally.
THR works fine without it.
I'm mainly interested in techy gun talk.
I don't care about politics on the coin collecting forum.
I do understand that discussion of gun rights and legislation is relevant but that opening can lead to the noise problem. However, if having such here leads to moderator problems - the core techy stuff suggests we let the politics migrate elsewhere.
IMHO - the core problems are folks who just want to fight in a rude manner and/or folks who assume gun forum political discussions must entail buying to an entire political agenda of one party. If you don't you are not worthy of being a gun person.
I try not to respond to L&P things unless I get outraged with things like:
"Why do you liberal )%)#(# like guns!"
"Why don't you Jew )_%(#+_% support the RKBA?"
Realistic discussion of gun legislation and how to make gun rights party neutral is ok with me but I'm afraid the discussion would be hard to limit to such.
I'm ok with ditching the forum if need be.
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-09/segments/1487501170708.51/warc/CC-MAIN-20170219104610-00512-ip-10-171-10-108.ec2.internal.warc.gz
|
CC-MAIN-2017-09
| 1,021 | 11 |
https://dev.to/devteam/resolving-an-unable-to-resolve-link-error-for-org-mode-in-emacs-2n1f
|
code
|
I had a source org file. I linked to the target org file in another directory via the target’s
In my source I had the equivalent of
[[id:org-id-get-create][Name of Target]]. The
org-id-get-create is a placeholder (and the name of the function I used to generate the target’s ID).
When I would open the target link in my buffer, I would jump to the target document. As expected.
However, when I attempted to use the
org-transclusion functions or export (via
org-export-dispatch) the org document to another format, I got the following error:
Unable to resolve link: org-id-get-create
I thought this had something to do with my directory structure. But it worked to link to other files in the same directory as the target.
I tried rebuilding my org-roam database (e.g.,
M-x org-roam-db-clear-all then
M-x org-roam-db-sync) but that didn’t work.
In the source file, I ran
org-lint. That generated reported what looked to be the same error message.
So I dug further into the
org-lint method. There I learned about the
The registered functions that are called to lint a document.
I went looking through that list and found a likely culprit:
org-lint-invalid-id-link function lead me to the
org-id-find function. Which in turn called
org-id-find-id-file id. And there I found the following code bit of code:
(unless org-id-locations (org-id-locations-load)).
Huzzah! Org-mode was generating a cache! Somewhere there must be a cache invalidation or update function.
So I went looking for functions like the
org-id-locations-load. I found
I ran the
org-id-update-id-locations and it reported processing several files, but certainly not enough. I then
org-roam-update-org-id-locations; that function call reported a lot of processed files.
Hoping that this update of a cache would resolve my problem, I went back to the previously broken source document. Both
I wrote a function that is now part of Emacs configuration; the purpose of the function is to help remind me how to fix this problem if it shows up again.
;; I encountered the following message when attempting ;; to export data: ;; ;; "org-export-data: Unable to resolve link: FILE-ID" (defun jnf/force-org-rebuild-cache () "Rebuild the `org-mode' and `org-roam' cache." (interactive) (org-id-update-id-locations) ;; Note: you may need `org-roam-db-clear-all' ;; followed by `org-roam-db-sync' (org-roam-db-sync) (org-roam-update-org-id-locations))
I don’t envision running that function all that much, but it will be a bit of written memory of this debugging.
First, navigating Emacs functions is amazing. Emacs provides powerful introspection.
marginalia.el (and many other packages), I could do ever narrowing work and when I needed to expand my focus.
In fact, it was so easy to navigate I did it twice. First when debugging and then when writing this blog post.
Second, taking the time to write this up, I hope I help other folks (including my future self).
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-06/segments/1674764500904.44/warc/CC-MAIN-20230208191211-20230208221211-00715.warc.gz
|
CC-MAIN-2023-06
| 2,921 | 37 |
https://discourse.gohugo.io/t/multilingual-sections/33291
|
code
|
We have a multilingual site (english, french), with the following content organisation:
content |--- section1 | |--- _index.fr.md | |--- _index.en.md | |--- post1 | | |--- index.fr.md | | |--- index.en.md | |--- post2 | | |--- index.fr.md | | |--- index.en.md |--- section2 | |--- _index.fr.md | |--- _index.en.md | |--- section3 | | |--- _index.fr.md | | |--- _index.en.md | | |--- post3 | | | |--- index.fr.md | | | |--- index.en.md | | |--- post4 | | | |--- index.fr.md | | | |--- index.en.md
The idea being to easily find content with a lacking multilingual version.
The section names (section1, section2) are actually french names. Going to the english version, we have french names in the url and navigation bar. trying to add “slug” names in the _index.xx.md files does not help. Playing with “url” in these files brings a mess for subsections (basically, we have to keep track of the parent sectiosn by hand).
[Languages.en.permalinks] section1 = "/section1_english_name/sections[1:]/:title"
fixed it for section1.
However, I can’t seem to get it working for subsections…
I believe the front-matter info in _index.en.md files should naturally be used by hugo to define section names (or another variable) so eveything, including urls get nicely and properly translated without hand keeping.
Thanks for your input/feedback/help…
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-40/segments/1664030337244.17/warc/CC-MAIN-20221002021540-20221002051540-00701.warc.gz
|
CC-MAIN-2022-40
| 1,349 | 9 |
https://programmerah.com/tag/physical-test-project-of-langfang-normal-university/
|
code
|
Recently, I was working on a “body test” project of the company. When I started ide vscode, I reported an error as follows:
Error: read ETIMEDOUT
at _ errnoException ( util.js:1022 :11)
at TLSWrap.onread ( net.js:628 :25)
Then I went to the Internet to find a solution, and found the following solution (it didn’t solve my problem, but it’s a good method. Maybe it can solve your problem, so I stuck it. Here’s an explanation)
Now I’ll talk about the specific commands that need to be executed under the terminal
cli proxy plugin code>
npm install -g @ionic/cli-plugin-proxy
2. Configure proxy
export HTTP_PROXY="http://127.0.0.1:51481" # also used by npm export HTTPS_PROXY="https://127.0.0.1:51481" # also used by npm export IONIC_HTTP_PROXY="http://127.0.0.1:51481"
127.0.0.1:51481 code> is my own agent
3. Install ionic template
After successfully performing the above two steps, we can download the ionic template
ionic start ionicProject blank
This is a solution found on the Internet. The way to solve my problem is to set the firewall to stop blocking“ node.js ”It's very simple. Ha ha.
There are two solutions in total. If you encounter this problem, I suggest you take a look at the firewall first. If you are not sure, you can use the above method, which should be able to solve the problem. If not, then I can't help it. I can only continue to look for other solutions on the Internet.
WeChat official account: "meet Wang Chuan"
Programming, financial management, English, welcome to play with me.
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-17/segments/1618038064898.14/warc/CC-MAIN-20210411174053-20210411204053-00269.warc.gz
|
CC-MAIN-2021-17
| 1,525 | 18 |
https://pailwriteroncsharp.wordpress.com/
|
code
|
Thanks for joining me!
Education is the ability to learn, understand, accomplish and improve on the lives of humanity. — Aubrey Love aka Pail Writer
Programming languages have developed over the years and grown in quantity. Before, we only had a hand full of programming languages, now we are faced with buckets full. So, the question I am asked most often by a newbie, is the same question I asked when I started venturing into the fascinating world of computer programming. “What is the best language to start with?”
Who is this site for? Basically, it’s for the “accidental programmer”. An accidental programmer is someone who was thrown into a programming role by their employer or some other circumstance. While the subjects on this blog may jump around from “The Core Components of a C# Program” to “Implementing a Grideview” and everything else, this site is designed to provide simple answers to those unusual circumstances that an employer may demand of an employee. It is assumed (for the most part) that you have some knowledge of the language, but have not mastered it.
With that said, I hope you enjoy the articles and keep coming back for more. I will add additional posts as often as I can. Also, any code that you find on my blogs will be open source. You are welcome to “copy/paste”, modify and redistribute them to suit your needs.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-14/segments/1679296943746.73/warc/CC-MAIN-20230321193811-20230321223811-00340.warc.gz
|
CC-MAIN-2023-14
| 1,373 | 5 |
https://schedule.enterpriseconnect.com/speaker/abell-casey/53978
|
code
|
Casey Abell, Corporate Engineer IV, Waste Management
Casey Abell is the Corporate Engineer IV at Waste Management. He is currently leading the initiative around mobility for WM to better enable field workers to be connected on the go.
Prior to WM, Casey worked as the Manager of Transportation Technology for Philip Services Corp (PSC) where he managed all area routers for the Industrial line of Business and was responsible with working with 3rd party vendors to develop and transition drivers from using paper tickets to handheld units.
Prior to PSC, Casey worked as a Software Engineer for IBM as a Team Lead for Linux testing group and at CSC as a Cobol Programmer.
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-35/segments/1566027317359.75/warc/CC-MAIN-20190822194105-20190822220105-00483.warc.gz
|
CC-MAIN-2019-35
| 670 | 4 |
http://blog.cloudera.com/blog/category/hdfs/page/3/
|
code
|
Having a good grasp of HDFS recovery processes is important when running or moving toward production-ready Apache Hadoop. In the conclusion to this two-part post, pipeline recovery is explained.
An important design requirement of HDFS is to ensure continuous and correct operations that support production deployments. For that reason, it’s important for operators to understand how HDFS recovery processes work. In Part 1 of this post, we looked at lease recovery and block recovery.
Having a good grasp of HDFS recovery processes is important when running or moving toward production-ready Apache Hadoop.
An important design requirement of HDFS is to ensure continuous and correct operations to support production deployments. One particularly complex area is ensuring correctness of writes to HDFS in the presence of network and node failures, where the lease recovery, block recovery, and pipeline recovery processes come into play. Understanding when and why these recovery processes are called,
Support for transparent, end-to-end encryption in HDFS is now available and production-ready (and shipping inside CDH 5.3 and later). Here’s how it works.
Apache Hadoop 2.6 adds support for transparent encryption to HDFS. Once configured, data read from and written to specified HDFS directories will be transparently encrypted and decrypted, without requiring any changes to user application code. This encryption is also end-to-end, meaning that data can only be encrypted and decrypted by the client.
Applications using HDFS, such as Impala, will be able to read data up to 59x faster thanks to this new feature.
Server memory capacity and bandwidth have increased dramatically over the last few years. Beefier servers make in-memory computation quite attractive, since a lot of interesting data sets can fit into cluster memory, and memory is orders of magnitude faster than disk.
For the latest release of CDH 5.1,
Extended attributes in HDFS will facilitate at-rest encryption for Project Rhino, but they have many other uses, too.
Many mainstream Linux filesystems implement extended attributes, which let you associate metadata with a file or directory beyond common “fixed” attributes like filesize, permissions, modification dates, and so on. Extended attributes are key/value pairs in which the values are optional; generally, the key and value sizes are limited to some implementation-specific limit.
|
s3://commoncrawl/crawl-data/CC-MAIN-2016-50/segments/1480698544672.33/warc/CC-MAIN-20161202170904-00156-ip-10-31-129-80.ec2.internal.warc.gz
|
CC-MAIN-2016-50
| 2,421 | 11 |
http://slashdot.org/journal/121287/pushing-the-iceberg
|
code
|
I've gotten tired of the bias towards snarky bashing... and just used my 5 moderator points to help push the iceberg that is
/. towards a more sane area of the sea. I hope others do the same.
In any formula, constants (especially those obtained from handbooks) are to be treated as variables.
|
s3://commoncrawl/crawl-data/CC-MAIN-2014-42/segments/1414119646849.7/warc/CC-MAIN-20141024030046-00048-ip-10-16-133-185.ec2.internal.warc.gz
|
CC-MAIN-2014-42
| 292 | 3 |
https://boards.straightdope.com/t/jiminy-cricket/4929
|
code
|
I caught TBS’s re-airing of “The Wizard of Oz” last night. In one scene Dorothy exclaims “Jiminy Cricket!”
I believe this movie pre-dated Disney’s “Pinnochio”. Did Walt retool a popular interjection for the cricket character in his movie?
If so, where did “Jiminy Cricket” as an expression come from?
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-40/segments/1600400188841.7/warc/CC-MAIN-20200918190514-20200918220514-00453.warc.gz
|
CC-MAIN-2020-40
| 320 | 3 |
http://www.verycomputer.com/158_791a49b19920c335_1.htm
|
code
|
Hi, anyone have any reccomendations as to the best way to use ADO
in VB to take an object hierachy and save/restore it's structure and data
with a jet database?
I used DAO, and it was hard work, requiring index fields, and was
inflexible, and slow
now I heard about relational databases, relations, and stuff, and I wonder
is it possible for a jet record(in a table) to have a field that holds a
reference to another record in a different table.
Do I need to use the ADO class wizard somehow, or what?
it's like a many-to-many relationship for each record.
I guess I would expect one field to point to it's parent, then another to a
list of children , then the rest of the fields could hold the object's
private data values.
What I want to avoid is a field called ID, which is manually
cross-referenced to parent's children etc,
I could not see an option for such a reference in a jet field - there was
OLE object, hyperlink, but not 'record' (as well as number/text/etc)
say for example, you had a class called 'person', and used it to build a
family tree, where each object had 'name' and 'birthday'. How could you
store the data without using a unique field(such as 'name' or 'ID').
Nick Le feuvre B.Eng
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224653764.55/warc/CC-MAIN-20230607111017-20230607141017-00585.warc.gz
|
CC-MAIN-2023-23
| 1,206 | 21 |
https://speakerdeck.com/nathenharvey/devop-with-me-1
|
code
|
"DevOps" is term that is often misused. DevOps doesn't mean System Administration with a sprinkling of automation. DevOps isn't something that only the operations team or system administrators should be concerned with. You don't go hire DevOps Engineers anymore than you would go hire a TDD Engineer.
So what is DevOps and why should I care? DevOps is all about creating delightful customer experiences. An organization that follows DevOps practices is one that is continually learning, one where the entire team is focused on the same goals, and one that is truly awesome to be a part of.
OK, so, how do I "do the DevOps"? I'll outline some the things that you can do today to get your organization on the path to DevOps.
"DevOps" is a term that will eventually die and will no longer be necessary. Why? Because, in the future, "DevOps" will be "the way" organizations build software and deliver that software to their customers.
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-49/segments/1669446710488.2/warc/CC-MAIN-20221128070816-20221128100816-00706.warc.gz
|
CC-MAIN-2022-49
| 930 | 4 |
https://researchteam101.com/describe-what-the-following-theories-literature-says-social-model-medical-model-subtitle-theory-of-mind-c-coherence-trial-of-impairment-wing-and-gould-sensory-executive-function-critical/
|
code
|
1) Introduction, 2) Describe what the following theories literature says: Social model, Medical model (subtitle), Theory of mind, C coherence, Trial of impairment (wing and gould), Sensory, Executive Function.
3) Critical reflection (advantage and dis advantages of each theory)
4) conclude whether its fits autism theory
5) write which theory of the two is more enabling – the medical model or social model (my personal opinion is social model!!)
Currently 2 writers are viewing this order
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-29/segments/1593655934052.75/warc/CC-MAIN-20200711161442-20200711191442-00471.warc.gz
|
CC-MAIN-2020-29
| 492 | 5 |
https://forum.arcgames.com/pwi/discussion/736705/intellectual-exercise
|
code
|
This is an intellectual exercise only, and not meant to be taken seriously as an actual way to play the game. Furthermore, I know very little about the Assassin class, so please forgive me if this question has an obvious answer.
Can an Assassin perma-spark with a bow, given a good enough genie, gear, and skill usage? If so, what would the attack rate be? Which cultivation (both?)?
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964360803.0/warc/CC-MAIN-20211201113241-20211201143241-00418.warc.gz
|
CC-MAIN-2021-49
| 383 | 2 |
http://www.metacafe.com/watch/4146530/will_online_business_opportunities_work_in_my_country/
|
code
|
Alright guys, in this video I'm going to answer the question Will Online Bu...
Alright guys, in this video I'm going to answer the question Will Online Business Opportunities Work In My Country?
Well this really depends on a lot of factors.
The two main ones being, Does the online business opportunity / company you want to join, do business in your country?
And what are your governments laws about starting a home business opportunity online of your own from home?
In all reality, 99% of business opportunities are virtually global, and you can work at home or anywhere in the world as long as you have a internet connection
Lets dive in deeper, and also find out how you can make money online with new business opportunities and even your own legitimate home business ideas
And how you can take your work from home online business ideas to the next level!
To your success,
Read My Thoughts
Be sure to stalk me,
Become My BFF,
Or Even Just Hang With Me
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-13/segments/1490218189092.35/warc/CC-MAIN-20170322212949-00370-ip-10-233-31-227.ec2.internal.warc.gz
|
CC-MAIN-2017-13
| 955 | 13 |
http://listgateway.unipi.it/pipermail/ntop/2011-September/016484.html
|
code
|
[Ntop] Network Flows
Ggatten at waddell.com
Wed Sep 14 12:04:41 CEST 2011
As mentioned in several html reports as well as the faq; "network flows" have nothing to do with "netflow". Ignore "network flows"; view traffic stats acquired via netflow just as you would a typical ethernet interface.
From: azadeh hashemi [mailto:xlbrlx at yahoo.com]
Sent: Wednesday, September 14, 2011 12:01 AM
To: ntop at listgateway.unipi.it <ntop at listgateway.unipi.it>
Subject: [Ntop] Network Flows
sorry for asking too much :(
I use nprobe to0 collect netflows, my ntop show the traffic summary and ralated graphs but there is no netflow, in the web interface in network flows it shows 0, and I can't see them, while this is what I do want to see.
I check my machine with netstat and tcpdump, they were work peroperly.
where is the problem?
<div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'>
"This email is intended to be reviewed by only the intended recipient
and may contain information that is privileged and/or confidential.
If you are not the intended recipient, you are hereby notified that
any review, use, dissemination, disclosure or copying of this email
and its attachments, if any, is strictly prohibited. If you have
received this email in error, please immediately notify the sender by
return email and delete this email from your system."
-------------- next part --------------
An HTML attachment was scrubbed...
More information about the Ntop
|
s3://commoncrawl/crawl-data/CC-MAIN-2013-20/segments/1368705958528/warc/CC-MAIN-20130516120558-00027-ip-10-60-113-184.ec2.internal.warc.gz
|
CC-MAIN-2013-20
| 1,486 | 23 |
https://research.rug.nl/nl/publications/self-esteem-as-a-complex-dynamic-system-intrinsic-and-extrinsic-m
|
code
|
The variability of self-esteem is an important characteristic of self-esteem. However, little is known about the mechanisms that underlie it. The goal of the current study was to empirically explore these underlying mechanisms. It is commonly assumed that state self-esteem (the fleeting experience of the self) is a response to the immediate social context. Drawing from a complex dynamic systems perspective, the self-organizing self-esteem model asserts that this responsivity is not passive or stimulus- response like, but that the impact of the social context on state self-esteem is intimately connected to the intrinsic dynamics of self-esteem. The model suggests that intrinsic dynamics are the result of higher-order self-esteem attractors that can constrain state self-esteem variability. The current study tests this model, and more specifically, the prediction that state self-esteem variability is less influenced by changes in the immediate context if relatively strong, as opposed to weak, self-esteem attractors underlie intrinsic dynamics of self-esteem. To test this, parent-adolescent dyads (N = 13, Mage = 13 6) were filmed during seminaturalistic discussions. Observable components of adolescent state self-esteem were coded in real time, as well as real-time parental autonomy-support and relatedness. Kohonen’s self-organizing maps were used to derive attractor-like patterns: repeated higher-order patterns of adolescents’ self-esteem components. State space grids were used to assess how much adolescents’ self-esteem attractors constrained their state self-esteem variability. We found varying levels of attractor strength in our sample. In accordance with our prediction, we found that state self-esteem was less sensitive to changes in parental support and relatedness for adolescents with stronger self-esteem attractors. Discussion revolves around the implications of our findings for the ontology of self-esteem.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-06/segments/1674764500904.44/warc/CC-MAIN-20230208191211-20230208221211-00877.warc.gz
|
CC-MAIN-2023-06
| 1,949 | 1 |
https://community.sap.com:443/t5/application-development-blog-posts/develop-uis-using-floor-plan-manager-using-abap-development-tools-for/ba-p/13226737
|
code
|
WithABAP deveopment tools (for Eclipse) 2.7, you can develop Floor Plan Manager application using the new ABAP development tools (based on Eclipse). The new environmen is more intuitive, usabled and enables you to develop faster.
In this document, I am going to list down the major features which are available in the new development environment which enables you to develop UIs using Floor Plan Manager.
Here is the list of major features:
Project Explorer displays all Floor Plan Manager artifacts
The Project Explorer displays all Floor Plan Manager artifacts under 'Web Dynpro' folder. The the objects have their own icon so that you can easily distinguish them.
Easily create new Floor Plan Manager Application
You can create new Floor Plan Manager Application using eclipse. Navigate to Flie-> File -> New -> Other and in the 'New' dialog box, choose ABAP -> Web Dynpro -> Floorplan Manager Application. In the wizard apart for normal option to create Floor Plan, you can also select some templates for oData and SADL to create Floor Plan specific to them. When you will finish the wizard it will open the creation tool inside Eclipse itself.
Edit existing Floor Plan Manager artifacts
To start editing an existing Floor Plan artifact, you need double click on the entity in Project Explorer. It will open the editor for the object inside eclipse itself.
In eclipse you can work with many objects open in their respective editors.
Running Floor Plan Manager Applications
To verify out of a Floor Plan Application or Floor Plan Application configuration, you run them in eclipse. To run right click on the object in Project Explorer and choose option Run As -> Web Dynpro ABAP Application. It will launch the application inside eclipse itself.
FLUID inside the Eclipse editor provides all the features that you are used to working with when you work in SE80. Additionally, everything is handled inside eclipse editors, so it’s easy to have a good overview of your application and its configurations.
Forward navigation throughout application and component configurations works smoothly in eclipse, and, as an extra feature in Eclipse, you can also navigate to feeder classes directly from a GUIBB configuration. The following screenshots illustrate this:
Navigating between FPM Components
Navigating from a GUIBB Configuration to a Feeder Class
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817128.7/warc/CC-MAIN-20240417013540-20240417043540-00442.warc.gz
|
CC-MAIN-2024-18
| 2,351 | 16 |
https://needshub.com/ads/tokunbo-2013-camry-toyota
|
code
|
TOKUNBO 2013 CAMRY TOYOTA
- Do not pay in advance even for the delivery.
- Try to meet at a safe or public location.
- Check the item BEFORE you buy it.
- Pay only after collecting the item.
2013 tincan cleared tokunbo toyota camry full option, fully loaded and go to go,, buy and drive to kano...it has clean black leather seat
for more info call docherich on 07062764235 and 08144262260
video view (https://youtu.be/7fkdsUz1Ifs)
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-24/segments/1590348523476.97/warc/CC-MAIN-20200607013327-20200607043327-00040.warc.gz
|
CC-MAIN-2020-24
| 430 | 8 |
https://www.hometheaterforum.com/community/threads/farscape-a-question.185366/
|
code
|
This question is for the people who own the Farscape DVDs. I'm thinking about buying a set or 2. I have family members who are hard of hearing. Do the DVDs have English subtitles. None of the online sites I visited even mentions what types of language subtitles the DVDs include. They do mention that the DVDs do "not" have CC (Closed Captioning). Thanks for any help you can give me.
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-47/segments/1510934806388.64/warc/CC-MAIN-20171121132158-20171121152158-00442.warc.gz
|
CC-MAIN-2017-47
| 384 | 1 |
https://consumeraffairs.global.ssl.fastly.net/microsoft/microsoft-outlook-download-all-attachments.html
|
code
|
After opening and viewing an attachment, you may choose to save it to a disk drive. We recommend you before continuing the following steps. It Outlook uses another folder also called Inbox in another account which is now in my Outlook. I would like to recommend this excellent Microsoft Outlook Email Attachment Extractor to all the users who are searching the ways to extract Outlook attachments from multiple emails safely. The software is completely secure and fully automated to export attachments from multiple emails.
It's not quite as fast as changing the default folder, but won't negatively affect Outlook or other apps. Application Dim objMsg As Outlook. When dragging and dropping an attachment stored in the cloud, a local copy of the attachment will be downloaded and saved for you. See screenshot: From now on, all attachments of incoming emails will be automatically downloaded and saved into the specified destination folder. Conclusion Outlook is one of the popular email clients to exchange the information from one organization to other organization. So now we need to Import it into Outlook.
Note: Depending on your internet connection and the size of your mailbox this can take anywhere from a couple of minutes to a couple of hours so be patient, also note that Outlook may seem unresponsive while its transferring…just give it some time. Click on Use the custom behavior defined below. MailItem 'Object Dim objAttachments As Outlook. Error Description: Cannot save the attachment. For example, you can double-click a. Selection ' Set the Attachment folder.
If the issue reappears again, it will help you to determine which add-in is causing this issue. Note: Outlook will default to the last-used folder until it's closed and restarted. For saving from a certain folder, you can specify the folder when manually running the rule. In the Rules Wizard which condition s do you want to check? How can I get the options that are working on my laptop, also available on my desktop? You can then save to the channel folder to the associated SharePoint site. Loop through all the mailItems in the folder 2. Often, these problems can be resolved by , then logging back into Outlook.
It worked the first day I started tinkering but after that it stopped saving files. The feature has been there for at least a few months now as I had mapped it out in my training documentation some time ago, so it snuck in! Attachment previewers that come with the 2007 Office release are on by default. This article will walk you through these tricks at ease. There is one at the top and i believe that is what is causing this issue. So i guess I need to do the following: 1.
Most of the time this happens because people like to look at a file before moving it, so it opens in Office Online and locks it, and if you don't explicitly close it, it will keep it locked for 5-10 minutes until the online browser session times out, sometimes you have to kill your browser process all together because it still keeps it open in cache somehow. As attachments are the reasons for the increase in mailbox size. Any help at all would be greatly appreciated. I've just tested the save locally into File Explorer and have OneDrive Syncing that Group so this does work, but it would be nice to have the option to pick a channel within a group direct from Outlook. Using this feature, one can extract Outlook attachments from multiple emails even without disturbing their original folder structure. Finally, I came across Outlook Attachment Extractor and I am very thankful for this tool as it has resolved all my issues about extract attachments from Outlook messages. If so, please tell us what it is.
Is there some subtle Microsoft logic that I'm missing here? You're probably right that it is a more advanced product feature and it should become mainstream! Each resultant folder includes all the attachments of a particular email. Microsoft Outlook 2000 is set up to accept certain sized files Microsoft Outlook 2000 and earlier can be set up to only accept files of a certain size. Office 2010 Beta will only be available for a limited time. Microsoft further disclaims all implied warranties including, without limitation, any implied warranties of merchantability or of fitness for a particular purpose. I am very thankful for this Outlook Attachment and Picture Extractor as it made me realize that attachments in my mailbox were taking up most of the space. Hi Jason, Thanks for posting the query you encountered in our forum. I don't know if that's been fixed, but it's an issue we saw and worked around.
For information about sending attachments in an e-mail message, see. If you don't want to use some or any of the attachment previewers, follow these steps to turn them off. Alternatively, you can also sync the SharePoint sites to your Windows File Explorer using OneDrive for Business which I use to then move the files to where I want them to go. That is just one possible add-in that zips attachments over a certain size. Here user can save attachments from multiple emails Outlook 2016, 2013, 2010 etc. Does your application support the mentioned above? When I opened reg edit again, it is still there as you specified but not working.
Click on Download complete item including attachments this will tell Outlook to download all emails with content and attachments. In no event shall Microsoft, its authors, or anyone else involved in the creation, production, or delivery of the scripts be liable for any damages whatsoever including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss arising out of the use of or inability to use the sample scripts or documentation, even if Microsoft has been advised of the possibility of such damages. Therefore, I want to know that how to download multiple attachments from multiple emails in Outlook? View preview an attachment without opening it Attachment Preview, a new feature in the 2007 Microsoft Office system, allows you to preview some attachment file types without opening them. There are a couple save to SharePoint add-ins for Outlook if you search for SharePoint you will see them. If the path does not exist, Outlook will use the default set in Word.
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-50/segments/1606141740670.93/warc/CC-MAIN-20201204162500-20201204192500-00374.warc.gz
|
CC-MAIN-2020-50
| 6,295 | 9 |
https://mailman.jlab.org/pipermail/halld-offline/2016-March/002284.html
|
code
|
[Halld-offline] c++11 features in gcc 4.4.6 and gcc 4.4.7
davidl at jlab.org
Sat Mar 12 09:29:06 EST 2016
FYI: I just made a branch "davidl_gcc4.4_c++11” that adds the -std=c++0x compiler argument
by default when using gcc 4.4.6 or 4.4.7. These are the default compilers on CentOS6. This gives
access to some features of C++11 (e.g. threads) that were available in the gcc 4.4 compilers.
I’ve not submitted a pull request just yet since this seems like something people might want to
discuss before implementing in the master. In the meantime, if anyone is interested in testing
this out, please go ahead and do so.
More information about the Halld-offline
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652662522556.18/warc/CC-MAIN-20220518215138-20220519005138-00484.warc.gz
|
CC-MAIN-2022-21
| 660 | 10 |
http://www-preview.ri.cmu.edu/publication_view.html?pub_id=5971&menu_id=251
|
code
|
doctoral dissertation, tech. report CMU-RI-TR-07-37, Robotics Institute, Carnegie Mellon University, October, 2007
|Robots would be much more useful if they could move obstacles out of the way. Traditional motion planning searches for collision free paths from a start to a goal. However, real world search and rescue, construction, home and nursing home domains contain debris, materials clutter, doors and ob jects that need to be moved by the robot. Theoretically, one can represent all possible interactions between the robot and movable ob jects as a huge search. We present methods that simplify the problem and make Navigation Among Movable Obstacles (NAMO) a practical challenge that can be addressed with current computers.
This thesis gives a full development cycle from motion planning to implementation on a humanoid robot. First, we devise a state space decomposition strategy that reasons about free space connectivity to select ob jects and identify helpful displacements. Second, we present controls for balance and manipulation that allow the robot to move ob jects with previously unknown dynamics. Finally, we combine these results in a complete system that recognizes environment ob jects and executes Navigation Among Movable Obstacles.
Our continued work in NAMO planning has focused on three topics: reasoning about ob ject interaction, three dimensional manipulation and interaction with constrained ob- jects. This thesis presents the computational and theoretical challenges that arise from these elaborations of the NAMO domain. In each case we introduce extensions to our algorithms that respond to the challenge and evaluate their performance in simulation. All the methods presented in this thesis not only solve previously unsolved problems but also operate efficiently, giving real-time results that can be used during online operation.
Associated Center(s) / Consortia:
Center for the Foundations of Robotics
Associated Lab(s) / Group(s): Planning and Autonomy Lab
Associated Project(s): Navigation Among Movable Obstacles
Number of pages: 144
|Michael Stilman, "Navigation Among Movable Obstacles," doctoral dissertation, tech. report CMU-RI-TR-07-37, Robotics Institute, Carnegie Mellon University, October, 2007|
author = "Michael Stilman",
title = "Navigation Among Movable Obstacles",
booktitle = "",
school = "Robotics Institute, Carnegie Mellon University",
month = "October",
year = "2007",
address= "Pittsburgh, PA",
|The Robotics Institute is part of the School of Computer Science, Carnegie Mellon University.|
Contact Us | Update Instructions
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917122996.52/warc/CC-MAIN-20170423031202-00424-ip-10-145-167-34.ec2.internal.warc.gz
|
CC-MAIN-2017-17
| 2,587 | 19 |
https://fbrushes.com/abstract-borders/
|
code
|
This brush set features a collection of abstract border pieces. Each brush is unique and offer a different looking border piece. They feature a flowy, webbed look. This is an ideal set for anyone looking for unique border pieces. This would be perfect for anyone that wants to add simple borders to the edges without taking away from the focus of the project.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100575.30/warc/CC-MAIN-20231206000253-20231206030253-00233.warc.gz
|
CC-MAIN-2023-50
| 359 | 1 |
https://cmmarcum.wordpress.com/2010/09/30/develope-all-characters/
|
code
|
Often times I read a story where one character is developed and another character is nearly invisible. All major characters should have a hint of personality. (Unless of course it is their dullness which you wish to emphasis.) Even the most trivial and fleeting of random bit players should not be just ordinary folks. Example: a waitress with a hawk nose or bright red fingernails.
Special Note: If a story has a narrator, this is a major player and their character should emerge, slowly, methodically and evenly throughout. REF: The Great Gatsby.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-13/segments/1521257647901.79/warc/CC-MAIN-20180322170754-20180322190754-00376.warc.gz
|
CC-MAIN-2018-13
| 548 | 2 |
https://community.sophos.com/products/unified-threat-management/f/management-networking-logging-and-reporting/110676/cant-login-to-console/396510
|
code
|
Sophos AP/APX users may experience issues registering to Sophos Central. More info available here: Central Wireless
We'd love to hear about it! Click here to go to the product suggestion community
I am trying to login to the console to no avail. What I have read is that I should be able to login in as loginuser with the webadmin password. Am I doing something wrong?
Change loginuser/root passwords and login to SSH on UTM also applies to logging in at the console. Unlike via SSH, one may login directly as root at the console.
Cheers - Bob
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-35/segments/1566027321140.82/warc/CC-MAIN-20190824130424-20190824152424-00302.warc.gz
|
CC-MAIN-2019-35
| 543 | 5 |
https://abdn.elsevierpure.com/en/publications/controlled-generation-of-switching-dynamics-among-metastable-stat
|
code
|
Switching dynamics among saddles in a network of nonlinear oscillators can be exploited for information encoding and processing (hence computing), but stable attractors in the system can terminate the switching behavior. An effective control strategy is presented to sustain switching dynamics in networks of pulse-coupled oscillators. The support for the switching behavior is a set of saddles, or unstable invariant sets in the phase space. We thus identify saddles with a common property, localize the system in the vicinity of them, and then guide the system from one metastable state to another to generate desired switching dynamics. We demonstrate that the control method successfully generates persistent switching trajectories and prevents the system from entering stable attractors. In addition, there exists correspondence between the network structure and the switching dynamics, providing fundamental insights on the development of a computing paradigm based on the switching dynamics.
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474676.26/warc/CC-MAIN-20240227121318-20240227151318-00840.warc.gz
|
CC-MAIN-2024-10
| 998 | 1 |
https://boingboing.net/2017/10/31/perl-is-the-most-hated-program.html
|
code
|
What do computer programmers not want to code in?
Perl, the Old Spice of programming languages, is the most disliked by a significant margin, reports Stack Overflow. Delphi, used by children to write viruses for adults, and Visual Basic, used by adults to write games for children, are running neck-and-neck for second place.
If you've read some of our other posts about the growing and shrinking programming languages, you might notice that the least disliked tags tend to be fast-growing ones. R, Python, Typescript, Go, and Rust are all fast-growing in terms of Stack Overflow activity (we've specifically explored Python and R before) and all are among the least polarizing languages. Similarly, many of the shrinking tags, such as Perl, Objective-C, and Ruby, are ones we've previously observed to be among the fastest-shrinking tags on the site.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233510941.58/warc/CC-MAIN-20231001205332-20231001235332-00701.warc.gz
|
CC-MAIN-2023-40
| 851 | 3 |
https://community.oracle.com/customerconnect/discussion/550972/talent-ratings-how-can-i-remove-access-for-line-managers-under-my-team
|
code
|
Talent Ratings - How can I remove access for Line Managers under My Team
I am trying to hide or remove access to the Talent Ratings tile for our Line Managers when they navigate to the employees profile under My Team. We use a custom role for Line Managers and have looked to see if there was anything there that could be granting the access but, it is still there. I was able to remove the quick action and that's it. Any help would be greatly appreciated.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233510942.97/warc/CC-MAIN-20231002001302-20231002031302-00197.warc.gz
|
CC-MAIN-2023-40
| 457 | 2 |
https://mobipixels.com/
|
code
|
When you need better, faster and efficient application, you need the best people driving your vision forward. From Idea to Product when Our team work together, nothing can hold them up.
We are focused on specific goals of our users.
We are focused on specific goals of our users with multiple outcomes.
MobiPixels is run by the Experienced Team who are Working hard to Serve our Worthy Users.
Senior UX/UI Designer
Senior Android Developer
Senior Flutter Developer
Senior Web Developer
Senior Graphics Designer
As a app web crawler expert, I help organizations adjust to the expanding significance of internet promoting.
Don’t provide any promotional message.
As a worldwide organization, our mission is to provide digital solutions of every problem.
© Copyright 2022. Design by Mobipixels.com
Your Contact Number
MaleFemaleRather Not to Say
Android DeveloperAndroid InternshipWeb DeveloperWeb InternshipApp Store Optimization (ASO)Graphic DesigningHuman Resource Management (HRM)
Upload Your Resume*
Addition information (Optional)
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-40/segments/1695233506423.70/warc/CC-MAIN-20230922202444-20230922232444-00454.warc.gz
|
CC-MAIN-2023-40
| 1,035 | 18 |
http://www.jamiegambell.com/2012/02/black-wraith-logos.html
|
code
|
The rambling ons of an independent comic book creator
I'm liking the second one. It has more of a sense of shape-shifting movement.
Thanks, Michael - this is going to be used with Brett Williams and (possibly) David Flora's The Black Wraith mini-series that we're working on - Brett worked with Josh on getting the design he liked worked out.I liked the bottom one as a design - one idea I had was to have the top style morph into the bottom one over the course of the series, as a kind of reflection of the characters mind... but that's just me thinking aloud!
Post a Comment
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-13/segments/1490218190753.92/warc/CC-MAIN-20170322212950-00486-ip-10-233-31-227.ec2.internal.warc.gz
|
CC-MAIN-2017-13
| 576 | 4 |
https://big-planet.biz/vacancies.php?d=983
|
code
|
AI Programmer PC/Console England/Netherland - REF 2822
We are working with an exciting co-development studio based in the Southeast of England/Netherlands and they are now looking for a talented AI Software Engineer to join their team and work on their latest arcade racing title.
What will you do:
- Be responsible for the design and architect AI solutions with the team and technical director.
- Collaborate and work closely across multi-disciplinary teams, reviewing requirements and feature specifications.
- Using code reviews improve the overall code quality.
- Proactively provide suggestions to improve the workflow.
- Deliver high quality optimised, clean code.
- Mentor and coach junior members of the team.
Who you are:
- 3+ years of games industry experience, with experience working on AAA games.
- At least 1 published title in an AI focused role or similar.
- Solid debugging and optimisation skills in C++.
- Great English written and verbal communication skills.
- Unreal Engine is a bonus.
- Competitive salary with a great bonus scheme.
- Excellent benefits including private healthcare, pension etc.
- Flexible hybrid working offered.
- Access to the latest cutting-edge hardware.
- Friendly and supportive work environment.
Please email me your CV to [email protected] quoting reference 2822.
We are an equal opportunities recruitment agency, value diversity and don't discriminate. We are GDPR compliant.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100264.9/warc/CC-MAIN-20231201021234-20231201051234-00366.warc.gz
|
CC-MAIN-2023-50
| 1,426 | 22 |
http://dev.econometricsociety.org/meetings/schedule/2021/08/16/2021-dse-summer-schoolconference-hybrid
|
code
|
Aug 16 - 22, 2021
DSE SUMMER SCHOOL/CONFERENCE OPEN FOR REGISTRATIONS
CRC/TR 224 & ECONOMETRIC SOCIETY SUMMER SCHOOL
in DYNAMIC STRUCTURAL ECONOMETRICS (DSE)
Household decision making and human capital in life-cycle models
University of Bonn
August 16, 2021 – August 22, 2021
Registration deadline: August 15, 2021 via Conference Maker at https://editorialexpress.com/conference/DSE2021
We are pleased to announce the next event in the sequence of Econometric Society summer schools in Dynamic Structural Econometrics. The primary focus of DSE summer schools is to provide advanced PhD students with tools and “hands on” computational instruction to carry out research in applied structural microeconometrics with a strong emphasis on closely integrating economic and econometric theory in empirical work. The school covers state of the art methods for solving, simulating, and estimating dynamic programming models. We use a variety of empirical applications to illustrate how these tools and methods are combined in a sound computational science workflow. Students will present their research and have ample chance to discuss it with colleagues and lecturers.
The 2021 CRC/TR 224 & Econometric Society DSE summer school consists of 5 days of lectures held in conjunction with the Dynamic Structural Econometrics Conference 2021 (August 19-20, 2021). The local partner is the CRC/TR 224 “Economic Perspectives on Societal Challenges” financed by the German Research Foundation.
The theme of the Dynamic Structural Econometrics Conference 2021 (August 19-20, 2021) is “Household decision making and human capital in life-cycle models”.
The conference brings together top junior and senior researchers from the field to discuss recent advances in theoretical and applied work.
Lecturers of the summer school and invited conference speakers include:
Orazio Attanasio (Yale University)
Richard Blundell (University College London)
Monica Costa Dias (Institute for Fiscal Studies)
Mariacristina De Nardi (University of Minnesota)
Philipp Eisenhauer (University of Bonn)
Eric French (University of Cambridge)
Hans-Martin von Gaudecker (University of Bonn)
James J. Heckman (University of Chicago)
Fedor Iskhakov (Australian National University)
Michael Keane (University of New South Wales)
Karen Kopecky (Atlanta Fed)
Hamish Low (University of Oxford)
Robert A. Miller (Carnegie Mellon University)
John Rust (Georgetown University)
Bertel Schjerning (University of Copenhagen)
All interested students and participants are invited to register for online participation at http://editorialexpress.com/conference/DSE2021
All applicants must be a member of the Econometric Society at the time of application. To join the Society, visit http://www.econometricsociety.org.
We hope to see you in Bonn in August 2021!
2021 DSE Organizers: Philipp Eisenhauer, Hans-Martin von Gaudecker, David Koll
DSE Core organizing committee: Fedor Iskhakov, John Rust, Bertel Schjerning
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-33/segments/1659882571284.54/warc/CC-MAIN-20220811103305-20220811133305-00343.warc.gz
|
CC-MAIN-2022-33
| 2,973 | 33 |
http://www.infoworld.com/article/2614947/application-development/ruby-clouds--engine-yard-vs--heroku.html
|
code
|
Engine Yard provides the most extensive control over the application environment, while Heroku makes life easier for developers
In the world of Ruby development, there are two primary cloud-based, platform-as-a-service offerings: Engine Yard and Heroku. Both provide an easy-to-scale, managed hosting environment, both are built on Amazon EC2, and both have a long and intimate history with the Ruby community. Nevertheless, they offer contrasting approaches and features that will appeal to different audiences.
Heroku's streamlined approach to application deployment and management, for instance, dramatically eases the administrative burden, eliminating time-intensive tasks requiring system administration skills. Yet, with Heroku, you don't have a lot of control over the environment. On the other side of the coin, Engine Yard exposes far more bells and whistles related to application management and tuning. Thus, Engine Yard provides a powerful degree of control, but at the expense of rapid configuration and deployment.
[ Read the individual reviews: Engine Yard Cloud and Heroku cloud application platform | Also on InfoWorld: 4 Java clouds face off | See if you can pass InfoWorld's programming IQ test, round 1 and programming IQ test, round 2. | Get software development news and insights from InfoWorld's Developer World newsletter. ]
Depending on one's viewpoint, each platform has advantages and disadvantages -- strengths and weaknesses that make sense in light of each company's target market. That is, Heroku began marketing toward the Ruby hobbyist, while Engine Yard took its message in an opposite direction: to the business community via large companies.
These different targets produced different platforms and price points. For example, Heroku is without a doubt the less expensive option of the two; nevertheless, you're apt to receive far more computing resources for your money with Engine Yard. With Heroku, you receive a virtual slice of computing resources; the sandbox in which your application must reside in a mere subset of what Amazon gives you. With Engine Yard, you get an entire allotment of Amazon computing resources. Engine Yard provides a base platform, and the rest is up to you. Accordingly, Engine Yard stokes the inner sys admin in all of us, while Heroku caters to development skills.
Note that, although both providers reside on Amazon's cloud infrastructure, you only receive one bill. Amazon's charges are incorporated into each provider's costs and passed on to you. In the case of Heroku, the middleman even absorbs the cost for customers who are content to make use of limited resources for free. When you start to use more Heroku resources, Heroku begins to make up for any small losses incurred from its freemium model. The same can be said for Engine Yard. Although Engine Yard gives away 500 hours for a free trial, it makes up any losses eventually when an account begins to pay for resources.
Interestingly, Engine Yard's and Heroku's different market directions seem to have influenced each platform in other ways. For instance, Heroku's documentation is light compared to that of Engine Yard. Whereas Heroku leans on command-line utilities, Engine Yard provides an extensive dashboard. Heroku draws on a much stronger collection of community and third-party extensions than Engine Yard, as found in Heroku's extensive suite of add-ons and rich language support in addition to Ruby.
Ease of use (20.0%)
Developer tools (30.0%)
Overall Score (100%)
|Engine Yard Cloud||9.0||8.0||6.0||6.0||8.0|
You may still be better off sticking with Win7 or Win8.1, given the wide range of ongoing Win10...
Microsoft buried a Get Windows 10 ad generator inside this month's Internet Explorer security patch for...
Here’s the best of the best for Windows 10. Sometimes good things come in free packages
Sponsored by Intel
The creator of Linux talks in depth about the kernel, community, and how computing will change in the...
The latest additions to Google's mobile OS should give you plenty to chew on
The open source operating system celebrates its 25th anniversary this month
Google's gRPC aims to oust JSON for exchanging data between HTTP-connected services
|
s3://commoncrawl/crawl-data/CC-MAIN-2016-36/segments/1471982938776.59/warc/CC-MAIN-20160823200858-00285-ip-10-153-172-175.ec2.internal.warc.gz
|
CC-MAIN-2016-36
| 4,211 | 20 |
https://forums.verizon.com/t5/High-Speed-Internet/Starz-Play/td-p/3478
|
code
|
Bumping this because the issue isn't just with Macs. I have Vista 64 and the program won't even load. Insult to injury is that the offerings for 'troubleshooting' is a joke. It might as well not exist for all the help it is.
I have Vista Home Basic and have been on the phone off and on for the last two weeks and they still can't get it to work. There isn't a vista compatibility option in the properties. I don't expect the problem to be resolved anytime soon.
Nope. I never got it resolved. I was told that starz play did not support macs only windows. So I had to cancel this subscription which really irritated me because it's a great concept but not for all users. It's kind of like a discrimination against macs.
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-24/segments/1590347390442.29/warc/CC-MAIN-20200526015239-20200526045239-00190.warc.gz
|
CC-MAIN-2020-24
| 719 | 3 |
https://replit.com/talk/share/My-first-Website/37072
|
code
|
My first Website
Dive into HTML
We’ll leave its design largely up to you, subject only to the following requirements:
i) Your website's main page should live in index.html, since most web servers serve up index.html by default, in the absence of an explicit file name in a URL.
ii) Your website does NOT need to include another .html page, but if you want to create one, you can click "Add File" icon at the top of the embedded file browser to add a new file to your "repl".
iii) Your website must include at least one image. Note that the embedded file browser also has a mechanism for uploading files from your computer, though you may also use images already on the internet.
iv) Your website must be stylized with at least several CSS properties, which must live in styles.css (an "external stylesheet"). Your CSS needs to ultimately end up connected to your HTML, as well. Be sure to review lecture for ideas, if you forget how to do this!
v) Your website should be more complex than those from class (but much less complex than Harvard's home page!). As such, your website should probably use a few dozen HTML tags overall, plus several CSS properties.
Good example for beginners, thanks! I am also amazed how cool is reply website that you can write your html code and run it online on th website. It is so cool and I never saw anything like that before. I am currently learning html and design creation for beauty salons which you can read here. I always take example from that website as it inspires me all the time. Hope I will learn more of the html and css soon and will create a perfect website.
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-21/segments/1652662594414.79/warc/CC-MAIN-20220525213545-20220526003545-00566.warc.gz
|
CC-MAIN-2022-21
| 1,610 | 9 |
http://mathhelpforum.com/geometry/98365-conic-related.html
|
code
|
I've just recently been introduced to conic sections and i need some help.
For the conic ,
how do i find the x-, y- intercepts, the coordinates of the foci, the length of the major axis, and the vertices. Also, how do i graph the conic?
How do i find these characteristics of this conic?
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-13/segments/1490218189589.37/warc/CC-MAIN-20170322212949-00068-ip-10-233-31-227.ec2.internal.warc.gz
|
CC-MAIN-2017-13
| 287 | 4 |
https://stemgeeks.net/hive-196387/@hivewatchers/r5vw36
|
code
|
Copying/Pasting content (full or partial texts, video links, etc.) with adding very little original content is frowned upon by the community. Repeated copy/paste posts could be considered spam.
Spam is discouraged by the community and may result in the account being Blacklisted.
If you believe this comment is in error, please contact us in #appeals in Discord.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-23/segments/1685224652235.2/warc/CC-MAIN-20230606045924-20230606075924-00647.warc.gz
|
CC-MAIN-2023-23
| 362 | 3 |
http://www.linuxquestions.org/reviews/showproduct.php/product/1895/si/Kernel-2.6.37
|
code
|
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
"Parsix GNU/Linux 3.7 brings tons of updated packages, faster live boot and quality new features. This version has been synchronized with Debian testing repositories as of Feb 7, 2010 and brings lots of updated packages. The Parsix DVD images are compiled using Squashfs 4.0 with LZMA compression. Our brand new Linux 22.214.171.124 based kernel with improved configuration is patched using TuxOnIce 3.2 suspension and hibernation, Kon Kolivas's BFS and extra hardware support patches. For the first time we are including certain drivers from kernel's staging tree, including the new experimental nouveau graphics diver for NVIDIA chips."
Would you recommend the product? yes | Price you paid?: None indicated | Rating: 9
Parsix is one of the unsung heroes of Linux. It originates in Iran, but there are few signs of this: the English on the web site is excellent.
It’s supplied as a DVD which can be used live, as an installer, or to update an existing installation. Like Fedora, it offers to check itself: a good beginning. Language, keyboard, and screen resolution can all be customised before the live session is started. This is reasonably fast to load and pleasantly responsive to use. The installer is easy to use and very fast.
The system comes with a traditional Gnome desktop and will run in 512MB. There’s a generous selection of software on the disk; this, and the provision of dial-up support, make Parsix ideal for those who cannot get broadband. As well as the ‘usual suspects’, one gets less-common items like Inkscape, Grisbi, Avidemux, and Virtualbox. The programs ran from the command line without leaving any serious warnings, except for Evolution and that’s a Gnome problem. Media codecs and Flash are pre-installed and work well: even my ‘mp4 from hell’, which foils so many distros, played perfectly. Other reviewers have reported success with wifi and proprietary video drivers.
The web site has very good documentation, including advice on partitioning and computer security.
|
s3://commoncrawl/crawl-data/CC-MAIN-2016-40/segments/1474738661296.34/warc/CC-MAIN-20160924173741-00032-ip-10-143-35-109.ec2.internal.warc.gz
|
CC-MAIN-2016-40
| 2,479 | 9 |
https://www.youtube.com/user/Cstyle12
|
code
|
A trailer for an animation series I'm working on, if you found this interesting, consider watching the rest of the episodes, an annotation can be found in the video, with a link.
Also, consider subscribing, commenting, liking or favorite, anything helps :)
Song: Two Steps From Hell - Heart of Courage
---- DISCLAIMER! ----
Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use.
This Video was Promoted on Fireviews.com: http://www.fireviews.com/Cs...
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-04/segments/1484560280587.1/warc/CC-MAIN-20170116095120-00019-ip-10-171-10-70.ec2.internal.warc.gz
|
CC-MAIN-2017-04
| 753 | 6 |
https://blog.chillidogsoftware.com/improve-your-seo-quickly-and-easily-sniff-out-broken-links-and-images
|
code
|
The ramblings of a developer
Broken links and images hurt your seo.
Check for broken links and correct HTML.
Checking your entire site, however, can be an incredibly tedius task. Thankfully, scanning your entire site is both easy and free. Integrity is a free application on the Mac App Store that allows you to identify the Page, Link, and URL that is broken. I have recently found Integrity useful when:
Domain name change. When I changed my company name, I needed to make sure that all of the links on my new site worked. Unlike my previous site, the new site is almost entirely built by hand (within RapidWeaver). This leaves more room for mistakes and makes a tool like Integrity even more valuable!
Validating .htaccess redirects. I just used this tool today to identify and fix a problem with my .htaccess file. In my .htaccess file, I had some code to remove the index.php and index.html from my URLs. It seems, however, that this code did not work for my sitemap. Thanks to Integrity, I quickly fixed the issue and reduced my error count by 60!
Yes, I have blogged about this before. It is, however, worth mentioning again. Since my original post on the subject, Integrity's price has dropped to free and seen some great updates (and fixes). If you haven't already downloaded Integrity, I highly recommend it.
It is worth noting that Integrity has a big brother, Scrutiny too. As there is a lot more to Scrutiny, I hope to cover it in a future blog post.
Your top dog, Greg
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-50/segments/1700679100229.44/warc/CC-MAIN-20231130161920-20231130191920-00678.warc.gz
|
CC-MAIN-2023-50
| 1,482 | 9 |
http://forum.solar-electric.com/profile/reactions/boB?reaction=agree
|
code
|
- Last Active
- Solar Expert
Simple test for tracking is to see if the PV input voltage, assuming no shading differences, is the same for both arrays and CC's... The Classic's SOLAR tracking mode has been known to not be perfect for some arrays (rarely though, lately, AFAIK), but, changing to Legacy mode usually, at least, satisfies the question if it is or not.
Another sanity check is (usually) to at least swap the 2 arrays to the opposite controller and see what differences are observed. Then, sometimes, the measurments of the CC's can be off enough to show a loss or gain of one CC over another.
AND, if you are getting 90% of the nameplate of a particular CC, that would be considered pretty good. If indeed it is 90% of another CC under the same conditions and the same PV array, (just a different CC), then something needs to be looked at. The hardware efficiency just aren't that much different when up at high output currents/wattages to make THAT much difference in harvest (usually anyway)
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-09/segments/1518891815918.89/warc/CC-MAIN-20180224172043-20180224192043-00546.warc.gz
|
CC-MAIN-2018-09
| 1,005 | 5 |
https://www.fi.freelancer.com/work/logo-design-of-login/
|
code
|
I am developing a shopif...reference here's shopify API document which does not have any API to verify customer login details like username and password through API. [kirjaudu nähdäksesi URL:n] Anyone who has previously developed api for customer login verification with shopify should only bid.
Existing WP website requires a (1) single page which hosts a ZIP file, that (2) customers will need to log into in order to access the file and download it. (3) Also create a few customer accounts (<10). (4) Link to secure page required in main menu - thats it. Page formatting not required. This is just a functionality project.
...need Brute/Checker for login of a site which will be talk on chat for this. What need for this project : need to be made on python with Geckodriver Selenium Need Proxy/Socks Connect by list Email:Pass need to get by list and to fill on site element name Trying to login if login is success need to pars some info for output If login is unsuccessful need
I need my website to have a user login that links with a shopping cart system This need to link a user login database and a shopping cart database. I need a plan of the database, how the inputs and outputs are gonna work.
...Feeds page (views, hearts, Shares) - Detail Page (views, hearts, Shares, Downloads) - good to have points for download - List Saved memes - Profile - ( points System) - (Must login to see) - (or a setting page) - Follow Users - Users List - Most Popular - Ads Where to show - Post your memes - Memes Creator Screen Must have a bottom Nav bar with only 4
...Platform – PHP/JSP/SPRING FRAMEWORK > 1. Sign Up / Login Integration with Facebook/Gmail/Yahoo API. > 2. Invitation Mail to all contacts of Facebook/Gmail/Yahoo using API > 3. AJAX for display for Listing/ other content > 4. All Dynamic Pages with Portal System and Admin backend for Entry of listings of New Venues and new restaurants > 5. Pa...
...to an existing project and maybe even change the process of the portal. basically, the portal consists of B2B client which may be 10 large companies who has approximately 10 users under each client who should have access to the portaal as well(example : iWorld is a big company which has all of their employees who access the portal as well), Now the
Transfer an Excel Database into a Dealer Login Portal on Wordpress and develop a Dealer Locator/Finder using Same List
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-43/segments/1539583511175.9/warc/CC-MAIN-20181017132258-20181017153758-00310.warc.gz
|
CC-MAIN-2018-43
| 2,388 | 8 |
https://www.celephais.net/board/view_thread.php?id=60157&start=57
|
code
|
I found it a bit confusing in the same way as JPL's Slime Refinery Complex. It's the amount of corridors, and the amount of niches that could be doors but aren't, which is probably in the textures.
Well, if you don't like corridors and complex interconnect: you will not like my next project :P
pretty solid but unremarkable stuff. A few nice otuches as people have mentioned icnluding glass and new monsters and plantation.
Colored lighting is good but I played with and without and without could have definitely used better lighting. I know its meant to be played with colored lighting but a little more effort should have been made so that it looked good in regular quake too.
I like SRC after getting to know it, but in the beginning it was confusing to me. The early Bobs were rather tough, too and stifled the flow a bit.
But I like it as a map, I didn't mean to put it down. It was a map that needed to grow on me for some time. ;-)
The problem with recognizing doors has to do with custom textures, in idbase you immediately know a door when you see one, in rubicon not always, because not many maps use it. I didn't play Doom3 and thus the textures weren't immediately familiar.
That's all, no offense or shit talk intended.
I didn't took your comments as offense: don't worry :) I admit easily that be aware of what is a door, or not, is not that obvious in SRC, while there are colored trims around the SK/GK doors... I just took these comments as a "don't do that again" for next maps... but concerning interconnects, you will not be deceived... ;)
Looking forward to it :-)
Can one exit from Backwards Compatible into Forwards Compatible?
They use a different codebase. the ond one doesn't have the code that makes they key work (both the throw and the keep after use), and the new code doesn't have the yellow nail enforcers. There's also the issue of making the trigger_changelevel point correctly, but that's minor...
So I finally tried it. Died more than a few times, but eventually got to the end. Didn't get the secret, but was able to see what it was. The fiends were a fairly major battle. I think that the point could've been made with just 6 fiends instead of 10 (I played skill 1), and ammo is very tight to take them all down, even for a packrat like me.
End boss was a welcome reminder of his old maps, even though it was very tough, until I realised that you could stand in a place where you couldn't be shot, but could kill it easily. 600 health is a bit much for it, though, but as there's only one, it's not too bad. Was a little disappointing to not see the nail enforcers return, though...
Finally Played It...
nice map. Old-school mood and archicecture. Also the nonlinear layout was quite nice -- I think that may also qualify as old-school, becuase I don't remember playing a lot of newer maps that were this open.
The finale was fairly easy compared to the previous map I played (with 4 SNG guys in a big room.)
Nice mix of custom bad guys.
Question About Alpha...
i'm adding alpha support to fitzquake, and I can't tell what the "correct" appearance is supposed to be -- is the glass supposed to have lightmaps/shading, or is it supposed to be fullbright?
Also, you have one object you set to alpha -1 in there... what is the -1 intended to do?
-1 and possibly all negative values are meant to make the object entirely invisible and unrendered. 0 has to default to 1 so that all the entities are visible by default. I reckon that the more intuitive way of doing it would have been to just flip the direction of the alpha scale, so .alpha stores (1 - rendering_alpha), with 0 being fully visible and 1 being fully transparent. But the engines have a standard now, and this is it.
Well I Think Lightmaps Will Look Better...
...and 0 = fully transparent and 1 = opaque, for the key ".alpha". I am pleased to hear that FitzQuake will be supporting alpha for brushmodels!! I might actually put some glass into my maps now ;-P
Also, will you be able to have transparent enemies? I thought this would be cool - using progs hacks I could have a extra-tough semi-transparent glowing scrag for example.... You could implement ghosts into levels n' stuff!
Finally played. I liked it a lot. Very pleasant on the eyes. Thanks.
Finally played. I liked it a lot. Very pleasant on the eyes. Thanks.
Transparent enemies will only appear transparent in engines that support it...
But assuming it does, just set "alpha" to some number below 1 (start with 0.5 and see how that looks) to make the monster transparent. Some models will look better than others. Same trick also works on items, if you want to be mean...
...I was kinda meaning "Will you able to have transparent enemies" - in FitzQuake now?
Also, for engines that do support alpha, isnt it ".alpha", with a stop? I heard this somewhere I think. Anyone who knows care to confirm, so we're all on the same page here?
(Ha: "Ricky - go and check the documentation")
And as I remember if alpha can be applied to func's then it can be applied to entities as well, including monsters. I did it in my first map with a Vore that teleports in, smashing a wooden structure.
Problem was I had Gaunts in the map who can teleport to close with the player to any available point, with info_teleport_destination being top of their list. A messed with it a bit until the bbox of the Vore would smash the structure but the smaller Gaunt's wouldn't.
Kept the combat interesting though, since the player couldn't just leave all the enemies behind.
.alpha Verses Alpha
Keyvalues of an entity in a map correspond to fields of entities in the qc code. When referred to in the qc, it's called .alpha to make it clear that it is a field. The usage would go something like self.alpha = 0.5; for making the current entity called "self" have an alpha value of 0.5. But for the map keyvalue, you would simply use
The same could be said of any of the standard fields, targetname is thought of as .targetname within the qc code, but as a keyvalue is just "targetname". alpha is probably mentioned as .alpha all the time because it's usually discussed by coders, who tend to think of it in terms of the qc definition. It also helps to make it clear that you are specifically talking about the per-entity field .alpha, and not the idea of alpha in a more general sense, where it can be applied to particle effects, water rendering, alpha channels on sprites, etc...
Thanks For The Info Once Again Preach/Ijed
so I could have:
I mean I wouldnt have a clue about alpha on particles/sprites or anything like that. I know how to set transparent water in a level using Quoths info_command/trigger_command:
"message" "r_wateralpha 0.4"
...would use the command "r_wateralpha 0.4" when triggered.
I just like the idea of having ghosts:
This would give a dog which was transparent (ghostly), glowed orange (very ghostly) and was pretty tough for a dog.
And you could add the "alpha" key to any bmodels including doors, plats and trains?
yeah, the plan is for alpha support in the next version of fitzquake. As for what it works on, theoretically it can be applied to any entity in the map file, with the exception of worldspawn. In practice, some engines only support it on some types of entity.
For example, I haven't added support to sprites yet, or static entities, or sky-textured polygons.
Would Doing That
For sprites allow eg. png transparency? More a question of format support since it currently has extra support for targa and pcx.
like you say, that has to do with file format support, not an alpha field on map entities.
I enjoyed the map. Fiend murdering was fun. Also the modified enforcers. I particularly liked the room with the three healths on the left and enforcers above a doorway, it made for cool logistics.
I concur with gb, I'm unsure about corridors, and I'm ashamed to admit I also had problems finding the second trigger for the final door ;)
Is the final boss for this map bugged? and if so, was there ever a patch for it?
Some reason i never stumbled upon these map before. Unfortunatly for me not much opportunity for tricky runs. SO no demos today :)
final boss worked fine for me
The final boss always fires into the ground
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817780.88/warc/CC-MAIN-20240421132819-20240421162819-00511.warc.gz
|
CC-MAIN-2024-18
| 8,194 | 57 |
https://davidjpeacock.ca/post/announcing-kurly-v1.2.1/
|
code
|
kurly is growing well, both in user base and in developer contributions. This is starting to look like a really cool project!
This release was fraught with all kinds of nonsense cockups in tagging and updating version numbers etc. Myself and my co-maintainer Akilan had a good giggle as we realized yet another glaring problem. It’s time for this project to get professional and turn our attention to proper release engineering methods.
Without further ado…
Announcing the public release of kurly, v1.2.1!
New features include:
- Improved verbosity
- TLS Verbosity
- Support for insecure HTTPS
- Added man page
- Behind-the-scenes refactor for future maintenance
- Handle multiple URLs
- Snap installation via desktop UI
- User-agent identifier
The following contributors made this release of kurly a success. This release would not be what it is without their help! Thank you! 👍
Binaries are available for the following platforms:
Packages are available for the following platforms:
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-18/segments/1555578721468.57/warc/CC-MAIN-20190425134058-20190425155224-00080.warc.gz
|
CC-MAIN-2019-18
| 990 | 16 |
http://project-help-service64949.full-design.com/Everything-about-online-C-programming-assignment-help-12072731
|
code
|
Just after producing your strategy In this particular programming language discipline quite solid, we go towards the higher levels of this language line C and C++. Thus, we generally information you within a detailed method in the c++ programming assignments help expert services.
Good C++ is proposed by assignment Qualified help. Our programmers give C++ help to the students at any presented phase of programming. Due to this, we are confident that we could help any our customer.
The C++ programming language is Among the many approaches supplying item-oriented with C-like syntax. As a way to make C++ Software package, we provide our providers to The scholars.
A cross-platform application framework, allows you to create only one list of C++ resources and compile them to native executables to operate on MacOS, Home windows, BeOS or Unix/Linux.
Any time you make the payment for the Focus on which you will will need C++ Assignment Help our C++ authorities start out on correcting your C++ homework.
Create a simple reference variable and learn the way to utilize them. const references have some small nuances of their unique.
It is a listing of operators inside the C and C++ programming languages. Many of the operators outlined exist in C++; the fourth column "A part of C", states no matter if an operator is also existing in C. Take note that C will not guidance operator overloading.
What exactly's taking you so long? You are aware of that your grades will increase radically with our help, so why Do not you go webpage on and obtain a maintain of us.
This will make college students powerful from the lecturers and help in shaping their occupation. Nevertheless, pupils find it difficult to write down the assignments mainly because it demands a lot of time and Electricity. Do you think you're looking for best topic experts to complete your assignments at fair costs? GoAssignmentHelp supplies C++ Assignment Help to Individuals students, who look for help from professional assignment suppliers
You do NOT really need to do any configuration, given that the Cygwin or MinGW binaries are included in The trail atmosphere variable. CDT searches the PATH to discover the C/C++ compilers.
The class outline c++ programming has actually been developed by our casestudyhelp.com online organization holding the latest software improvement market in your mind.
The programming has motivated the life of widespread persons to these an extent that a common man or woman can’t even imagine his lifetime with no programming. Why I am declaring is since every thing nowadays relies upon on programming. The daily life that we live currently wouldn't are already achievable without the applications that these programmers have built for us.
The c++ experts of your reputed casestudyhelp.com online help with c++ programming assignment assistance Service provider Firm are hugely skilled, expertise and skilful programmers. They can be always focused at your C/C++ Assignment Help providing solutions.
or just help with assembly language programming homework answers then glance no further more. Even soon after offering assembly language programming homework help, pupils are offered help by using e-mail or chatting.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-43/segments/1539583516480.46/warc/CC-MAIN-20181023153446-20181023174946-00145.warc.gz
|
CC-MAIN-2018-43
| 3,225 | 14 |
http://forums.xbox-scene.com/index.php?/topic/557598-getting-chanpion-status/
|
code
|
Getting Chanpion Status
1 reply to this topic
Posted 25 October 2006 - 01:17 PM
How do i get to champion status when im already an expert? Does it work on how many acheivements you get?
Posted 25 October 2006 - 05:37 PM
Yes when you get a certain amount of achievement points I think its 500... you become champion, then Ace at 1000
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users
|
s3://commoncrawl/crawl-data/CC-MAIN-2015-48/segments/1448398465089.29/warc/CC-MAIN-20151124205425-00262-ip-10-71-132-137.ec2.internal.warc.gz
|
CC-MAIN-2015-48
| 404 | 8 |
https://www.reddit.com/r/windows/comments/wml46/windows_95_differences_between_floppy_cdrom/
|
code
|
Does anyone know of all of the differences between the various editions of Windows 95, particularly the differences between the floppy disk version & the 1st CD-ROM release? What is the best way to get the smallest installed hard disk usage for that OS & still have a functional system that could be used to play music & transfer it between very old MP3 players, including some USB ones that did not have Windows XP drivers?
PS: I am very new to Reddit & am still learning how things work here.
PPS: I am installing this to a virtual machine in VMware in XP x64 & the physical (host) system, from 2007, has a physical parallel port & serial port. However I intend to post this VM stuff in another post more about VMs themselves. I only want to know here if I can find a list of differences between the various versions of Windows 95, of which I know there are many of between those OSRs & OEM versions.
|
s3://commoncrawl/crawl-data/CC-MAIN-2016-36/segments/1471982925602.40/warc/CC-MAIN-20160823200845-00274-ip-10-153-172-175.ec2.internal.warc.gz
|
CC-MAIN-2016-36
| 902 | 3 |
https://forum.videohelp.com/threads/384346-Intermittent-low-upload-queue-in-MPC-BE-madVR?s=0dc11fb13f3ace5e1a5b77855e2aa210
|
code
|
I'm getting an issue where sometimes the video framerate suddenly drops to around a frame a second and stays there. The upload, render, and present queues drop to 1-2, with the decoder and subtitle queues still full. Audio's fine, and the video stays synced. It's not from the content being too complex, since once it starts it happens anywhere I jump in the video and it clears up if I close and reopen the video. It only affects some videos, but when it does it tends to keep coming back every few minutes of playback. Playback's normally perfectly smooth.
Right now with the problem active I have about 8GB of system RAM and 2GB of GPU RAM free. GPU load is only 9% during playback. Total CPU usage is about 60-70%, with 40-45% from MPC-BE and a GPU load of 9%. That's the best lead I have, since the same video playing smoothly only uses ~30% CPU but has a higher 18% GPU utilization. My CPU is 2 core / 4 thread, so it has to be using at least two threads to get those numbers, and if it's only using two threads then it might be hitting a CPU cap when it's having trouble.
Perhaps locking the affinity would help? Perhaps it doesn't have enough resources when both threads are either on the same core or on different cores? I don't know all the details of how SMP affects performance. If that were the case, though, I'm not sure why it would run fine for a while.
MPC-BE 64-bit 1.5.1 (build 2548)
Built-in audio and video decoders and audio renderer
LAV Splitter 0.70.2
+ Reply to Thread
Results 1 to 4 of 4
Both "don't analyze gradient angles for debanding" and "don't rerender frames when fade in/out is detected" were already checked. I didn't touch that section, so it should be set to defaults.
I don't think it's a problem with the quality settings being too high, since once the performance drops it's bad anywhere I jump, including parts that previously ran perfectly, and once I restart MPC-BE the passages where the trouble started now work fine. It seems to be more about how long it's been playing than the content of any given passage, since I'm frequently seeing it start in ordinary, low-motion scenes.
I'd try another player to see if it's the same.
Recently, MPC-HC running on my old XP PC decided to start dropping frames all over the place for 50fps and 60fps sources, even though they're standard definition.
I'm guessing it's something deep in the Windows internals, because nothing I tried made any difference. In the end I gave SMPlayer a spin. Exactly the same problem using the Direct3D output driver, but as soon as I switched to one of the drivers I don't quite understand yet (OpenGL, I think) the problem disappeared.
Years ago I had all sorts of video problems with a particular PC, especially when displaying subtitles. CPU usage would go mental and the video would stutter badly. I tried everything I could think of and then started trying anything else. The fix was to either disable over-clocking in the BIOS (it was only slightly over-clocked) or change the PCI-E clock in the BIOS from "Auto", to "100MHz". Computers....
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-34/segments/1596439739048.46/warc/CC-MAIN-20200813161908-20200813191908-00141.warc.gz
|
CC-MAIN-2020-34
| 3,062 | 14 |
https://www.ntconcepts.com/join-our-team/careers/?careerid=1500&title=scrum-master
|
code
|
And… Why We’re Both Here - This “Job” Thing
Here is what you'll be doing in this role:
- Assisting product owners in maintaining the Product Backlog and schedule.
- Capturing the Product Owner’s acceptance criteria, and using that criteria to determine when a backlog item is done.
- Overseeing quality control/quality assurance for the several Developer teams.
- Assisting scrum teams in mitigating or removing impediments to their progress.
- Facilitating team events including Release Planning Events.
- Coordinating the participation of all key stakeholders in the Scrum process.
- Coaching several Developer teams in self-organization and cross-team integration.
- Promoting consistent design principles, approaches to system design, security, testing, and documentation, across multiple development teams.
Who You Are
Okay, beyond the basics (you solve problems, and are generally nice), we’re looking for a few skills. Less concerned with the specific technologies (great developers can learn new tech as it emerges), more about horsepower.. That said, here are a couple bullets, things we look for:
- Someone who can work well in a team and communicate with product owners, teammates, and other stakeholders.
- Know your way around DevOps orchestration tools.
- Better than decent chance you’ve got GitHub open in a tab right now.
- Creativity matters - boring is the enemy of the good.
- You’re always exploring new tech - and looking for ways to use it at home and at work
- A current TS/SCI Security Clearance - no wiggle room on this one.
- Training and/or certification as a Scrum Master by an educational or professional association.
- Demonstrated success in the conduct of agile software development for complex information technology systems.
- Bachelor’s degree plus 10 years of experience, or Masters plus five years of experience in government Information Technology or a related field
- Demonstrated success in delivering functional code to the government’s satisfaction using agile design and development techniques.
At NTC I work as a software developer supporting AI and machine learning projects that encompass computer vision, natural language processing, and other domains. I enjoy coming to work because each and every day there are new and interesting problems to solve.
NTC’s close-knit team of developers and data scientists each brings their own unique set of skills to the table which works well when solving problems and challenging one and others thoughts and ideas. Oh, and we also are a lot of fun!
ZACH M. Software Developer
WE BUILD YOU POWER.
We’re always interested in getting to know talented people. If you feel you are a good fit for the company but don’t see a career match above, join our talent network so we can connect with you!
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-09/segments/1550247481612.36/warc/CC-MAIN-20190217031053-20190217053053-00299.warc.gz
|
CC-MAIN-2019-09
| 2,803 | 27 |
https://blog.shoeboxed.com/internet-explorer-9-issues-resolved/1431/?shared=email&msg=fail
|
code
|
Just wanted to let all of our IE9 users out there know that our developers have resolved the underlying compatibility issues that prevented images from loading correctly in your Shoeboxed accounts. You should now be able to use IE9 with Shoeboxed without problem. If you do come across any potential bugs or issues while using IE9 or any other browser, please contact us at [email protected].
Many thanks to all of our users who helped us troubleshoot! We appreciate your patience and your help in making Shoeboxed better for all!
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-33/segments/1659882571987.60/warc/CC-MAIN-20220813202507-20220813232507-00760.warc.gz
|
CC-MAIN-2022-33
| 530 | 2 |
https://sourceware.org/legacy-ml/libc-alpha/2016-01/msg00655.html
|
code
|
This is the mail archive of the
mailing list for the glibc project.
malloc: performance improvements and bugfixes
- From: Joern Engel <joern at purestorage dot com>
- To: "GNU C. Library" <libc-alpha at sourceware dot org>
- Cc: Siddhesh Poyarekar <siddhesh dot poyarekar at gmail dot com>, Joern Engel <joern at purestorage dot org>
- Date: Mon, 25 Jan 2016 16:24:39 -0800
- Subject: malloc: performance improvements and bugfixes
- Authentication-results: sourceware.org; auth=none
From: Joern Engel <[email protected]>
We have forked libc malloc and added a bunch of patches on top. Some
patches help performance, some fix bugs, many just change the code to
my personal liking. Here is a braindump that is _not_ intended to be
merged, at least not as-is. But individual bits could and should get
When upgrading glibc from 2.13 to a newer version, we started hitting
OOM bugs. These were caused by enabling PER_THREAD on newer versions.
We split malloc-2.13 from our previous libc and used that instead.
The beginning of a fork.
Later we found various other problems. Since we now owned the code,
we made use of it. Overall our version is roughly on-par with
jemalloc while libc malloc gets replaced by most projects that care
about performance and use multithreading.
Some of our changes may be completely unpalatable to libc. I made no
distinction and give you the entire list - if only to see what some
people might care about.
Use Lindent and unifdef.
I happen to prefer the kernel coding style over GNU coding style.
These only helped me read the code and make changes, but are
absolutely no upstream material. Sorry about the noise.
Per-thread arenas are an exquisitely bad idea. If a thread uses a lot
of memory, then frees most, malloc will hang on to the free memory and
neither return it to the system nor use it for other threads.
While I admit that some people might care about commit charge, I wager
that most people don't and in particular we don't. The way malloc
uses mprotect turned the mmap_sem into the single worst lock inside
the Linux kernel. Removing mprotect mostly fixed that.
Mprotect also triggers bad behaviour in the kernel VM. Far more VMAs
get created and after reaching 64k the kernel would stop to mmap() for
our process. We effectively run out of memory with gigabytes of free
memory available to the system.
In our project hugepages have become a necessity for low latency.
Transparent hugepages aren't good enough, so we have to deal with them
explicitly. Probably not upstream-material.
Cleanup of arena_get macros
Removes duplicate (and buggy) code and simplifies the logic. Existing
code outgrew the size where macros may have made sense.
Once you have a NUMA system, this helps a lot. Currently does a
syscall for every allocation. Surprisingly the syscall hardly shows
up in profiles and the benefits clearly dominate. If libc exposed the
vdso-version of getcpu(), that would be much nicer.
I benchmarked the effect. Even if I reversed the logic and marked
unlikely branches likely and vice versa, there was absolutely no
measureable effect. Filed under cargo cult and removed.
Revert 1d05c2fb9c6f (Val and Arjan's change to dynamically grow heaps)
I couldn't figure out how the logic actually worked. While I might
not be the best programmer in the world, I find that disturbing for
what is conceptually such a simple change. Hence,...
Not sure if this was a good change, but the the atomic_free_list
(below) recovered the performance, covers more than just fastbins and
is simpler code.
Added a thread cache
A per-thread cache gives most of the performance benefits of
per-thread arenas without the drawback of memory bloat. 128k is less
than most people's stack consumption, so the cost should be
Makes free() lockless. If the arena is locked, we just push memory to
the atomic_free_list and let someone else do the actual free later.
Before this change we had an average of three (3) threads blocked on
an arena lock in the stable state.
Fix startup race
I suppose noone ever hit this because the main_arena initialized so
darn fast that they always won the race. I changed the timings,
mostly with NUMA code, and started losing.
I believe the same also happened upstream and later got reverted. I
couldn't find the rationale for the revert and find it dodgy.
Technically the existing version of calloc can be faster early on, but
not for long-running processes in the stable state. And once I found
bugs in calloc I couldn't be arsed to debug them and just removed most
of the code.
Made malloc signal-safe
I think malloc() was always signal-safe, but free() wasn't. It isn't
hard to trigger this in a testcase. Our version survives such a test,
mostly because of the atomic_free_list.
Fix calculation of aligned heaps
Looks like this was always buggy. Is that correct or was I misreading
I don't understand what problem they were supposed to solve. Our
project doesn't seem to need them and I have testcases that break
because of the hooks.
If any of this looks interesting for upstream and you have questions,
feel free to pester me.
And maybe as a closing note, I believe there are some applications that
have deeper knowledge about malloc-internal data structures than they
should (*cough*emacs). As a result it has become impossible to change
the internals of malloc without breaking said applications and libc
malloc has ossified.
At this point, either a handful of applications need to ship the
ossified version of malloc or Everthing Else(tm) has to switch to a
better version of malloc. The reality we live in has everything else
ship tcmalloc, jemalloc or somesuch and libc malloc is slowly becoming
irrelevant and the butt of hallway jokes. I don't find this reality
very desireable, and yet here we are.
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-39/segments/1631780053657.29/warc/CC-MAIN-20210916145123-20210916175123-00397.warc.gz
|
CC-MAIN-2021-39
| 5,775 | 100 |
https://www.tr.freelancer.com/projects/php-script-install/forum-installation/
|
code
|
We need a forum installed.
It needs 1 Public subforum
It needs 4 Registered Users forum, so that only emails that are put in to a database will be allowed to sign up for this forum. aka customers who have bought products and need support
Need something easy to moderate and block spam.
we'll need a forum that matches our current website style (pmb for details)
We'll need a way to transfer our registered user emails to the forum's database so that ONLY our paying customers can register for the registered user forums. We have a list of emails.
Please provide any links of forums you have installed in the past and include the word "SD" in your response.
Bu iş için 12 freelancer ortalamada $107 teklif veriyor
Hi! Our PHP Experts can do this project for you professionally. Please check PMB for details.
Hi We are a group of ProffCoders. We can do your project with your price and in a day .Check pm plz
This bid is for basic forum install and configuration. I prefer to use Simple Machines Forum (SMF) as it is a common forum which makes future support for it better, and also more secure because it is a well known and Daha Fazla
Hello Sir, Project can be completed in 12hrs. It depends on the Hosting operating system and as well the forun style/template. I can provide you the free forum(free licensed). I am new to the Freelancer but not Daha Fazla
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-17/segments/1524125947033.92/warc/CC-MAIN-20180424174351-20180424194351-00077.warc.gz
|
CC-MAIN-2018-17
| 1,358 | 12 |
https://bugzilla.redhat.com/show_bug.cgi?id=1729101
|
code
|
Description of problem:
On Fedora Rawhide, the ghc does not have the default stream is not set. DNF will not install the module using `dnf module install ghc`, because it does not know which stream it should take. Defining a default should be considered a good practice. Because of that, I think this is a bug.
Steps to reproduce:
1. dnf module list ghc
Modules should have the defaults set.
If you did not set the defaults on purpose, please share the reason and confirm that explicitely.
Sure thanks for the report - I suppose this started since F31 branched from Rawhide.
(<grumble/> I wish the module system handling this better, it is kind of tedious doing PRs for each branch...)
Oops ignore previous comment - I mistook dates and forgot I already fixed this at the time.
But then I misread... I see now you are asking about default stream not default profile...
That is kind of a "feature" - the default "stream" is really the non-module ghc!
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-10/segments/1614178378872.82/warc/CC-MAIN-20210307200746-20210307230746-00359.warc.gz
|
CC-MAIN-2021-10
| 949 | 11 |
https://lists.fedorahosted.org/archives/list/[email protected]/thread/4YGTA4BR25MZQJFNEVIHE67QWOYGAI53/
|
code
|
On 2013-02-14 00:40, Vít Ondruch wrote:
Dne 13.2.2013 13:56, Philip Rhoades napsal(a):
> On 2013-02-13 23:34, Vít Ondruch wrote:
>> Dne 13.2.2013 12:10, Philip Rhoades napsal(a):
>>>>> I try to run a Ruby script that requires a custom library to be
>>>>> loaded - when I do it with 1.8.7 on Fedora 16 with the
>>>>> conventional gems, it works fine - however on Fedora 18 with Gems
>>>>> as RPMs and Ruby 1.9.3 I get this error:
>>> /usr/share/rubygems/rubygems/custom_require.rb:36:in `require':
>>> cannot load such file -- lib/miho.rb (LoadError)
>>> from /usr/share/rubygems/rubygems/custom_require.rb:36:in
>>> from ./shell.rb:4:in `<main>'
>>> The author has no problem with Ruby 1.9.3 on OS/X so I figure it is
>>> a problem with the conversion of the gems to rpms?
>>> I can work around the problem by putting the full path to the lib
>>> in the "require" line but it looks like something needs attention
>> What is this lib/miho.rb? Is it this thing? Are you using recent
>> enough version? Since this commit might solve your issues I
>> say. And it has nothing to do with Fedora, it is Ruby 1.8 vs Ruby
>> 1.9.3 difference.
> Yes, that is what the app is and No, it did not fix the problem . .
> that is why I posted here . .
I did fresh clone and it works for me:
[Miho] Hello, how are you?
$ rpm -q ruby
And since your back trace contains "from ./shell.rb:4:in `<main>'"
where the require is on 3rd line in the original source code, I doubt
that you are running the same code as in upstream repository.
I had added a comment line that's all - OK - cloning from scratch (I
had already done that once for the new code) . . now it's working! -
damn! and I have deleted the old dirs so now I can't compare and find
out what was wrong . . oh well, thanks for the help.
GPO Box 3411
Sydney NSW 2001
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964363791.16/warc/CC-MAIN-20211209091917-20211209121917-00238.warc.gz
|
CC-MAIN-2021-49
| 1,808 | 34 |
https://fndz.io/fndz-staking-is-here
|
code
|
You’d like to earn a passive income with FNDZ? Then you’re in the right place! FNDZ token holders can earn yield in FNDZ tokens and multiple altcoins all at the same time! Read more to learn the details.
FNDZ staking provides rewards over time. When you stake FNDZ tokens, you earn a share of performance fees. These are fees that traders charge their followers in return for copying their trades.
What makes FNDZ staking special is that the rewards are dynamic. Performance fees are only charged on profits, so when traders generate high returns for their followers, the staking rewards increase.
Since performance fees are collected in a variety of altcoins, staking participants can earn FNDZ tokens and multiple altcoins in one staking contract. The program is a great way to passively build a diverse portfolio of tokens!
FNDZ will calculate daily rewards according to the performance of copy trading vaults. When the performance fee is due, 50% is sent to the vault owner (i.e. the trader) and 25% is sent to the FNDZ staking pool as rewards. The rest goes to the FNDZ DAO.
Rewards are calculated based on the following:
Vault owners can stake FNDZ tokens to receive an additional 25% of the performance fee, on top of the standard 50%. Vault owners at the highest performance tier (having staked 10K FNDZ tokens) enjoy the following performance fee allocation:
This encourages long-term demand by locking up tokens on the platform, benefitting all users.
You can see the daily rewards for your staked FNDZ on the ‘Staking’ homepage under ‘Total Earnings’.
FNDZ is a decentralized social trading platform that enables users to copy the trades of experienced cryptocurrency traders. The platform runs on smart contracts, and provides a transparent copy trading experience in which users retain full custody of their assets.
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-33/segments/1659882573876.92/warc/CC-MAIN-20220820012448-20220820042448-00151.warc.gz
|
CC-MAIN-2022-33
| 1,840 | 10 |
https://successfulstudent.org/what-do-game-designers-earn-salary-information/
|
code
|
This is a guide to the potential salaries of what video game designers make.
Game Design degrees are available on campus and online at colleges and universities around the US. Students who are interested in pursuing a Game Design degree in the future want to know what potential game designer job prospects are available after graduation and what the average salary is per position.
There are many established and burgeoning game development companies that need video game designers. The minimum degree requirement for professional game studios is commonly a bachelor's degree in Game Design, Game Development, or Game Art and Animation.
Game Design is a generic term which represents the many jobs in the world of creating games.
Here are some common careers of game creators:
- Level Designer
- Lead Game Designer
- User Experience/User Interface (UX/UI)
- Character Animator
- Game Audio Design Engineer
- Graphic Designer
- Game Marketing
- Game Programming
- Creative Director
- Game Tester
How Much Do Video Game Designers Make?
Video Game Designer's salary can vary, depending on what work they do and what position they have within video game design industries. And even within the same positions, the median salary and salary ranges can depend on experience and which company a Video Game Designer works for and where.
There are video game designer salary ranges between states (some states have more opportunity than others for higher game designer salary options for the same job title).
Video Game Designers can work as game developers, which involves programming languages and coding, and is a discipline within computer science. Other Video Game Designers can work as Game Artists, focusing on aspects of animation, such as 2D and 3D graphic designs.
Video Game Design artists create the visuals for games, rendering the characters, atmosphere, background, and settings for games.
Featured Online Game Design Colleges:
Salary for Video Game Designer often varies by state. Some states, such as Washington, have a larger presence of game studios and relevant positions for Video Game Designer. Salaries in these industry hubs can be and often are larger than in other states with less of a Video Game Design industry.
Dream career path options are somewhat limited by demographic and geography for working in the highest paying cities.
The highest paying salaries for Game Designers are in the following states:
Video Game Designer Salary Averages:
- Redlands: $254,496
- Irvine: $134,934 (Blizzard Entertainment, Obsidian Entertainment, Amazon Game Studios)
- San Diego: $116,476
- Santa Monica: $118,655
- Foster City: $108,824
- San Francisco: $95,952
- Chicago: $75,959
- Issaquah: $158,480
- Bellevue: $118,040
- Redmond: $108,900 (Nintendo)
- Austin: $80,741
- St. Louis: $79,502
- Las Vegas: $61,312
Nationwide Salary Averages:
|Annual National Average Salary
According to Indeed.com, the average salary for game designers is $84,434 per year. The low end entry-level salaries average $49,502 per year, and the high end salaries average $144,015 per year.
The above salary aggregators have different average salary amounts, making understanding the average video game designer salaries of Video Game Designers challenging.
They are all relying on their own collections of internal salary data that are proprietary. One difficulty in these data is that there are varying levels of Game Design salaries, and limited reporting. These video game designer salary amounts are national average salary reports.
The best way perhaps to determine more specific details of salary information is to decide in which position you would want to work, such as Game Art, or Level Designer, and find the state that you want to work in, and drill down to the level of detail to find the salary data, per position, per state.
Another way to approach the game designer salary question is to look at individual Game Design companies and see what new job positions they have open, what a given job description is, and what their salaries are.
This data will vary by company and position, but it will give real-world salary data in real time. Perhaps you can choose the game studios responsible for making your favorite existing games.The highest salaries are in big companies working as the Lead game designer.
Video Game Designer: Job Title and Average Salary
How Much Does A Video Game Designer - Level Designer Make?
Job description: Level designers create the different levels within the worlds or ecosystems of games. As players advance through games, creating the levels they encounter are the job of the level designer. The National average salary is $38,600. This is $19 per hour.
How Much does a video game designer - Lead game designer Make?
Job description: Lead Game Designers make the final decisions on game projects. This involves bringing together elements such as sound, levels, characters, and levels.
Lead game designer average salary in America is $76,804. Lead Game Designers in San Jose, California make $151,641 on average, which is higher than the national average. The average salaries range between $31,765 to $346,548.
How Much Does A Video Game Designer - User Experience/User Interface (UX/UI) Make?
User Experience/User Interface game designers make $108,213 as the average salary. The person responsible for the usability and user-friendliness and overall experience of games is the UI/UX position.
They're expected to create a quality experience that's competitive with game design trends and move the industry forward. The important thing is keeping the player or players engaged.
How Much Does a Video Game Designer - Character Animator Make?
The average salary is $88,000. As you might expect it is the challenging job of the Character Animator to create the characters in games. These include NPCs (non player characters) and the main characters that users interact with.
How Much Does a Video Game Designer - Game Audio Engineer Make?
The average salary is $149,118. Game Audio Design Engineers create the sounds for the game. They create the appropriate sounds for the given events occurring in the play. This includes the sounds of characters, actions, and the background music.
How Much Does A Video Game Designer - Graphic Designer Make?
The average Graphic Designer Game Designer salary is $69,104. Graphic Designers create the visual graphics of the games, which includes the atmosphere and settings, character refinement, and level details.
How Much Does A Video Game Designer - Game Marketer Make?
The average salary for Video game designers - Game Marketers is $38,600 per year.
Eventually all of the work of these various video game designer positions culminate into the final game. Highly competitive wages offered to the average video game designer make video game design an appealing career path.
Especially for those interested in moving to the highest paying cities, where the companies have their location, that often offer the higher salaries. A video game designer's salary also increases over time, due to keeping up with inflation and pay raises.
A video game designer's salary also increases over time, due to keeping up with inflation and pay raises.
The average video game designer salary offers highly competitive wages relative to other average salary estimate amounts for all positions.
How Do I Become A Game Designer?
A college degree is often helpful in getting a job. A bachelor's degree in Game Design or a related field, such as Computer Science or Software can offer a competitive advantage, now and in the future. There are many dedicated college degrees to Game Design and Game Art.
There are also Game Design specializations within Computer Science degrees. The important thing is to decide what area you want to contribute to a game design project.
Do you want to make the technical aspects to games, such as programming and software applications? Then a Game Design or Game Development degree is ideal. An example would be the Online and Campus: Bachelor of Science in Game Programming & Development (Sponsored) degree at Southern New Hampshire University.
Do you want to create characters or animate the games using graphic design? Then a Game Art degree would probably be best.
Video Game Designers Can Use Game Engines
There are also Game Design engines that people can use for free or that cost money. Some may require knowledge of programming languages. These engines allow for video game designers to create their own 2D or 3D games within their software. An example of game development tools that are available is the site Unity.
If you love gaming and you're wondering whether to pursue video game design as a career, try out a few of the game engines to see if you have the aptitude to teach yourself, or if you need to pursue a college degree.
- The Best Online Bachelor's in Computer Science: Game Design
- The Best Video Game Art and Animation Degrees
- The 52 Best Video Game Design Colleges
- The 10 Best Online Video Game Design Colleges
- The 10 Best Game Design Programs at Christian Colleges
- The 20 Best App Development Colleges
Game Designer Salary Information | Frequently Asked Questions
How much does a video Game Designer make a month?
According to the Bureau of Labor Statistics, video game designers make a median wage of $6,000 a month. The lowest paid video game designers can earn $3,000 a month, which is equal to the average monthly earnings for all occupations.
Do Game Designers get paid well?
Video game designers earn a great wage compared to the national average. The top ten percent of designers earn upwards of $130,000 per year. The lowest ten percent of video game designers still earns an average salary of $40,000.
Are Game Designers in high demand?
According to the Bureau of Labor Statistics, video game designers are in average demand when compared to the national average. As the popularity of video games and virtual reality grows, it is likely that there will be more positions available for designers. Video game designers with impressive portfolios are sought after in the gaming industry.
What is a Game Designer's salary?
Game designers earn an average salary between $86,000 and $70,000 every year. Compared to the national annual average salary of $39,810, video game designers have a very comfortable salary.
Is Game Design a good career?
Game design is a great career! Designers work regular hours but may need to work extra to meet project deadlines. The large majority of video game artists are self-employed or work for video game companies.
A career in game design allows designers to be creative and use cutting edge technology to make their art come to life. Video game designers can choose to specialize in a specific area of game design or work as a generalist. Designers will use computers on a daily basis and spend much of their time developing graphics and game programs.
Is becoming a Game Designer hard?
Most designers need a bachelor's degree to qualify for positions in video game design. Many choose to earn a degree in art, computer science, film, or other related fields. Some designers attend specialized art institutes or colleges to major in game design.
Regardless of the degree earned or the school attended, it is important that aspiring game designers develop a robust portfolio of their work. Most companies will want to see a portfolio of prior work during the hiring process.
After earning a bachelor's degree, designers are eligible for positions in the game industry. Employers are interested in hiring game designers with artistic talent, creativity, and excellent communication and time-management skills. All jobs in game design will also require applicants to have impressive computer programming skills.
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-18/segments/1712296817729.87/warc/CC-MAIN-20240421071342-20240421101342-00336.warc.gz
|
CC-MAIN-2024-18
| 11,768 | 97 |
https://www.newgrounds.com/portal/view/659148
|
code
|
it'd make more since if the zombies had red paint but it's still good!
cool idea and the last part was very funny xD
the only headshot ive seen in this movie. and that's when they tried to kill themselves.
make a game like but make the panitebal gun into a real gun ( sorry for the bad spelling )
Animation and colors could've been better(i.e colors were a bit plain) ... but good film nonetheless, especially at the end. Keep up the good work!
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-09/segments/1518891814249.56/warc/CC-MAIN-20180222180516-20180222200516-00459.warc.gz
|
CC-MAIN-2018-09
| 444 | 5 |
http://threecolors.libsyn.com/tips-for-shooting-fast-action
|
code
|
I'm not saying your current setup won't work for this type of photography but this is about as hard as you're ever going to push your camera.
Check out the video and discover the must use camera settings that will give you the best chance of capturing that killer image.
This question came from one of the awesome Team 3CX community members.
If you have something you need a hand with send me an email [email protected]
Enjoy, share, subscribe, like, and comment to spread the photography love.
|
s3://commoncrawl/crawl-data/CC-MAIN-2019-26/segments/1560627999539.60/warc/CC-MAIN-20190624130856-20190624152856-00478.warc.gz
|
CC-MAIN-2019-26
| 494 | 5 |
https://sevenarticle.com/black-10-deposit-casino-australia-jack-game/
|
code
|
It checks observe if or not casinos on the internet is sincere, reasonable and you may safe. ECOGRA is the phrase on the in control gaming and you may protects professionals facing unjust strategies. As previously mentioned above, among the great advantages of totally free black-jack online game would be the fact you can get to grips which have multiple various other procedures instead risking hardly any money. You’ll end up being grateful to learn that all methods for real cash online game is also actually end up being tested to the totally free types too.
- Whilst each and every card-counting technique is a little additional, very possibilities follow the same first tenants.
- Just before, the only way to gamble blackjack on line is actually on the moving actual count creator software dining tables.
- You can sit at a money desk to the both desktop computer and you can mobile in the us.
- Designers supply the exact same application to any or all their spouse casinos, so it all relates to the fresh licensing legislation and you can auditing techniques.
Black-jack try a well-known online casino game according to the cards game Twenty-you to, otherwise Vingt-et-Us. Vingt-et-United nations are to begin with starred in the France in the 17th century. Due to this France is generally accepted as the fresh cradle out of black-jack. Vingt-et-United nations are ultimately brought by the immigrants for the United states, in which it absolutely was privately played in the backstreet associations. Coping couldn’t become simpler after you’lso are to experience on the web blackjack. Everything you need to perform are hit the ‘deal’ option along with your notes will be worked.
Sort of Black-jack | $10 deposit casino australia
In the offline gambling enterprises, you’ll have to do which from the crate. Provide the newest broker money and in exchange you get chips comparable to the bucks considering. On the web black-jack gaming doesn’t include such as tricky actions.
Virtual Black-jack Is going to be More affordable
This really is nearly impossible to the real time black-jack, while the game will likely be challenging for new professionals. $10 deposit casino australia Playing 100percent free is often fun, but when you have to gamble and you will win from the Black-jack for real money, you’lso are going to need to learn the best basic black-jack strategy. The hands combination versus. Specialist upcard you’ll be able to could have been assessed by the pros to possess max overall performance. Everything you need to do try learn a knowledgeable action to have all scenario.
Simple tips to Deal When you Enjoy Blackjack Online
Eventually, the actions can be 2nd characteristics to you personally. If you’d like to win tons of money, you will want to start to try out for real money. We’ve rated and you can analyzed an educated a real income blackjack video game on the web, to help you make sure to receive the greatest playing sense and you will greatest earnings. Once you gamble online blackjack for real currency, you trust your chosen online blackjack gambling enterprise with your own information and you can financial guidance. Security is on top of the fresh agenda your 25-step remark techniques.
Outside the property-centered local casino place, there’s a strong library away from online black-jack headings you to definitely greeting the new and you can experienced participants similar. Hello and you may introducing our online blackjack investment – the only one you will have to find out the knowledge of the trade or improve on the the individuals you already has. Blackjack is actually, in fact, a-game that needs not only high experience as well as a certain quantity from punishment if it is to help you get everywhere apart from at the losers’ desk. It is a game for which you while the user have very an enthusiastic effect on all round results of the game, including your individual achievement.
Yet not, alive on the web black-jack looked seemingly has just however, has recently obtained around the world detection. As with an area-dependent casino, the online game is managed by a specialist croupier, not a random amount creator. This provides a lot more claims out of fair play, specifically for the individuals people whom hate computer programs. Live Black-jack integrates all the best regarding the real life and casinos on the internet. As you enjoy black-jack on line, just remember that , you aren’t in the a run.
If players make use of the maximum strategy all hands, then your come back to player is go beyond 99percent at any site having fair blackjack. Remember that casinos on the internet offer participants with different types away from blackjack, to your laws a bit modified to make certain variety. Given that i have concluded that to play from the haphazard number generator doesn’t enhance the risk of an internet blackjack con, we can move on to alive online game. This type of black-jack are starred by same legislation and you can the only real distinction would be the fact instead of formulas, you compete keenly against genuine buyers.
In the Envavos Totally free Blackjack Games
It don’t the provide real cash, however they perform leave you a simple and easy solution to gamble black-jack online. Continue scrolling for our shortlist of the finest real money black-jack casinos in addition to finest greeting offers. Go to all of our 100 percent free black-jack video game section to begin with. If one makes an inferior gamble, the overall game tend to warn you initially. I suggest one before you can wager real cash one another on line personally that you behavior to the games if you do not really rarely are warned you a render a smaller gamble.
People Enjoy Inside the A real income Black-jack
The newest agent receives you to definitely cards face up-and you to definitely deal with down. Cards can be worth face value, face notes are worth ten, and you will aces might be sometimes step 1 or 11. For each and every user individually aims to conquer the new agent–players do not play against both.
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474541.96/warc/CC-MAIN-20240224144416-20240224174416-00424.warc.gz
|
CC-MAIN-2024-10
| 6,121 | 19 |
http://sailingdowntheroad.blogspot.com/2016/09/cape-cod.html
|
code
|
I cannot believe that this is all I have from my visit to Cape Cod...
It rained and was miserable for three days.
I reached the very tip of the Cape and got out of the RV long enough to walk out to the water, take a few pictures and stick a toe into the Atlantic Ocean.
There was no one around--anywhere.
By the time I got back to the RV it was raining again and I was soaked.
So, not every day has been perfect.
I took advantage of the 'down time', read a book, made a pot of soup, and took a long nap.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-30/segments/1531676591831.57/warc/CC-MAIN-20180720193850-20180720213850-00584.warc.gz
|
CC-MAIN-2018-30
| 503 | 7 |
https://www.cnet.com/forums/discussions/spywear-doctor-177816/
|
code
|
For starters is it spelled correctly,do you mean spyware doctor.but I did google and found spywear doctor,though never heard of it.
I would remove it in add/remove
If haveing trouble use safe mode.
Install SPYBOT and AD-AWARE ,don't forget to update.
You really should post this in the V&S FORUM
I am trying to overcome a adwear problem that appears to be effecting my IE. I received E-mail from one of the online news forums that listed the best adwear/spywear programs to use. Spywear doctor being one of the best listed, I downloaded the program and the problems began. My screen goes black in the process of the scan and on mouse functions, the start bar at the bottom of the screen goes blk or can't be used or the PC freezs the only way to recover from this is to turn off the PC form the back.I am using McAfee products and a other program called noadwear also. what should i do or why is this happining.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-30/segments/1531676592650.53/warc/CC-MAIN-20180721164755-20180721184755-00333.warc.gz
|
CC-MAIN-2018-30
| 911 | 6 |
https://help.riffyn.com/hc/en-us/articles/221371547-Process
|
code
|
A process is a set of steps which describe material flow. Each step on a process can have many resource types, properties, and components - all of which are used to describe how the materials in a process are related.
A process can contain procedural tasks which describe how work must be performed on the materials to achieve a desired outcome.
A process acts as a template for data collection performed in an experiment. Each experiment created on a process is tied to a specific process version - each of which is recorded to document how the process has changed through time.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-51/segments/1544376823382.1/warc/CC-MAIN-20181210170024-20181210191524-00250.warc.gz
|
CC-MAIN-2018-51
| 579 | 3 |
http://androidforums.com/6002860-post9.html
|
code
|
I feel the need to add to this discussion based on the bizarre behavior I got out of backup assistant while I was abroad. (Why does it always mess with me when I'm paying by the MB?)
OK, keep in mind that, because I was using international data, I didn't want my phone using any data unnecessarily. So, in Settings>data usage, I'd hit the settings button again and checked the box for "Restrict background data." I had also unchecked "Auto sync data." My plan was pretty much to turn on data every now and then, sync my mail (and whatever else I wanted to sync), and then turn off data.
One day, while doing this, I kept getting an icon for an attempted (and failed) backup assistant backup. Specifically (when I'd pull down the icon to see what it was complaining about), backup assistant was trying to backup my contacts. This seemed odd as, under Settings>Accounts>Backup Assistant Plus, I had "Sync Contacts" unchecked. And, indeed, if I used that path to GO to Backup Assistant Plus, "Sync Contacts" was, in fact, unchecked. But when I pulled down the icon for the failed sync, it showed me a Backup Assistant settings screen where Sync Contacts not only was checked, but was greyed out so it could not be unchecked. Weird.
Recalling WalkaboutDavid's post from this thread, I cleared data from the Backup Assistant App, but no joy. The damn thing kept trying to backup my contacts. Eventually, the problem was solved by the (standard) solution of turning the phone off and on again.
Bottom line: no real harm. And it was probably some sort of fluke. But I do wonder where an app gets off trying to sync my contacts when: (1) I have specifically set it not to sync my contacts; and (2) I've specifically told it to restrict background data and NOT Auto Sync ANY data. Seriously, is Backup Assistant so powerful that it can OVERRIDE a "don't autosync anything" command? (One also wonders why Verizon would force such a POS app on its subscribers, and particularly why it thinks anyone with an Android phone would need its crappy app to backup contacts, seeing as google does this anyway.)
(I guess this is just another rant.)
|
s3://commoncrawl/crawl-data/CC-MAIN-2014-10/segments/1394011192582/warc/CC-MAIN-20140305091952-00055-ip-10-183-142-35.ec2.internal.warc.gz
|
CC-MAIN-2014-10
| 2,128 | 6 |
https://www.mendeley.com/catalogue/5fc5f503-234c-3396-92dd-5a2e4b352e87/
|
code
|
This article highlights an important yet insufficiently understood international-level determinant of inequality in the developing world: structural adjustment programs by the International Monetary Fund (IMF). Studying a panel of 135 countries for the period 1980 to 2014, we examine income inequality using multivariate regression analysis corrected for non-random selection into both IMF programs and associated policy reforms (known as ‘conditionality’). We find that, overall, policy reforms mandated by the IMF increase income inequality in borrowing countries. We also test specific pathways linking IMF programs to inequality by disaggregating conditionality by issue area. Our analyses indicate adverse distributional consequences for four policy areas: fiscal policy reforms that restrain government expenditure, external sector reforms stipulating trade and capital account liberalization, financial sector reforms entailing inflation-control measures, and reforms that restrict external debt. These effects occur one year after the incidence of an IMF program, and persist in the medium term. Taken together, our findings suggest that the IMF's recent attention to inequality neglects the multiple ways through which the organization's own policy advice has contributed to inequality in the developing world.
Forster, T., Kentikelenis, A. E., Reinsberg, B., Stubbs, T. H., & King, L. P. (2019). How structural adjustment programs affect inequality: A disaggregated analysis of IMF conditionality, 1980–2014. Social Science Research, 80, 83–113. https://doi.org/10.1016/j.ssresearch.2019.01.001
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-45/segments/1603107912807.78/warc/CC-MAIN-20201031032847-20201031062847-00131.warc.gz
|
CC-MAIN-2020-45
| 1,613 | 2 |
https://git.enlightenment.org/core/efl.git/commit/src/lib/ecore_wayland/ecore_wl_window.c?id=35d2f195de262d846c5e3f6dc5634921afe46606&follow=1
|
code
|
|author||Rafael Antognolli <[email protected]>||2013-10-31 18:02:04 -0200|
|committer||Rafael Antognolli <[email protected]>||2013-10-31 21:35:13 -0200|
ecore/wayland: Hide Ecore_Wl_Display.
This struct is only used inside ecore_wayland itself, so there's no real reason to expose it. Apparently, hiding it doesn't break anything, except for the ecore_imf wayland module, which was easily fixed. If anyone notices a breakage, please let me know.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-17/segments/1618038074941.13/warc/CC-MAIN-20210413183055-20210413213055-00477.warc.gz
|
CC-MAIN-2021-17
| 526 | 6 |
https://www.experts-exchange.com/questions/28485181/Help-with-setting-up-a-VPN-Can-connect-but-get-no-internet-access.html
|
code
|
I am having trouble setting up a VPN connection for my network.
I have the VPN installed on our windows 2008 server.
On two of the PC's that I am using to connect to are windows 7 and the other one is windows 8.
In all of these I can make the connection to the VPN but I do not have any internet connection once I am connected.
I have been through many tutorials and forums on-line and cannot resolve this issue.
Any help would be greatly appreciated!
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-34/segments/1534221212323.62/warc/CC-MAIN-20180817123838-20180817143838-00579.warc.gz
|
CC-MAIN-2018-34
| 451 | 6 |
https://www.dell.com/community/NetWorker/Problem-recovering-with-NMM/td-p/6843061
|
code
|
I had a mistake somewhere mistyping and now I get this error in NMM GUI trying to browse database:
Index initialization failed forExchange 2010 Recover Session:
Unable to connect to index for client DAG on NetWorker server host-networker. `dag.company.edu' is not a registered client
If I add client with fqdn like dag.company.com, I see same error. I know it was a typing problem but it's so strange.
I don't know where to change that parameter "dag.company.edu" to "dag.company.com" because I need to recover some databases but it's not working nor NMM GUI or Client Recover, same error. i can see dag.company.com in Indexes in "Media >> Indexes" so I know my Indexes are safe but I can't get to them.
Do you think it was a problem prior to first backup or I can change that FQDN. Should I take all backups again?
I appreciate your help
The first question should be:
How is the DAG client created in NetWorker server, is it xxx.com or xxx.edu?
If the client entry is created in NMC as xxx.com, then you just need to select the correct client in NMM GUI to retrieve data from xxx.com instead of xxx.edu.
To do it so, go to the Exchange server and open NMM client (if UAC enabled open it by "Run as Administrator").
Then click in Options->Configure Options->Click on the "Refresh Button" (2 green arrows"->Select the correct client name from the list on the left, and click "Add".
Remove from the list on the right the .edu client (no needed, but just to avoid further confusions).
Back in the Configure Options window, Click on the drop down menu "Client Name" and select xxx.com
Click ok and then you can continue with the browsing operation, by selecting "Recover"->Exchange 2010 Recover Session->Database Recover.
Let us know if that helps.
Thanks for your help. I tried everything you tell me to do.
I have three options in drop down:
nodeexchange ( it's the name of one of the physical servers)
I've recreated the client resource (dag.company.com), many times in Networker Server and I see same error over and over again.
I don't know if netwoker uses some xml or something to check configurations, because there is no reference about an dag.company.edu but it's possible sometime I wrote edu instead com when i did register it.
I take a workaround puting dag.company.edu like alias of dag.company.com, but isn't best solution.
Is possible that this to be the way to solution my problem? https://community.emc.com/message/345908
Always thanks for your help Carlos.
I'm afraid you are facing duplicated client ID issues.
I would suggest you to check this one:
And then re-create the DAG name with the correct name (FQDN).
I've been trying to solve this issue but it's not possible. I don't see any reference about index with a client in Indexes section related to xxx-edu.co client.
Do you have any reference about recovery procedure? When I run NMM I see client is contacting server in anyway, and after a while I see the xxx-edu.co not found indexes error.
If I have a sequence of recovery I should know where is taking that parameter from. Where are these variables taken from is a good question to solve my problem
I told you before it's not an error only in NMM, I see the error in Networker Client run in the same client machine. The error is visible in the four exchange MailBox that are part of DAG.
I really appreciate your help.
The first thing we need to know is what is the real name of the DAG, is it xxx.com or xxx.edu?
To check the entries NetWorker/NMM have available you need to do as follows:
1.- Open NMM GUI and go to Options->Configure Options
2.- In the configure options window click on the "refresh (double green arrow" button and a new Windows will open.
3.- On the left panel you will see the list of all clients. Select on the left the correct client name and select "Add" and OK
4.- Once the correct client is shown in the right column please select it from the drop down menu and try again the restore operation.
If you are still facing the same issue I would suggest you to open a case with Support so they can check your media DB, as I suspect you have multiple entries for that client with different name.
|
s3://commoncrawl/crawl-data/CC-MAIN-2023-06/segments/1674764500094.26/warc/CC-MAIN-20230204044030-20230204074030-00067.warc.gz
|
CC-MAIN-2023-06
| 4,142 | 39 |
http://patrickyong.net/tags/windows-mobile/
|
code
|
Learnt about this competition from my friend working in Celcom now. If you develop mobile applications or you plan do, do check out the upcoming event from Celcom next week (http://developerleague.celcom.com.my) from Monday to Thursday (you can go any day).
Do email them directly to reserve a seat.
The new S740 takes a cue from Diamond with similar UI but running on Windows Mobile 6.1 Standard edition. Sounds like S730 with a Diamond shell outside, it has 3.5G capability, but with just a fixed focus camera.
Read more from Engadget
As X1 inches towards release Sony Ericsson X1 US site releases technical spec of the phone with confirmation that it will only be available in black.
Also realize the mini site has more photos of the phone.
Just got my new HTC Touch Diamond phone today so I guess I will be busy configuring it and skip blogging for a day or two.
I am in the process of trying to create an environment to do all my development including ASP.NET, SharePoint, WPF and Win Mobile, in this case the ideal OS to use will be Windows Server 2008. So when I tried to installed Windows Mobile Device Center on top, I got an error message saying it could not install because one component is missing. Wonder who wrote this error message without telling me what is actually missing.
Do some digging on Windows Live Search (or %$#gle it if you want to) and I came across a KB stating it is actually I need to install Desktop Experience on top of Windows Server 2008. At least Windows Live Search working!!
The problem does not occur in Windows XP or Windows Vista.
|
s3://commoncrawl/crawl-data/CC-MAIN-2013-20/segments/1368705790741/warc/CC-MAIN-20130516120310-00021-ip-10-60-113-184.ec2.internal.warc.gz
|
CC-MAIN-2013-20
| 1,572 | 10 |
https://flylib.com/books/en/1.65.1.102/1/
|
code
|
The final part of this chapter deals with softer security concerns, such as maintaining awareness of security issues.
Security problems with software are found and fixed on an almost daily basis. It is important to be aware of any security vulnerabilities that affect software you have running on your system as soon as they are discovered . Perhaps the easiest way to do this is to subscribe to a security alert service. Red Hat provides its own through the Red Hat Network, and it is very useful because you will be notified only of problems that affect the RPMs that you have installed on your system. You ll also get notified immediately if there s an update to a Red Hat supplied RPM that you ve just installed.
In addition to the Red Hat Network, many Web sites offer useful security information. A few of them are described in the following subsections.
Red Hat provides another Web site ( www.redhat.com/apps/support/errata ) that you can use to check out security-related fixes for the packages that you have installed. From this page, you can access Security Alerts, Bug Fixes, and Enhancements for all currently supported releases of Fedora Core. There s also a link to the Red Hat Security Resource Center, where you can subscribe to a monthly security newsletter and find links to other, security- related resources.
The Software Engineering Institute of Carnegie Mellon University runs the CERT Coordination Center. Their web site, www.cert.org , provides a wealth of up-to-date information about security problems. You can also subscribe to a mailing list so that you receive security alerts by e-mail.
Bugtraq is a mailing list for the detailed discussion of computer security issues. You can access the Bugtraq archives at www.securityfocus.com , and find several mailing lists to which you can subscribe. Click the Mailing Lists button on the toolbar, and then click on the [ info ] link to the mailing list of interest. A pop-up window that includes instructions on how to subscribe appears.
Mailing lists you might want to check out include the following:
It is vital that whenever you leave a computer system that you logged into (such as your Fedora Core server, or your online banking Web site), you log out again. If you do not, there is a risk that someone else can come along and take over your connection, accessing the system as you without having to go to the trouble of cracking passwords or intercepting network traffic.
With increasing awareness of security issues, more and more online resources (Web sites, RPM downloads, and so on) are authenticated in some way. When you access these resources, you may have an opportunity to verify their authenticity. This may be a pop-up window from your Web browser, or a checksum for an RPM. Whatever mechanism exists, you should always use it to check that the Web page you are accessing or the RPM package you are about to install, is the genuine article, and has not been tampered with by anyone else.
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964362879.45/warc/CC-MAIN-20211203121459-20211203151459-00066.warc.gz
|
CC-MAIN-2021-49
| 2,978 | 9 |
http://www.yambo-code.org/forum/viewtopic.php?f=18&t=171&sid=cfd5ef90982b5cb98345d0462e8f7a57
|
code
|
Main differences are
- In k_lattice.F: fixed wrong definition of K-grid size in specific (and very few) cases
- "-g" option to p2y in order to force p2y to use ALL RL-vectors. This means that the default p2y
behaviour has been changed. From now on p2y will write only the wavefuntion RL-vectors unless the
"-g" option is used.
- Routines involved in the evaluation of the electronic occupations renamed.
|
s3://commoncrawl/crawl-data/CC-MAIN-2022-05/segments/1642320305423.58/warc/CC-MAIN-20220128074016-20220128104016-00368.warc.gz
|
CC-MAIN-2022-05
| 403 | 6 |
https://blogs.technet.microsoft.com/tonyso/2009/05/06/hyper-v-how-to-configure-csv-best-practices/
|
code
|
Some best practices to share based on the experience of Microsoft support folks (thanks to Steven E.):
- Use Cluster Shared Volumes to store files for Hyper-V virtual machines to gain the following advantages
- Provides a namespace (example: C:\ClusterStorage\volume1) which makes finding your files and managing your files much easier and doesn’t require managing drive letters.
- Provides availability enhancements which allow virtual machines to stay running even if a server loses connection to the storage, or if network connections fail.
- Volumes use the standard NTFS file system, no conversion or special file system is required.
- Multiple VMs can have their files on the same volume while also being able to be managed independently of any other VM in the failover cluster, including being able to live migrate, quick migrate, or move between nodes.
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-43/segments/1508187824733.32/warc/CC-MAIN-20171021095939-20171021115939-00405.warc.gz
|
CC-MAIN-2017-43
| 862 | 6 |
https://hackingmath.com/
|
code
|
Unlock Your Math Potential
Personalized math instruction and online tutoring. Supercharge learning math with Python programming.
We offer personalized math instruction and tutoring online. Our courses supercharge learning math with Python programming.
Get the individualized attention you need to excel in math. Learn math in a fun and interactive way with Python programming.
Hacking Math has transformed the way I learn math. The personalized instruction and Python programming integration have made math fun and easy to understand.
I struggled with math for years, but Hacking Math has helped me overcome my challenges. The online tutoring and Python programming courses have been invaluable.
I highly recommend Hacking Math to anyone looking to improve their math skills. The personalized instruction and Python programming have made a world of difference.
At Hacking Math, we believe that everyone has the potential to excel in math. Our personalized instruction and Python programming courses empower students to unlock their math skills and achieve success.
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947474661.10/warc/CC-MAIN-20240226162136-20240226192136-00575.warc.gz
|
CC-MAIN-2024-10
| 1,064 | 8 |
https://www.italki.com/post/question-373281?hl=en
|
code
|
The quick answer to your question is that you should use a past simple tense with 'A few days ago'. When you specify the point in time when something happened, you cannot use a present perfect.
There are a few other problems, though. One is your use of the word 'miss', which doesn't make sense here. The word 'lose' is possible, though. We often use this verb for an experience when a person or animal close to you dies. I'll correct your whole post, and then you can tell me if this is what you meant to say:
A few days ago, one of my pigeons died .
Now I want to tell my friend about it. How should I say this?
'A few days ago, I lost my pigeon', or 'A few days ago, I have lost my pigeon' ?
You have two options:
Past simple : 'A few days ago, I lost my pigeon.'
This is telling us about an event in the past.
Present Perfect: 'Why are you sad?' 'I've lost my pigeon'.
This is telling us about the present situation. You're sad because no longer have one of your pigeons. If you don't specify when the pigeon died, it's possible to use the present perfect. If you do specify the time - 'a few days ago' - you have to use the past simple.
I hope that helps.
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-50/segments/1606141180636.17/warc/CC-MAIN-20201125012933-20201125042933-00408.warc.gz
|
CC-MAIN-2020-50
| 1,160 | 11 |
https://support.qmenta.com/hc/en-us/articles/204684061-General-API
|
code
|
This is an API to allow some very simple interaction with the QMENTA Platform. This implementation doesn’t intend to fully support all of the possibilities offered by the platform and is provided only as a solution to automate tasks. Please remember that This is work in progress. API design will change and it’s not stable at any meaning.
For more details can check the developer's documentation.
|
s3://commoncrawl/crawl-data/CC-MAIN-2020-05/segments/1579250628549.43/warc/CC-MAIN-20200125011232-20200125040232-00315.warc.gz
|
CC-MAIN-2020-05
| 401 | 2 |
https://blog.deconcept.com/2008/11/
|
code
|
What does this mean to you, the average user of SWFObject? It means you no longer need to place a copy of the SWFObject script on your own web server, and can instead link to the copy hosted on Google’s servers.
If you are unfamiliar with the AJAX Library API, you can find more information on the Google code site, or continue reading below for some simple examples to get you up and running quickly. SWFObject may not be in the docs on the AJAX Libraries API site yet because it was just added recently, but the team is working on the updated docs now, so check back later if you don’t see the SWFObject specific information.
Now for the business: I imagine that most SWFObject users most likely only use SWFObject and none of the other libraries hosted on the AJAX Libraries site. So here’s a direct link to SWFObject v2.1 that you can simply place on your site, and that’s it:
Yep, that’s it. Just replace the path to your local copy of swfobject.js with this one and you are done.
Another option is to use the google.load call which is documented here.
|
s3://commoncrawl/crawl-data/CC-MAIN-2024-10/segments/1707947476532.70/warc/CC-MAIN-20240304200958-20240304230958-00175.warc.gz
|
CC-MAIN-2024-10
| 1,067 | 5 |
http://www.reddit.com/r/japanlife/comments/1vnp4v/cvresume_questions/
|
code
|
Just a few questions regarding CVs/Resumes in Japan. I don't have much experience with them here as my most recent positions have been found through friends, and I'm finding myself stuck on a few things. My CV is in English with a few Japanese parts, namely company names. Here are my specific questions, but any other tips or advice would be greatly appreciated!
-What is a standard Japanese font to use on a resume?
-What's the best section to mention my Spousal Visa status?
-Is it appropriate to send references with (but not include on) a resume/CV?
-Are there any specific English words to avoid or ones that you recommend using?
Edit for further questions:
-Is it appropriate to add "English School" to a company name that doesn't have it? For example, Bronze's -> Bronze's English School
|
s3://commoncrawl/crawl-data/CC-MAIN-2014-35/segments/1408500824990.54/warc/CC-MAIN-20140820021344-00462-ip-10-180-136-8.ec2.internal.warc.gz
|
CC-MAIN-2014-35
| 795 | 7 |
https://www.learningenvironmentslab.org/openpatternrepository/Lecture_Structuring
|
code
|
|Contributors||Christian Köppe, Joost Schalken-Pinkster|
|Last modification||May 16, 2017|
|Source||Köppe & Schalken-Pinkster (2015); Köppe et al. (2016)|
|Pattern formats||OPR Alexandrian|
Investigate and design the optimal flow of the contents and delivery forms of a lecture. Structure the content of a lecture so that it optimally supports students’ learning and that all dependencies of content parts are taken into account.
This pattern is a more concrete variation of Seminar Plan. If you have a plan, then you should also consider to Reference the Planduring the lecture. Sometimes some unexpected events might occur, then you should consider to Let the Plan Go if that is better for students’ learning.
Probably the most important thing regarding lecture structuring is the splitting of the lecture content into Digestible PacketsThe goal of this splitting is to increase the learning effect of a lecture and to ensure an appropriate handling of attention loss.
- Köppe, C., & Schalken-Pinkster, J. (2015). Lecture design patterns: laying the foundation. In Proceedings of the 18th European Conference on Pattern Languages of Program (EuroPLoP 2013) (p. 4). New York:ACM.
- Patlet also published in Köppe, C., Niels, R., Bakker, R., & Hoppenbreuwers, S. (2016). Flipped Classroom Patterns-Controlling the Pace. In Proceedings of the 10th Travelling Conference on Pattern Languages of Programs (VikingPLoP 2016). New York:ACM.
- Fricke, A., & Völter, M. (2000). SEMINARS: A Pedagogical Pattern Language about teaching seminars effectively. In Proceedings of the 5th European Conference on Pattern Languages of Programs (EuroPLoP 2000) (pp. 87-128). New York:ACM.
- Bergin, J., Eckstein, J., Völter, M., Sipos, M., Wallingford, E., Marquardt, K., Chandler, J., Sharp, H., and Manns, M.L. (2012). Pedagogical patterns: advice for educators. Joseph Bergin Software Tools.
|
s3://commoncrawl/crawl-data/CC-MAIN-2021-49/segments/1637964363149.85/warc/CC-MAIN-20211205065810-20211205095810-00415.warc.gz
|
CC-MAIN-2021-49
| 1,887 | 11 |
http://caseyandmissy.blogspot.com/2008/06/snakes-and-cute-kids.html
|
code
|
The neighborhood boys were out early trying to catch snakes and so I told them I had two big snakes in front of my house. I left to go and run some errands, and when I got back the boys told me that they had caught one of the snakes....I'm just not sure what they did with it! At least it's gone...for now!
Yesterday the boys were outside in our backyard area catching snakes...I went over to watch them and they had already caught 3 and as I walked over to where they were I saw two big ones slither away into the forest. Who knows how many live in our backyard! I just hope they don't get into our house....I've heard of that happening in Village Green.
Well, that's enough about snakes. Here are some cute pictures I took of the kids early this morning. Riley woke up in an amazingly good mood, and Ryan got an early start on his daily explorations, trying to open my make up bag.
|
s3://commoncrawl/crawl-data/CC-MAIN-2018-30/segments/1531676592150.47/warc/CC-MAIN-20180721012433-20180721032433-00042.warc.gz
|
CC-MAIN-2018-30
| 883 | 3 |
http://schmucknews.blogspot.com/2008/12/how-to-live-dangerously-by-warwick.html
|
code
|
HOW TO LIVE DANGEROUSLY is Warwick Cairns's second book. It's all about how the arbitrary 'safety' and 'health' laws imposed on us by 'the people who run things' are actually really bad for us. The book details strategies for taking back our power, and living better lives as a result.
This video is a multimedia summary of the book.
THE SCRIPTING PROCESS
I contacted Warwick with the idea. And he wrote a first draft script. I edited that, and sent it back to him for further revision. When he was happy that the script accurately represented the contents of his book, he made several voice recordings of the material.
All distributed under Creative Commons licenses.
CONTACT ME FOR YOUR VERY OWN ANIMATED SUMMARY
If you need any animated summaries made of any of your talks, get in touch with me. I work internationally, and I'm keen to see what I can produce for you. My email address is [email protected]. My website is at http://snipurl.com/visualfacilitation.
|
s3://commoncrawl/crawl-data/CC-MAIN-2017-17/segments/1492917123635.74/warc/CC-MAIN-20170423031203-00126-ip-10-145-167-34.ec2.internal.warc.gz
|
CC-MAIN-2017-17
| 978 | 7 |