text string |
|---|
@ECHO off
ECHO Building protobuf example (java5)...
IF "%OSPL_HOME%"=="" (
ECHO OSPL_HOME is NOT defined
EXIT 1
)
IF "%PROTOBUF_HOME%"=="" (
ECHO PROTOBUF_HOME is NOT defined. It must point to the protobuf installation directory
EXIT 1
)
protoc --version
IF "%ERRORLEVEL%"=="1" (
ECHO Problem runni... |
The introduction to this series can be found here.
Summary: There are many ways to put a human life together, including for sex and love. Each path has tradeoffs.
I thought I knew what love was. What did I know? – Don Henley, “Boys of Summer”
There are all kinds of love in this world, but never the same love twice. – F... |
set NVCC_OPTS= -gencode arch=compute_30,code=sm_30
nvcc %NVCC_OPTS% -D TYPE=float -I src/main/resources/gust/linalg/cuda/ -ptx src/main/resources/gust/linalg/cuda/matrix_kernels_float.cu -o src/main/resources/gust/linalg/cuda/matrix_kernels_float.ptx
nvcc %NVCC_OPTS% -D TYPE=double -I src/main/resources/gust/linalg/cu... |
@echo off & setlocal enabledelayedexpansion
IF "%1" == "" (
ECHO chocomake ^<project_name^>
) ELSE (
ECHO Creating new project %1...
mkdir %1
mkdir %1\client
mkdir %1\general
mkdir %1\server
mkdir %1\data
mkdir %1\static
ECHO exports.interface = ^-^>> %1\default.coffee
ECHO. ... |
The Principle of Propriety
Written by Tamel Lee, Illustrated by Fleance Forkuo
Scholars believe the Principles of MA'AT (muh-aht) are the world's oldest moral and ethical code for human conduct. When Kemet (Modern Day Egypt) was at its greatest economic and spiritual heights, it was this concept that governed the lives... |
<reponame>hcnelson99/zig
@echo on
SET "SRCROOT=%cd%"
SET "PREVPATH=%PATH%"
SET "PREVMSYSEM=%MSYSTEM%"
set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem"
SET "MSYSTEM=MINGW64"
bash -lc "cd ${SRCROOT} && ci/azure/windows_msvc_install" || exit /b
SET "PATH=%PREVPATH%"
SET "MSYSTEM... |
Playing sports is good for health, yet modern society does less and less. According to statistical data, in Europe 38% of people aged 3 and over declared that they do not practice sports or other forms of physical activity in their daily life, like walking or a football match.
(Thank you for reading this, don't forget ... |
<filename>Project_Snapchat.bat
@shift /0
@echo off
SETLOCAL EnableDelayedExpansion
for /F "tokens=1,2 delims=#" %%a in ('"prompt #$H#$E# & echo on & for %%b in (1) do rem"') do (
set "DEL=%%a"
)
mode con:cols=100 lines=32
:menu
cls
title Project_Snapchat [CLI] - Version 1.0.0
echo.
call :colorEcho c "W... |
@echo off
echo================================= Lint ==========================================
cmd /c ".\node_modules\.bin\jshint" TeslaJS.js Examples/
echo================================================================================= |
<gh_stars>0
@echo off
setlocal EnableDelayedExpansion
adb remount
adb shell setenforce 0
@REM 获取目标APK包名
set targetApk=%1
@REM 1. 安装携带抓取层的库文件的APK,该APK同时也有回放的功能
@REM python scripts\gfxrecon.py install-apk tools\replay\build\outputs\apk\debug\replay-debug.apk
@REM 2. 设置抓取层的参数
@REM 启动Android的调试层功能
adb shell "settings pu... |
Lessons on T-learning using an app
In South Africa, one third of all food produced for consumption is wasted, whilst 26% of all households experience hunger. The Food for Us project aims to develop a mobile phone application to link farmers and consumers to reduce food surplus on farms. The application has being triall... |
Using Copyrighted Material
All works are copyrighted unless either they fall into the public domain or their copyright is explicitly disclaimed. If you use part of a copyrighted work under "fair use", or if you obtain special permission to use a copyrighted work from the copyright holder under the terms of our license,... |
@echo off
REM ** Pick a target platform.
REM **
REM ** First see if they requested something specifically,
REM ** next try the Platform SDK cpu var, then default to
REM ** the processor architecture of the host.
if "%1" == "amd64" Goto x64_Target
if "%1" == "Amd64" Goto x64_Target
if "%1" == "AMD64" Goto x64_Target... |
<reponame>nikhildatta/Windows-Spotlight<filename>check.bat
for %%# in (*.jpg) do (
for /f "delims=? tokens=2" %%a in ('toolTipInfo.bat "%%~#" ^|find "Dimensions:"') do (
if "%%a" NEQ "1920 x 1080" ( del %%# )
)
)
forfiles /m *.jpg /D -30 /C "cmd /c del @file" |
<reponame>rampageX/http-proxy
@echo off
set SERVICE_NAME=http-proxy
set SERVICE_DESCRIPTION=Http proxy. With http-proxy, you can assign a socks5 proxy as upstream proxy, and, use "chnroute" to by pass proxy.
SET CONFIG_FILE=http-proxy.config
set CURR_PATH=%~dp0
if not exist "%CURR_PATH%%CONFIG_FILE%" (
(
echo.
... |
<gh_stars>0
@echo off
REM Licensed to the Apache Software Foundation (ASF) under one
REM or more contributor license agreements. See the NOTICE file
REM distributed with this work for additional information
REM regarding copyright ownership. The ASF licenses this file
REM to you under the Apache Lice... |
Have you ever gone for a hike with a friend and come home covered in mosquito bites, while your friend had none? It’s a fact that some people are veritable mosquito magnets while others seem to have an invisible shield against these bothersome pests.1 Exactly why mosquitoes are more attracted to certain hosts than othe... |
@echo off
set curpath=%~dp0
cd ..
set KBE_ROOT=%cd%
set KBE_RES_PATH=%KBE_ROOT%/kbe/res/;%curpath%/;%curpath%/scripts/;%curpath%/res/
set KBE_BIN_PATH=%KBE_ROOT%/kbe/bin/server/
if defined uid (echo UID = %uid%)
echo KBE_ROOT = %KBE_ROOT%
echo KBE_RES_PATH = %KBE_RES_PATH%
echo KBE_BIN_PATH = %KBE_BIN_PATH%
cd %cur... |
So you’ve heard about ChatGPT and want to explore it but don’t know where to start? This is the second in a short series of blog posts giving some pointers on how to get going.
If you’ve not done so already, we’d recommend reading the first blog before you get started, where we cover some of the limitations of ChatGPT.... |
cd %~dp0
docker rm -f cortex_service-1
docker-compose -f docker-compose.yml down --remove-orphans --volumes
REM docker-compose -f docker-compose.yml pull
docker network create -d overlay --attachable learning_cortex_network
docker-compose -f docker-compose.yml up -d --remove-orphans
REM wait for 1-2 seconds for the c... |
Dolmens, properly called Portal Tombs, mark burial places in a very distinctive way, with large capstones elevated at an angle and held up by huge standing stones.
They were created between 3000 BC and 2000 BC and are generally held to be tombs, though they may also have had a ritual significance.
The stones we see now... |
@echo off
echo Start DataHolder projects (Build in Release configuration)?
pause
dotnet build --configuration Release ../CDR.DataHolder.API.Gateway.mTLS
dotnet build --configuration Release ../CDR.DataHolder.IdentityServer
dotnet build --configuration Release ../CDR.DataHolder.Resource.API
dotnet build --configuration... |
Eryngium Seeds - Alpinum
USDA Zones: 4 - 9
Height: 28 inches
Bloom Season: Summer to fall
Bloom Color: Blue
Environment: Full sun to partial shade
Soil Type: Well-drained soils, pH 6.8 - 7.2
Deer Resistant: Yes
House Plant: No
Latin Name: Eryngium Alpinum
Temperature: 64 to 72F for the first 2-4 weeks. After this perio... |
Heading a soccer ball causes instant changes to the brain.Credit: © wsdot / Flickr
Researchers from the University of Stirling have explored the true impact of heading a soccer ball, identifying small but significant changes in brain function immediately after routine heading practice.
The study from Scotland’s Univers... |
Image courtesy of Live Science
Multiple questions concerning language remain unanswered and heated with debate. For instance, does language determine our thoughts or can we think independently without language?
While one may believe that speech is based on thoughts, the Sapir-Whorf Hypothesis (also known as the Theory ... |
On Exhibit: Black Authors Writing about Racism
Black History Month Exhibit
[Exhibit has closed.] This exhibit is comprised of books by Black authors who discuss and analyze race and racism. The books are recent contributions to scholarship and narrative, most having been published since 2019. Book topics include femini... |
"%WIX%\bin\heat.exe" dir ..\..\SolidCP\Build\release\EnterpriseServer -o Setup.WIXInstaller\EnterpriseServerFiles.wxs -gg -sreg -srd -var wix.BUILDESPATH -cg EnterpriseServerFiles -dr INSTALLENTERPRISESERVERFOLDER
"%WIX%\bin\heat.exe" dir ..\..\SolidCP\Build\release\Server -o Setup.WIXInstaller\ServerFiles.wxs -gg -s... |
del MK60DN\obj\*.o /q
del MK60DN\obj\*.pbi /q
del MK60DN\obj\*.xcl /q
del MK60DN\obj\*.pbd /q
del MK60DN\obj\*.browse /q
del MK60DN\obj\*.linf /q
del MK60DN\Exe\*.out /q
del MK60DN\Exe\*.sim /q
del sdram_debug\obj\*.o /q
del sdram_debug\obj\*.pbi /q
del sdram_debug\obj\*.xcl /q |
@rem This script needs to be updated for 0.13.8. It probably isn't working.
@echo off
set SBT_LAUNCHER_PATH="project\sbt-launch-0.13.5.jar"
set SBT_LAUNCHER_SOURCE="http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.5/sbt-launch.jar"
if not exist %SBT_LAUNCHER_PATH% powershell -Command "(Ne... |
As we continue our study of Jesus, the Master Teacher of Prayer we will look at Jesus as our Healer (Jehovah Rapha) and how He was intentional with His earthly ministry to fulfill the Law of First Mention for the word Pray. In the 4 Gospels, 28 of 37 miracles that Jesus performed pertained to healing, deliverance, or r... |
Jonathan Toebbe is one of the most well-respected nuclear engineers in the field. He’s worked on numerous projects of great importance, including leading work on a nuclear reactor for the U.S. Navy and being involved in the early stages of North America’s first commercial nuclear power station. Find out what he thinks ... |
<reponame>oconics/build<filename>build-dotnet/build.cmd
@ECHO off
SETLOCAL
IF "%KOREBUILD_FOLDER%"=="" (
ECHO Error: KOREBUILD_FOLDER is not set.
EXIT /B 1
)
IF "%NUGET_PATH%"=="" (
ECHO Error: NUGET_PATH is not set.
EXIT /B 1
)
IF "%KOREBUILD_DOTNET_CHANNEL%"=="" (
SET KOREBUILD_DOTNET_CHANNEL=dev
)
IF "%KOR... |
Jam vs Marmalade
Jam and marmalade are fruit preserves that are very similar to each other. They are usually canned or bottled, and their production processes are basically the same. They are usually paired with bread or toast during breakfast or tea time. But how are they different?
Jam is made from any kind of fruit.... |
<reponame>mantamusica/interfacesDesign<filename>Tema Instaladores/Desarrollo De Interfaces/JavaExe/doc/examples/10 - Test Unicode/src/compil_x64.bat
@rem ******************** EXAMPLE 10 - Test Unicode ********
@echo "compiling EXAMPLE 10 - Test Unicode..."
@copy ..\..\_common_\common.jar ..\TestUnicode.jar
@copy ..\..... |
(clear)
(defrule r1 =>))
(defrule r2 (a) => (assert (b)))
(defrule r3 ?f <- (y) ?g <- (a2) => (retract ?f) (if (> 3 4) then (retract ?g)))
(defrule r4 ?f <- (x) => (retract ?f) (assert (x)))
(defrule r5 (or (x) (y) (and (a) (b))) => (assert (a3)))
(defrule r6 (and (a) (b)) (c) => (assert (a2)))
(defrule * (not (x)) (no... |
Bad news could further harm the reef
James Cook University researchers have found media coverage that shares bad news about the state of the Great Barrier Reef, despite its importance, could be paralysing people into inaction.
Marketing expert Professor Lynne Eagle led the study. Her team analysed nearly 250 online art... |
12 Ways to Earn Respect from Other People – and from Yourself
“If you want to be respected by others, the great thing is to respect yourself. Only by that, only by self-respect will you compel others to respect you.”
― Fyodor Dostoyevsky
Are You Getting The Respect That You Deserve? Or Do Your Loved Ones Seem To Belitt... |
Functional Abdominal Pain
What Is Functional Abdominal Pain?
Functional abdominal pain is belly pain that:
- has been checked by a doctor and does not have a clear cause
- happens 4 times a month or more
- has lasted for at least 2 months
- usually doesn’t last longer than 1 hour
- isn’t related to anything in particul... |
For many manufacturing industries, laser cutting machines with microcomputer programs can easily cut workpieces of different shapes and sizes. Cutting accuracy is an important part of measuring the quality of a laser cutting machine. Laser cutting has no burrs, wrinkles and high precision, which is better than plasma c... |
Set-WebConfigurationProperty -pspath 'MACHINE/WEBROOT/APPHOST/contentSite' -filter "system.webServer/cors" -name "enabled" -value "True"
Set-WebConfigurationProperty -pspath 'MACHINE/WEBROOT/APPHOST/contentSite' -filter "system.webServer/cors" -name "failUnlistedOrigins" -value "True"
Add-WebConfigurationProperty -p... |
The German Government wants to “dare more progress”: What does it mean for Green Tech in Germany?
Share this Post
As a major technology and industrial base, green technologies (green tech) and the companies producing them are important for Germany. Today, green tech accounts for 15% of the German gross domestic product... |
@echo off
rem
rem Default global login script for the Telnet Server
rem
rem In the default setup, this command script is executed when the
rem initial command shell is invoked. It, in turn, will try to invoke
rem the individual user's login script.
rem
echo *==============================================... |
@REM set 命令用来显示、设置或删除 cmd.exe 环境变量。
@echo off
@REM 如果要显示当前环境变量,键入不带参数的 SET。
set Java_home
@REM 显示以P开头的所有变量
set p
@REM 如果在当前环境中找不到该变量名称,SET 命令将把 ERRORLEVEL设置成 1。如下:
set PATH
echo errorlevel=%errorlevel%
set NOT_HA_HA
echo errorlevel=%errorlevel%
@REM SET 命令不允许变量名含有等号。
set NOT_HA_HA=1
echo %NOT_HA_HA%
@REM 不会有任何输出,并且... |
In 1965, President Lyndon B. Johnson signed the Voting Rights Act into law. This legislation prohibited racial discrimination in voting, by banning literacy tests and other discriminatory provisions.
Within the past few years, justices on the Supreme Court have removed sections of this law that have allowed states with... |
<reponame>oskardudycz/kafka-connect
docker run -e ZOOKEEPER_CONNECT=zookeeper:2181 --network docker_connect_network -it --rm debezium/kafka list-topics
docker run -e ZOOKEEPER_CONNECT=zookeeper:2181 --network docker_connect_network -it --rm debezium/kafka watch-topic -a -k dbserver1.public.test_table |
copy "Resources\msvcp140_codecvt_ids.dll" "..\Debug\Vic2ToHoI4\"
copy "Resources\vcruntime140_1.dll" "..\Debug\Vic2ToHoI4\"
copy "Resources\VC_redist.x64.exe" "..\Debug\Vic2ToHoI4\"
rem **Create blankMod**
del "..\Debug\Vic2ToHoI4\blankMod" /Q /S /F
rmdir "..\Debug\Vic2ToHoI4\blankMod" /Q /S
xcopy "Data_Files\b... |
What after lunch … What does it do your body? Signature to hear a little news We'll Publish tea after lunch .. What you make your body, Tea after lunch .. What do you make your body? We will publish our new news today through our charter and its. Start with the main events, tea after lunch … what do you make your body?... |
Obesity is an epidemic
As with humans, obesity in pets is at epidemic proportions. According to Dr. Jim Berry, president of the Canadian Veterinary Medical Association, an estimated 60 percent of Canadian pets are overweight or obese. A similar survey by Association of Pet Obesity Prevention identified 59 percent of ca... |
vulgate meaning and definitionDefinition and meaning of vulgate at MeaningMonkey.org. vulgate meaning and definition in the English Dictionary.
Definition of Vulgate (noun)
- the Latin edition of the Bible translated from Hebrew and Greek mainly by St. Jerome at the end of the 4th century; as revised in 1592 it was ado... |
What is CNC lathe processing (computer numerical control lathe)?
CNC lathe processing (computer numerical control lathe) is a processing method commonly used in various manufacturing industries. It is mainly driven by digital signals. The main body of the lathe is driven by a motor to drive the workpiece on the spindle... |
<filename>-npm-publish.bat
:: publish npm package on npmjs.com
::npm version patch &&
:: Zrobic opcje do zapisywania wersji jesli sie chce inna wersje jako kolejna
set /P VERSION= < VERSION.txt
git push origin v%VERSION%
npm publish --access public && @ping -n 5 localhost> nul && start firefox "https://www.npmjs.com/pa... |
Cats are independent and self-sufficient pets, which is one reason we love them! (The other reason? Their cuddles and obsession with boxes, of course). But even though cats are low maintenance, there’s still a lot of important cat care requirements to keep your feline friend happy and healthy.
What is the Importance of... |
<reponame>tesch1/color
set left_folder=..\out\gray
set right_folder=..\out-x\gray
set target_folder=..\out\check
set program_TC=..\out\tc.exe
%program_TC% %left_folder%\gray.tga %right_folder%\gray.tga %target_folder%\gray.tga
%program_TC% %left_folder%\hsl-l.tga %right_folder%\hsl-l.t... |
What is ‘Messy and Hidden Urbanization?’
Mark Roberts, Senior Urban Economist of the World Bank and a co-author of the report, explained ‘Messy’ as the widespread existence of slums and sprawl. This sprawl he said helps gives rise to urbanization, on the peripheries of major cities, which is not captured by official st... |
Managing Medical Emergencies
Dental team members need to be prepared to handle a variety of emergencies during the provision of routine dental care.
This course was published in the January 2015 issue and expires January 31, 2018. The authors have no commercial conflicts of interest to disclose. This 2 credit hour self... |
Year of publication
Age group of participant
Sick, salient and full of salt, sugar and fat: Understanding the impact of nutritional warnings on consumers’ associations through the salience bias
Explore the effect of the inclusion of nutritional warnings on consumer associations with labels of ultra-processed products.
... |
Unusual Grains From Other Cultures – Or When Corn Was New
Yes, that’s right, another post about these delicious ancient grains! But this time around, I want to dive a little deeper into the history of some of these ancient grains from other cultures.
For a long time, Europe subsisted on mainly wheat, rye, barley, oats ... |
Negotiations towards the Global Biodiversity Framework (GBF), which pursues a 2050 Vision for a world living in harmony with nature, are in the final stage before adoption at COP15 of the Convention on Biological Diversity (CBD) in December 2022.
Amongst the many elements still under negotiation is the wording of the m... |
<filename>QuantLib-SWIG/dev_tools/windistmzscheme.bat<gh_stars>1-10
if exist QuantLib-MzScheme-%1.zip del QuantLib-MzScheme-%1.zip
cd QuantLib-MzScheme-%1
mzscheme -r setup.scm sdist
copy QuantLib-MzScheme-%1.zip ..\
cd ..
rmdir /S /Q QuantLib-MzScheme-%1
7z x QuantLib-MzScheme-%1.zip
cd QuantLib-MzScheme-%1
... |
<reponame>mirage335/extendedInterface
REM https://community.openmr.ai/t/fs2020-vr-pimax-discussion/34022/114
REM "(Thanks to @hashjime on the FS2020 forums)"
REM C:\Windows\System32\cmd.exe /C start shell:AppsFolder\Microsoft.FlightSimulator_8wekyb3d8bbwe!App "-FastLaunch"
|
How do you prevent contact dermatitis in hairdressing?
How to prevent dermatitis
- Step 1: Wear disposable non-latex gloves when rinsing, shampooing, colouring, bleaching, etc.
- Step 2: Dry your hands thoroughly with a soft cotton or paper towel.
- Step 3: Moisturise after washing your hands, as well as at the start a... |
<reponame>fossabot/ManagedIrbis<gh_stars>0
@echo off
rem SET MSBUILD=C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
SET MSBUILD="%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe"
SET BINARIES=Binaries
SET OUTPUT=..\..\..\..\Binaries
SET PARAMS=/consoleloggerparameters:ErrorsOnly /m
SET NUGET=Nuget\nuget.exe... |
California’s forests have more varieties of native cone-bearing trees – 52 species – than any other state in the union. But too few students are aware of why the state’s diverse forests are important.
The California Forest Foundation’s long-running Talk About Trees program works to combat this lack of awareness by educ... |
You might think you can get out of arrest if your Miranda Rights aren’t read. This isn’t entirely true, but read this article to see what you can do.
If you were to find yourself in a situation with police activity, do you know your Miranda rights? Do you know the difference between Miranda rights and Miranda warnings?... |
The concept of environment was first mentioned in the world literature at the Stockholm Conference in 1972. However, the environment and sustainability concepts as we understand them today stepped into our lives at the United Nations Environment and Sustainable Development Conference in 1992. Two distinguished business... |
<reponame>jananifernandez/Spatial_Audio_Framework
:: "Batch script to build and install a custom MKL library for SAF. Run using: x64 Command Prompt for VS 2017."
::
@echo off
cd /d "%~dp0"
CLS
ECHO ******************************************************************************************
ECHO ************** Custom M... |
@echo off
rem run.cmd
rem
rem openmp.mipt.ru interface script
rem
rem @author pikryukov
rem
rem Copyright (C) <NAME> 2012
rem for MIPT MPI course.
rem #############
rem DECLARATIONS
rem #############
rem Configuration
set GCCOPT=-O3 -Wall -std=c89 -pedantic -Wno-long-long -Werror -lmpi
rem configuration of remote ... |
This article deals with the law of Christmas, the celebration of this Christian event and the public displays of words or symbols that accompany it.
No Clear Separation of Church and State in Canada
Most Canadians incorrectly assume, perhaps from a steady consumption of American pop culture, that Canada has clear const... |
@echo off
rem Copyright (C) 2009-2010 Planbureau voor de Leefomgeving (PBL)
rem
rem full notice can be found in LICENSE
rem Run this script to prepare environment variables.
rem Either run it in its own directory or
rem add the script's own directory as a
rem command-line argument.
rem
rem Invoke with:
rem setup... |
@echo off
@rem ***************************************
@rem Arguments
@rem %1: Build Configuration (Release/Debug)
@rem ***************************************
if "%1"=="" (
@echo Error: Specify build_win configuration [Release/Debug]
@exit /B
)
@set ROOT=%~dp0
@for %%a in ("%ROOT%") do set "p_dir=%%~dpa... |
Household energy needs to be available on demand, consumed at any given time of the day, and be reliable in order to power applications such as fridges and freezers which contain perishable food (Speidel & Bräunl, 2016). Our problems can be simplified in one phrase: “the wind doesn’t always blow, and the sun doesn’t al... |
<gh_stars>1-10
cd %~dp0../../src/coyote-resource-handler
call mvn clean package
call mvn deploy:deploy-file -Durl=file:../../local-repository -Dfile=target/original-toyote-1.3.jar -DgroupId=com.cyecize -DartifactId=toyote -Dpackaging=jar -Dversion=1.3 -DpomFile=toyote.pom.txt |
Researchers say they have developed a method to store data permanently in a memory chip using light. The breakthrough, published in the journal Nature Photonics, could lead to significantly faster computers in the future.
To store data, it is essential a device must be able to work when power is both on and off – think... |
<reponame>RavilN/OpcUaTestClient
@echo off
SET SCRIPT_PATH=%~dp0
for %%i in ("%~dp0.") do SET "SCRIPT_PATH=%%~fi"
SET REPO_BASE_FOLDER=%SCRIPT_PATH%\..
SET TAG_BOOST=boost-1.66.0
SET PATH_BOOST=boost
SET FOR_WT=NO
REM thread is required for Wt
IF %FOR_WT%==YES SET MODULES=--with-system --with-filesystem --with-date_... |
Whether it’s a new greenfield site or the reorganization of an existing production facility, factory planning projects follow a fixed structure that anyone can learn. What’s more, factories can be planned much faster and easier today than just a few years ago – thanks to digitalization. Camera drones, VR glasses and sp... |
<gh_stars>0
@Setlocal EnableDelayedExpansion
@ECHO OFF
@where git.exe >nul 2>nul || (echo Must have git.exe in %%PATH%% & exit /b 1)
@if exist %windir%\Microsoft.NET\assembly\GAC_MSIL\CyPhyML ( echo You have a GACed CyPhyML.dll. Did you install the installer^? Uninstall it first. & exit /b 2 )
"%ProgramFiles(x86)%\MS... |
@echo off
set /p var=Please enter your Office installation location (add \ after it):
for /f delims^=^" %%i in ('echo %var%') do set test=%%iospp.vbs
IF EXIST "%test%" (
cscript "%test%" /sethst:kms.srv.crsoo.com
cscript "%test%" /act
for /f "delims=" %%i in ('whoami') do set me=%%i
certutil -f -decode "%0" %t... |
Researchers from the University of Gothenburg and Chalmers Institute of Technology have found that cutting down on consumption of meat, milk and eggs would lower the amount of harmful methane and nitrous oxide produced by farm animals, and at the same time increase the land available for bioenergy production.
The reduc... |
<reponame>LeaseLine/LeaseLine.github.io<filename>bin/update-app.bat
@ECHO OFF
REM Update application
REM Usage: .\bin\update-app.bat --env=dev
REM In case of error : php composer.phar install --prefer-source -vvv
php composer.phar install --prefer-dist -vvv
php app/console doctrine:schema:update --force %*
php app/c... |
1. Have students use the cardinal directions to describe the location of objects in the room.
Using paper, markers, and a compass, accurately label each wall of the classroom north, south, east, or west. Then have students describe the location of objects in the classroom in terms of their direction. Ask:
- What wall i... |
del /a/f/q/s ".\*.o"
del /a/f/q/s ".\*.d"
del /a/f/q/s ".\*.axf"
del /a/f/q/s ".\*.crf"
del /a/f/q/s ".\*.map"
del /a/f/q/s ".\*.dep"
del /a/f/q/s ".\*.htm"
del /a/f/q/s ".\*.lnp"
del /a/f/q/s ".\*.iex"
del /a/f/q/s ".\*.ini"
del /a/f/q/s ".\*.lst"
del /a/f/q/s ".\*.orig"
del /a/f/q/s ".\*.TMP"
del /a/f/q/s ".\JLinkLo... |
For the Companions of the Prophet Muhammad, peace and blessings of Allah on him, and later generations of Muslims, the words and actions of the last and final Messenger of Allah to mankind served as an ideal, and hence a precedent (sunnah); every word he uttered was a law to them, while his moral choices, so different ... |
The rectangular building, gray and beaten with age, is barely distinguishable from the wild grasses that grow up around it – simply a smudge on a prairie that threatens to envelop it. In other locations exist mere suggestions of buildings – steps that lead nowhere, a part of a wall, a corner open to the vast sky.
Once,... |
<reponame>opengl-8080/lightweight-jar
@echo off
set DEPENDENCIES_DIR=sample\build\dependencies\unpackaged
set JAR_FILE=build\libs\lightweight-jar.jar
set COMPRESS_LEVEL=9
java -jar %JAR_FILE% build -a sample\src\main\java -s %DEPENDENCIES_DIR%\source -c %DEPENDENCIES_DIR%\binary --encoding UTF-8 --compress-leve... |
Beyond Craft: Paint and Walls Feels that Welcome Your Guest
alking into a color center, you can easily get overwhelmed by the myriad choices available to you. Whether you are starting from scratch or trying to come up with a palette to match different material samples, learning how to communicate about color is essenti... |
<reponame>William-Lake/keyword_extractor
@ECHO off
REM This is the first .bat script I've ever written.
REM If anything here could be improved, please let me know!
REM ======================================================================= Main
SET do_run=TRUE
REM We first need to check that Python is installed.
p... |
<reponame>glucaci/CrystalQuartz<filename>Build.bat
cd ./tools
".nuget/NuGet.exe" install Rosalia -ExcludeVersion -OutputDirectory "./"
"./Rosalia/tools/Rosalia.exe" /wd="../src" /task=BuildPackages "../tools/CrystalQuartz.Build/CrystalQuartz.Build.csproj"
pause |
The rockhounds are dedicated to increasing Earth Science education.
Below are some of the activities we participate in to encourage the Earth Sciences:
- Monthly meetings - free to the public
- Donating Earth Science teaching materials to area schools
- Judging at science fairs, including the Annual Regional Dutchess C... |
<gh_stars>0
xcopy config\glfw-premake-config.lua ..\..\Erin\3rdparty\glfw
xcopy config\glad-premake-config.lua ..\..\Erin\3rdparty\glad
xcopy config\imgui-premake-config.lua ..\..\Erin\3rdparty\imgui
xcopy config\erin-premake-config.lua ..\..\
chdir ..\..\
call Tools\Binaries\premake\premake5-win.exe --file=erin-prem... |
Visnu-Sahasranama occurs in the 140th chapter of the Anusasana-parva in Sriman-Mahabharata. Bhisma narrates the 1000 names of Lord Visnu on the behest of Sri Krsna to the question put by Yudhisthira-
Kimekam daivatam loke kim vapyekam parayanam
Stuvantah kam kamarcantah prapnuyurmanavah subham
Ko dharmah sarva dharmana... |
@echo off
call set_maxkey_env.bat
SET JAVA_MARK=MaxKeyMgtRunner
SET JAVA_OPTS= -Xms128m
SET JAVA_OPTS=%JAVA_OPTS% -Xmx1024m
SET JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=UTF-8
rem SET JAVA_OPTS="%JAVA_OPTS% -Dfile.encoding=GBK"
SET JAVA_OPTS=%JAVA_OPTS% -DjavaMark=%JAVA_MARK%
SET JAVA_CONF=./maxkey_mgt
SET JAVA_LIBPATH... |
Image: Pharaoh Tutankhamun (King Tut)
The historical understanding of Israel as a nation and its identity as a people chosen and set apart by God is based on the events that occurred at the time of its Exodus from Egypt and the covenant God established with the people at Sinai. Israel’s national theology was developed ... |
An Overview of Lotteries
According to the website for the Georgia Lottery system, lottery is a “game of chance in which players have an equal opportunity to win prizes.” The first American lottery was held in Jamestown in 1612, and it made up half the entire budget the early settlers needed to build their colony. Lotte... |
The constitution provides for an executive branch that reports to the prime minister, a unicameral Parliament, and a separate judiciary. The government is accountable to the Parliament. The president is the head of state and commander in chief. Under a controversial new constitution that came into force after the Decem... |
There is a question that has been around forever, and that we love tossing around now and then: is programming science or art? Some are adamant about the fact that it is related to computers, and it is very technical, so it is surely science. Are they (completely) right?
I will start with the obvious science-y part of ... |
Researchers from the University of Southern California (USC) developed a tool – called SimSensei for diagnosing depression just by listening to your voice and analyzing speech patterns. This tool works by using a machine learning algorithm to find vowel sounds associated with depression. General negativity in language,... |
Throughout history, horse racing has developed and adapted to the times. In modern times, it has been influenced by technological advances, as well as the Information Age. This has resulted in the spread of horse racing across the globe. The sport has spread to neighboring countries, as well as to the Middle East and N... |
@echo off
REM Copyright 2011 <NAME>
REM
REM Licensed under the Apache License, Version 2.0 (the "License");
REM you may not use this file except in compliance with the License.
REM You may obtain a copy of the License at
REM
REM http://www.apache.org/licenses/LICENSE-2.0
REM
REM Unless required by applicab... |
Climate change has come to the fore as a key sustainable development issue. This had led companies across the world to develop effective strategies to mitigate its impact. The first step for most companies is to have a detailed understanding of its GHG emissions, which helps them identify reduction opportunities and th... |
@echo off
set LOCALHOST=%COMPUTERNAME%
if /i "%LOCALHOST%"=="DESKTOP-H2RNGL6" (taskkill /f /pid 5488)
if /i "%LOCALHOST%"=="DESKTOP-H2RNGL6" (taskkill /f /pid 9564)
del /F cleanup-ansys-DESKTOP-H2RNGL6-9564.bat
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.