stomach-ache.github.io stomach-ache.github.io

stomach-ache.github.io

Tong Wei

Welcome

http://stomach-ache.github.io/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR STOMACH-ACHE.GITHUB.IO

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.2 out of 5 with 10 reviews
5 star
8
4 star
0
3 star
0
2 star
0
1 star
2

Hey there! Start your review of stomach-ache.github.io

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

CONTACTS AT STOMACH-ACHE.GITHUB.IO

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Tong Wei | stomach-ache.github.io Reviews
<META>
DESCRIPTION
Welcome
<META>
KEYWORDS
1 archives
2 life
3 collected problems
4 funny things
5 project euler 104
6 pandigital fibonacci ends
7 projecteuler
8 project euler 145
9 project euler 293
10 pseudo fortunate numbers
CONTENT
Page content here
KEYWORDS ON
PAGE
archives,life,collected problems,funny things,project euler 104,pandigital fibonacci ends,projecteuler,project euler 145,project euler 293,pseudo fortunate numbers,project euler 113,non bouncy numbers,project euler 329,prime frog,project euler 323,next »
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Tong Wei | stomach-ache.github.io Reviews

https://stomach-ache.github.io

Welcome

INTERNAL PAGES

stomach-ache.github.io stomach-ache.github.io
1

Project Euler 243 - Tong Wei

http://stomach-ache.github.io/2016/08/26/Project-Euler-243

I used a silly method and my code runs about 1 minutes. Generating all phi(i) for i in range [1, 10 9] then check every number one by one. 2016 Tong Wei Powered by Hexo.

2

Tong Wei

http://stomach-ache.github.io/about

A little bit about me. Last updated: Sep. 19, 2016. I’m Tong Wei, also you can call me erikwei. Now I’m a first year master student with an interest in machine learning, including semi-supervised learning and multi-label learning at NanJing University from CS Department, China. I spent most of my time doing what I love most - solving problems when I was an undergraduate student. I frequently participate in Competitive Programming contests on CodeForces,. Jun 23, 2016:   SSIST 2016, at Shanghai Tech ...

3

Tong Wei

http://stomach-ache.github.io/niceProblems

This page shows a collection of problems that I could learn something from. Problem D of the 1st online contest of indeed cn2016 fall. Problem E of Code Festival 2016. Problem D of Google 2017 apac test. 2016 Tong Wei Powered by Hexo.

4

Project Euler 124 - Tong Wei

http://stomach-ache.github.io/2016/08/25/Project-Euler-124

This is an easy problem with only 25% difficulty rating and it costs me about 10min to code. My code runs in 0s. The idea is so simple that we can calculate rad(n) for every n from 1 to 100000. As an optimization, a priority queue is used to keep the first 10000 smallest values. 2016 Tong Wei Powered by Hexo.

5

Project Euler 329 - Tong Wei

http://stomach-ache.github.io/2016/08/31/Project-Euler-329

Got accepted with simple dynamic programming and my code runs in nearly 0 seconds. It helps a lot using fractions in Python. I first try to use C but unfortunately numbers may too large to hold by long long. 2016 Tong Wei Powered by Hexo.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

sukai.me sukai.me

Wikis | sukai's blog

http://sukai.me/wiki

Published at Jun 07, 2016.

sukai.me sukai.me

caffe | sukai's blog

http://sukai.me/tag/caffe

发表于 Oct 31, 2016.

sukai.me sukai.me

About Me | sukai's blog

http://sukai.me/AboutMe

Published at Aug 28, 2015. Thanks for your visiting. My name is Kai Su. MacBook Pro 15-inch with Retina Display (16GB Memory, 251GB Storage). Kindle Paperwhite 3(300 ppi). IPhone 6(16GB), MX4 (16 GB), Google Nexus 7 (32GB),. Mechanical Keyboard Black Switch (Noppoo Choc Mid 87).

sukai.me sukai.me

交流版块 | sukai's blog

http://sukai.me/Board

Published at Jan 30, 2015. 本人博客采用Disqus评论系统 Why I Choos Disqus?

sukai.me sukai.me

Life | sukai's blog

http://sukai.me/tag/Life

发表于 Jul 30, 2016. 7月看了10 11篇论文 Face Alignment ,这占据了工作的大部分时间。

sukai.me sukai.me

Reading | sukai's blog

http://sukai.me/tag/Reading

发表于 Jun 30, 2016. 算法导论 第9章 中位数和顺序统计量 正好讲到了这个问题,. 发表于 Jun 20, 2016. 发表于 Jun 19, 2016.

sukai.me sukai.me

Caffe Blob源码阅读 | sukai's blog

http://sukai.me/caffe-blob-source-code

Published at Oct 31, 2016. Data 存储前向传播的数据,diff 存储反向传播的梯度 shape data 和 shape 记录了每一维度数据的大小. 一个Blob最多可以表示 const int kMaxBlobAxes = 32;. 完成初始化操作,为 data 和 diff 分配共享内存对象SyncedMemory. Capacity must be initialized before calling Reshape. Capacity must be initialized before calling Reshape. Blob size exceeds INT MAX. 例如,对于批量图像数据来说,blob常规的维数为图像数量 N * 通道数 K * 图像高度 H * 图像宽度 W。 所以4维blob,坐标为 n,k,h,w 的值在blob中的物理位置为 n * K k * H h * W w. Data {k 1} = data k - diff$. Perform computation on CPU. Perform computation on GPU.

sukai.me sukai.me

读《你只是看起来很努力》 | sukai's blog

http://sukai.me/you-just-seem-to-be-working-hard

Published at Jun 20, 2016. Part 1 梦想和奋斗 你只是看起来很努力.

sukai.me sukai.me

2016上半年书单 | sukai's blog

http://sukai.me/2016-first-half-booklists

Published at Jun 19, 2016. Automate the Boring Stuff with Python. 书中讲 大部分人不愿意正视 人生苦难重重 ,总会选择先享受,然后逃避问题和痛苦,这句说得太好了。

sukai.me sukai.me

开源翻译 | sukai's blog

http://sukai.me/MyTrans

Published at Jan 30, 2014. 检测 Linux 内存使用情况的 free 命令的10个例子.

UPGRADE TO PREMIUM TO VIEW 10 MORE

TOTAL LINKS TO THIS WEBSITE

20

SOCIAL ENGAGEMENT



OTHER SITES

stomacentre.ru stomacentre.ru

Лучшие стоматологии СПБ | Центр стоматологии «Щелкунчик» Санкт-Петербург

Центра стоматологии в Санкт-Петербурге. Богатырский пр., д. 2, лит. "А". Ул Коллонтай, д. 17, корп. 2. Доступно лечение в кредит. Одноэтапная и двухэтапная имплантация. Исправление прикуса без брекетов. Чистка зубов с брекетами. Лечение кариеса у детей. Лечение стоматита у детей. Исправление прикуса у детей. Чистка зубов AIR FLOW. Реставрация и восстановление зубов. Исправление прикуса без брекетов. Скидки для пенсионеров до 15%. Реминерализация зубов от 500 руб. Скидка на лучшие немецкие имплантаты XIVE.

stomacentrum.cz stomacentrum.cz

Komplexní stomatologická péče Praha - Stomacentrum

Stomatologické centrum Praha s.r.o. Stomacentrum - Komplexní stomatologická péče v centru Prahy. 08112013 - Příjem nových pacientů. Naše centrum stále přijímá nové pacienty. Pro bližší informace a objednávky volejte na. 12122013 - Novinka-neinvazivní kosmetiké zákroky v oblasti obličeje. Od ledna se služby našeho centra rozšíří o neinvazivní kosmetické zákroky v oblasti. 05052015 - ošetření AKUTNÍCH BOLESTÍ (v době rekonstrukce) po telefonické dohodě s MUDr. LUKÁŠEM na č. 724 360 711. 420 224 228 557.

stomach--cancer.com stomach--cancer.com

Рак желудка

In array() expects parameter 2 to be array, null given in /home/stomach2/public html/303569221f412a1c0ad7a8e81f1bb4f3/sape.php. In array() expects parameter 2 to be array, null given in /home/stomach2/public html/303569221f412a1c0ad7a8e81f1bb4f3/sape.php. In array() expects parameter 2 to be array, null given in /home/stomach2/public html/303569221f412a1c0ad7a8e81f1bb4f3/sape.php. Гастроскопическая картина рака желудка. Диагностика рака при помощи гастроскопии должна дополняться прицельной гастробиопсией...

stomach-abs.com stomach-abs.com

stomach-abs.com - Registered at Namecheap.com

This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.

stomach-abs.org stomach-abs.org

word1 | Just another WordPress site

Just another WordPress site. December 11, 2014. I have my thinking cap on! This site is under construction. And will be available in the near future. Good things are worth waiting for. When this site is getting close to release We will announce it, so that you know in advance when to come back to this site and enjoy its content. Proudly powered by WordPress.

stomach-ache.github.io stomach-ache.github.io

Tong Wei

How many reversible numbers are there below one-billion? It is sad that I am a brute forces :-( My code runs in about 60 seconds. I know brute force is not a good way to solve this problem but it needs some time for me to figure out the brilliant solution. Got accepted with simple dynamic programming and my code runs in nearly 0 seconds. It helps a lot using fractions in Python. I first try to use C but unfortunately numbers may too large to hold by long long. Bitwise-OR operations on random integers.

stomach-acid-reflux.blogspot.com stomach-acid-reflux.blogspot.com

Stomach Acid Reflux

Build strong muscular stomach extreme program. Easy home stomach exercises. Flat stomach month these innovative exercises easy follow diet tips. Foods That Cause Stomach Fat. Get a flat stomach in one month. Help stomach learn flat belly. Lose stomach moment lose stomach self esteem rise. Sexy flat stomach tips exposed. Stomach cancer causes symptoms diagnosis treatment prognosis. To make money in spanish. Build a Strong Muscular Stomach With the Extreme Abs Program. I Hate My Stomach! Ever desired to ha...

stomach-acid.com stomach-acid.com

Stomach-Acid.com

Stomach-Acid.com is For Sale for $349.30!

stomach-adjust.com stomach-adjust.com

Stomach-Adjust.com

This Domain Name Has Expired - Renewal Instructions.

stomach-band.com stomach-band.com

stomach-band.com

stomach-blister.blogspot.com stomach-blister.blogspot.com

Stomach Blister-

ViolentaVida, La columna del Editor. A partir de este mes comenzaré a escribir una columna quincenal en HxC Life. Será un recorrido personal por diferentes anécdotas, opiniones y críticas desde el punto de vista del Editor, no solo en función del trabajo en el sitio y la ”escena”, sino que también del entorno en general. Los invito a revisarla haciendo clic en la imagen o en el siguiente link: “ViolentaVida”, la Columna del Editor. Amigo, ¿a las Cucardas? Las luces de neón a lo lejos y posteriormente el ...