The easiest way to get the ClamAV package is using Homebrew
$ brew install clamav
Before trying to start the clamd process, you'll need a copy of the ClamAV databases.
Create a freshclam.conf file and configure as so
| var gulp = require("gulp"); | |
| var sass = require("gulp-sass"); | |
| var autoprefix = require("gulp-autoprefixer"); | |
| var filter = require('gulp-filter'); | |
| var browserSync = require('browser-sync'); | |
| var reload = browserSync.reload; | |
| /** | |
| * Start BrowserSync | |
| */ |
| class Program | |
| { | |
| public static void Main(string[] args) | |
| { | |
| Console.WriteLine("What's your name?"); | |
| var name = Console.ReadLine(); | |
| Console.WriteLine(string.Format("Hello {0}!!", name)); | |
| } | |
| [Test] |
The easiest way to get the ClamAV package is using Homebrew
$ brew install clamav
Before trying to start the clamd process, you'll need a copy of the ClamAV databases.
Create a freshclam.conf file and configure as so
| RN < 0.50 - watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache clean && npm install && npm start -- --reset-cache | |
| RN >= 0.50 - watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules/ && npm cache clean && npm install && npm start -- --reset-cache | |
| RN >= 0.63 - watchman watch-del-all && rm -rf node_modules && npm install && rm -rf /tmp/metro-* && npm run start --reset-cache | |
| npm >= 5 - watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache verify && npm install && npm start -- --reset-cache | |
| Windows - del %appdata%\Temp\react-native-* & cd android & gradlew clean & cd .. & del node_modules/ & npm cache clean --force & npm install & npm start -- --reset-cache |
A collection of links to the "Master the JavaScript Interview" series of medium stories by Eric Elliott.