• (Wikipedia) The China Study examines the link between the consumption of animal products (including dairy) and chronic illnesses such as coronary heart disease, diabetes, breast cancer, prostate cancer, and bowel cancer.[4] The authors conclude that people who eat a predominantly whole-food, plant-based diet—avoiding animal products as a main source of nutrition, including beef, pork, poultry, fish, eggs, cheese, and milk, and reducing their intake of processed foods and refined carbohydrates—will escape, reduce, or reverse the development of numerous diseases. They write that “eating foods that contain any cholesterol above 0 mg is unhealthy”.[5]
  • (hamichlol) מחקר סין הוא ספר עיון מאת הביוכימאי והתזונאי ט. קולין קמפבל ובנו תומאס מ. קמפבל שיצא לאור בשנת 2004. הספר בוחן את היחס בין צריכת מוצרים מהחי (בשר, ביצים, חלב) לבין מחלות כמו סרטן השד, סרטן הערמונית, סרטן המעי הגס, סוכרת, מחלת לב כלילית, השמנת יתר, מחלת חיסון עצמי (מחלות אוטואימוניות), דלדול עצם, מחלת ניוון מוח, וניוון כתם (מקולה).

Resources

Databases

  • Guru99
  • Guru99

IDE

  • PHP
    •  
  • C#, VB .Net
    • Visual Studio
  • Android Apps
  • Keywords
    • Learn Programming
    • יכול להתאים ללירן

Insights

  • Invest by Pension and other funds
    • Institutional have more capital then individual
    • Institutional get a better interest rate then individual.
    • Institutional have access to investments and assets that individual doesn’t have.
      • Safe investments.
      • Unexposed to public investments.
  • Mocking funds
    • S&P 500 summarizes Nasdaq and Dow Jones
    • All world stock exchanges dependent on US stock markets.
    • Therefore buy mocking funds instead on investing directly at specific stocks abroad.

Stocks

  1. Check stock behavior.
    • Healthy stock keep rises year by year.
    • Do a technical analysis
    • Analyze Securities (stocks, trust fund etc…) by Japanese candles
  2. Check the  company worth
    • Don’t buy stocks of small companies.
  3. Check Dividend
  4. Timing of buying, not at period between:
    • Final x date
    • Dividend payment date
  5. Read last quarter events at Maya

Loans

General

  • הבדלים בין קרן פנסיה, קופת גמל, ביטוח מנהלים
    • קרן פנסיה – התשואה תלוויה במספר החברים, ככול שמשולם יותר פניסה יש פחות תשואה.
    • ביטוח מנהלים – חוזה אישי בין המבוטח לבין הקופה, אך יש יותר עמלות, הפנסיה משולמת ולא קשור במספר החברים שקיבלו פנסיה.
    • קופת גמל – כמו ביטוח מנהלים אך ללא המלות אלה חיסכון נטו.
  • השוואת קרנות השתלמות
  • השוואת קופות גמל
  • השוואת קרנות פנסיה
  • ביטוח נט – השוואת חברות ביטוח

Pension - פנסיה וגמל

  • לוקחים 0.8 אחוז עמלה דרך אלטשולר שחם
  • משקיעים ע”פ מסלולים.
  • מנקים 25 אחוז מהרווח לצורך מס
  • קרן השתלמות באלטשולר שחם
    • עד סכום של 250 אש”ח עמלה של 1 אחוז
    • עד סכום של מיליון שח עמלה של 0.75 אחוז
    • מעל מיליון עמלה של 0.6 אחוז

ניהול תיקים

Stocks Analysis

NoCompanyBehavior over years DividendsWorth (Milliards ILS)Last updated
1בינלאומיLast 3 years keeps raising
Globes
Every quarter
Maya
Bizportal
9.92019-12-25
2אלוני חץLast 10 years keeps rising
Globes
Every quarter
Maya
9.32019-12-25
3אמותLast 6 years keeps rising
Globes
Every quarter
Maya
9.72019-12-25
4ביג2019 raised
Bizportal
Once a year
Maya
Bizportal
5.082019-12-25
5שופרסלLast 5 years rising
Bizportal
Once a year
Bizportal
5.262019-12-25

Development

[shortcode param1='param 1 value' param2='param 2 value']

Read parameters:

function shortcode_function($atts)
{
echo $atts['param1']; //param 1 value will be displayed.
echo $atts['param2']; //param 2 value will be displayed.
}
  • Example 1
    • /*
      Plugin Name: Shortcode demo
      Plugin URI:
      Description: Shortcode Demo
      Version: 1.0
      Author: Gabriel Magen
      Author URI: http://www.flash-jet.com
      License: GPLv2
      *

How to

  • Add a language
    • Go to HERE
    • Locate requested language
    • Click on “View team page
    • Click on “Download language pack
    • Upload the downloaded file to wp-content\languages
    • At wordpress admin panel, go to Settings->General
      • Select the required language
  • Add to wp-config.php, after define(‘DEBUG’,off);, the following line:
    • define(‘FS_METHOD’,’direct’);
    • At the following picture FS_METHOD appears twice, the white is not legal and the yellow is legal.
  • Click on the following video that demonstrates this.
  • Install
    • Go to Woocommerce.com
    • Download plugin and install from there.

Plugins

  • Elementor
  • WpIde
  • AceIde

ML Machine Learning releases

Image Recognition (10 Videos):

Deep / Machine learning resources:

External Links:

Clarifai Reference:

Forum and Help:

Step by step how to install python, clarify and run a demo code

  1. Download & Install Python – Just download and install 2.X
  2. Windows
    • Add to system path:
      • c:\python27\
      • c:\python27\scripts\
  3. Run example code of Python
    • print “Hello World”
  4. Open command prompt and run the following:
    • pip install clarifai==2.0.28
  5. Install guide for clarifai
  6. After a successful install without error messages, do the following:
    1. change directory to c:\python27\scripts
    2. At command prompt run the following: python clarifai config
  7. Provide clarifai_app_id and clarifai app_secret as follows:
    • Under your clarifai account use or create new app. Find HIDE LEGACY AUTHORIZATION
    • The app ID and Secret will be there.
  8. Login to your clarifai account
  9. Select PREDICT from the following page:
  10. Copy and paste the following to a python file:
from clarifai.rest import ClarifaiApp

app = ClarifaiApp("{client_id}", "{client_secret}")

# get the general model
model = app.models.get("general-v1.3")

# predict with the model
model.predict_by_url(url='https://samples.clarifai.com/metro-north.jpg')

Steps to install:

  • Install Ubuntu 16.04 lts
  • Open terminal and install GIT:
    • sudo apt-get update
    • sudo apt-get install git
  • Clone Darknet repo
    • git clone https://github.com/pjreddie/darknet.git
    • cd darknet
    • make
    • ./darknet
    • You suppose too get hte following output: usage: ./darknet
  • Install OpenCV
    • sudo apt-get install libopencv-dev python-opencv
    • Edit make file and change to OPENCV=1
    • Make again
    • Test by the following command line:
      • ./darknet imtest data/eagle.jpg

How to test Darknet?

  • At terminal, at darknet directory write:
    • ./darknet
      • Result: usage: ./darknet
  • How to test OpenCV?
    • Open terminal and paste:
      • ./darknet imtest data/eagle.jpg
      • A window with eagle picture will appear.
  • How to test darknet predict and classify?
    • Download Extractions.weights. 
    • Open terminal and paste:
      • ./darknet classifier predict cfg/imagenet1k.data cfg/extraction.cfg extraction.weights data/eagle.jpg
        • Result: classification of image.
  • How to test Yolo?
    • Download Yolo.weights
    • Open terminal and paste:
      • ./darknet detect cfg/yolo.cfg yolo.weights data/dog.jpg
        • Result: image with classification

Darknet Website

  • Link: https://pjreddie.com/darknet/yolo/
  • Live video:
    • ./darknet detector demo cfg/coco.data cfg/yolo.cfg yolo.weights
  • Video from file:
    • ./darknet detector demo cfg/coco.data cfg/yolo.cfg yolo.weights 
  • Changing The Detection Threshold
    • ./darknet detect cfg/yolo.cfg yolo.weights data/dog.jpg -thresh 0

Docker

  • Pull darknet
    • sudo docker pull loretoparisi/darknet
  • Test Docker darknet:
    • run darknet
      • docker run –rm -it –name darknet loretoparisi/darknet bash
      • cd darknet
      • ./darknet detector test cfg/coco.data cfg/yolo.cfg /root/yolo.weights data/dog.jpg
  • AI
  • Machine learning
  • Tensorflow
  • Deep learning
  • Generate models for tensorflow
  • Microsoft application for machine learning
Posted in AI.

Mobile friendly?

  • CLICK HERE TO TEST
    • Basically it is same as page speed test
    • Test how mobile-friendly your site is

Pagespeed & Analysis

Google Dev APIs and products

Google Developer APIs: API PAGE

Website tools

Others

Keywords

  • Speed, Page speed, Website speed, PageSpeed, Page Testing, Website Testing, google speed, google speed test, Performance test, Site Performance, Website Performance.
  • Check website, website reliability, website reliable
  • בדיקת אתר
  • בדיקת כתובת מייל
  • בדיקת אמינות של אתר
  • Network services
  • Internet services
  • SMTP servers
  • שליחת מיילים
  • שליחת מייל
  • שירות שליחת מייל
  • Learn to code.
  • Build projects.
  • Earn certifications.

COURSERA HUNDREDS OF SPECIALIZATIONS AND COURSES IN BUSINESS, COMPUTER SCIENCE, DATA SCIENCE, AND MORE

Code School courses are organized into Paths based on technology. Navigate our learning Paths to find the right course for you.

Take control of your learning by working on the skills you choose at your own pace with free online courses.

Computer Science courses

LEARN APIS FOR SOUNDCLOUD, YOUTUBE, GITHUB, BOX, EVERNOTE, TWITTER & MORE

THE WORLD’S LARGEST WEB DEVELOPMENT SITE

  • THE LARGEST TUTORIALS LIBRARY ON THE WEB
  • Free Online Tutorials & Courses

80+ E-BOOKS ON POPULAR TECHNOLOGIES FOR FREE

Learn Everything

  • Server that hosts the Printer
    • Control panel
    • Share printer
  • Client to install printer as a network printer
    • Go to control panel of windows.
    • Go to “Devices and printers”.
    • Click on “Add printer”.
    • Click on “The printer that I want isn’t listed”.
    • Click on “Add a printer “.
    • Select “Select shared printer by name”.
    • Write the following:
      • \\[printer’s IP]\Brother MFC-J470DW
    • Another way to add printer is :
      • In start windows search for Printers & scanners
      • Click on The printer that I want isn’t listed
      • Write the following”
        • \\[printer’s IP]\Brother MFC-J470DW

Tonido

  • Suitable for Windows 10
  • Download server
  • How to install (youtube)
  • Disadvantages
    • Doesn’t supports Hebrew at mobile app.
    • Uploading from mobile app doesn’t works smoothly.
  • Advantages
    • Simple, easy to use
    • Works on Win 10.

My cloud home

ownCloud

  • Keywords
    • NAS
    • Create NAS
    • Turn your PC into NAS
    • Cloud storage
    • Your cloud
Posted in IT.

Treatments & Parts

Keywords

  • מידע על רכב
  • מידע על רכב משומש 
  • היסטוריה של רכב
  • Go ביטוח חובה
  • ביטוח צד ג’
  • ביטוח מקיף
  • Galgalim
  • Auto parts
  • טיפול 10000
  • טיפולי רכב
  • טיפול לרכב
  • חלקים לרכב
  • בדיקה לפני טסט
  • car insurance
  • ביטוח חובה לרכב
  • ביטוח מקיף לרכב
  • השוואת ביטוחי רכב

Diary

  • 2019-12-11
    • Shppping
      • Primark at Alexander platz
      • Anne Frank center
      • Nature Museum
  • 2019-12-12
    • Museum
      • Science
      • Cars
      • Network
      • Technical
    • Xmax Botanical Gardens 
    • Sony Center
      • Dinner at Alex
  • 2019-12-13
    • Return to Israel

Flight

Places

Internet

  • Internet Sim Cards

Lodging

Tax Refund

  1. Read LINK1 / LINK2 for more info
  2. From 25 Euro and above.
    • Services and tickets doesn’t included.
    • Products included
  3. What is the process?
    1. Upon purchase ask for task refund with receipt.
    2. Fill your details at the tax refund form at the receipt.
    3. Locate tax refund office.
      • For example:
        • At Alexanderplatz at Galeria mall at the 5th floor there is an office of Global Blue tax refund
        • Make sure your receipt tax refund is Global blue.
    4. At the Airport Locate the Tax refund office.
      • For Example At airport Tagel, the Tax refund is at terminal B.
    5. Tax officer to sign Tax refund papers.
    6. Put the signed documents to the appropriate box.
      • Case Tax refund of global blue, put papers into Global Blue box.

Transportation