Skip to content

Instantly share code, notes, and snippets.

View mazzzystar's full-sized avatar
☂️
Focusing

Ke Fang mazzzystar

☂️
Focusing
View GitHub Profile
@mazzzystar
mazzzystar / scrapy_plus_selenium_renderedpage
Created September 8, 2016 11:35 — forked from cheekybastard/scrapy_plus_selenium_renderedpage
Using Scrapy with Selenium to scape a rendered page
#Using Scrapy with Selenium to scape a rendered page [Updated]
from scrapy.contrib.spiders.init import InitSpider
from scrapy.http import Request, FormRequest
from scrapy.contrib.linkextractors.sgml import SgmlLinkExtractor
from scrapy.contrib.spiders import CrawlSpider, Rule
from scrapy.spider import BaseSpider
from scrapy.selector import HtmlXPathSelector
from selenium import selenium
@mazzzystar
mazzzystar / _tsne.pdf
Created May 3, 2017 11:49 — forked from kylemcdonald/_tsne.pdf
Exploring antonyms with word2vec.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

目前我所知道的Style-Transfer的一切

图像中的Style-Transfer

  • Neural Style Transfer: A Review

 * Arxiv  * 我的带标注版本

@mazzzystar
mazzzystar / Signal reconstruction from spectrograms.ipynb
Created June 1, 2018 11:11 — forked from carlthome/Signal reconstruction from spectrograms.ipynb
Try to recover audio from filtered magnitudes when phase information has been lost.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Download Audio from YouTube

-i - ignore errors

-c - continue

-t - use video title as file name

--extract-audio - extract audio track

首页

项目名

被窝旅行

slogan

  • 在壳中触探世界
  • 让远处的风景触手可及

logo

  • 小程序自带的
/* smooth and normalize the input pitch vector */
void SProcessQuery(float* fPitchArray,int& Len){
int i;
float MeanVal;
for (i=1;i<Len-1;i++){
if (fPitchArray[i-1]<2 && fPitchArray[i]>2 && fPitchArray[i+1]<2)
fPitchArray[i]=0;
}

拟定热搜关键词:#文在寅下令徹查勝利、張紫妍等案#

张紫妍事件始末

Abstract

张紫妍系韩国女演员。2009年因自杀身亡。2011年遗书被公开,揭露韩国演艺圈“性接待”、“性上纳(性朝贡)”的不成文规定,震惊韩国及整个亚洲地区。

全文

2008年8月她被逼跳上酒桌跳舞,被某报社的赵熙千一把拽下来当众猥亵(此为张紫妍同事尹智吾所述细节,后赵熙千因其妻是检察官而躲过调查),还被安排同时陪睡乐天集团董事长86岁的辛格浩和其子56岁的辛东彬,并被父子二人用酒瓶性虐待(禽兽),最多时她曾经被迫同时与4位男客陪睡,为了更好的服务客人,还被要求吃下各种不同的兴奋剂与毒品,以满足客人的特殊癖好。如果不从,就有可能被金承勋殴打。

据十年后韩国KBS电视台以及MBC的《PD手册》等其他韩国媒体的报道,除了上面一段提到的名字,参予张紫妍陪睡的其他重要男客有:《朝鲜日报》社长弟弟方勇勋、《朝鲜体育报》副社长、KOLON会长、《中央日报》弘报本部长、PD郑世浩、酒企真露会长朴文德、韩国某报社方正五(及此报社社长二儿子)、某国会议员、法务部高官权宰镇(至少有参予陪酒)、KBS及MBC的部分导演等,另外,三星集团女婿任佑宰(其前妻是三星集团会长李健熙的长女李富真,任佑宰最早是李富真的保镖),在张紫妍去世前一年有过35次通话记录,两人关系也不清不楚。

self.power = 1.5
self.max_norm = 1.0
self.preemphasis = 0.97
self.ref_level_db = 20
self.min_level_db = -100
"""
Need to implement:
>>> np.clip