Target audience: intermediate, beginner
a quick slide for users who work with "git", but not familiar with it.
Outline
- What is "git" ?
- Life Cycle
- How does git work?
- Better practice?
- Working with other?
- Pull, Push, Merge, behind the scene
This document discusses developing an iOS app using Xcode on a Mac. It mentions connecting an iPhone via USB to the Mac for testing the app during development. It also notes that the Xcode window's devices section can be used to select the iPhone as the device to run the app on.
一直以來資安都被視為較難入門的領域,加上繁體中文的文獻相較於英文及簡體中文少非常多,導致了台灣有許多人想入門資安卻不知該從何學起,抹煞了許多初學者的熱情。於是 Got Your PW 也就這麼成立了,立志於提供初學者豐富的資源提供學習與使用,使大家能夠更輕易的踏入資安圈而不會被高聳的門檻給嚇退,讓學資安成為一種輕鬆的「微旅行」。這回我們將述說 Got Your PW 建立的背景,故事,挫折等等不為人知的故事,並且探討現今的問題,以及未來的展望。
@SITCON2016
DARPA CGC and DEFCON CTF: Automatic Attack and Defense TechniqueChong-Kuan Chen
?
The document discusses automatic attack and defense techniques explored through DARPA's Cyber Grand Challenge (CGC) and DEFCON CTF competitions. It introduces CGC and covers topics like vulnerability discovery, fuzzing, symbolic/concolic execution, and software hardening. It describes CGC's qualification round in 2015 and final event in 2016, which was won by ForAllSecure/Mayhem. Various techniques used by competing teams are discussed, including AFL fuzzing, symbolic execution tools like S2E and Angr, and approaches that combined fuzzing and symbolic execution like Driller.
This document discusses coding style guidelines for PHP, CSS, JavaScript, and other front-end technologies. It recommends following established style guides like PSR-1 and PSR-2 for PHP coding style. For CSS and Sass, it suggests using PostCSS instead of compilers for readability and linting support. JavaScript recommendations include using Airbnb style guidelines for both ES5 and ES6, and leveraging tools like ESLint. Tools mentioned include EditorConfig, PHP Code Sniffer, PHP Coding Standards Fixer, Stylelint, and various PostCSS plugins.
(1) This document provides a quick tour of machine learning concepts including the components, types, and step-by-step process of machine learning.
(2) It discusses machine learning applications in areas like credit approval, education, recommender systems, and reinforcement learning.
(3) The tour outlines the key components of a machine learning problem including the target function, training data, learning algorithm, hypothesis set, and learned hypothesis. It also distinguishes between supervised, unsupervised, and semi-supervised learning problems.
Target audience: intermediate, beginner
a quick slide for users who work with "git", but not familiar with it.
Outline
- What is "git" ?
- Life Cycle
- How does git work?
- Better practice?
- Working with other?
- Pull, Push, Merge, behind the scene
This document discusses developing an iOS app using Xcode on a Mac. It mentions connecting an iPhone via USB to the Mac for testing the app during development. It also notes that the Xcode window's devices section can be used to select the iPhone as the device to run the app on.
一直以來資安都被視為較難入門的領域,加上繁體中文的文獻相較於英文及簡體中文少非常多,導致了台灣有許多人想入門資安卻不知該從何學起,抹煞了許多初學者的熱情。於是 Got Your PW 也就這麼成立了,立志於提供初學者豐富的資源提供學習與使用,使大家能夠更輕易的踏入資安圈而不會被高聳的門檻給嚇退,讓學資安成為一種輕鬆的「微旅行」。這回我們將述說 Got Your PW 建立的背景,故事,挫折等等不為人知的故事,並且探討現今的問題,以及未來的展望。
@SITCON2016
DARPA CGC and DEFCON CTF: Automatic Attack and Defense TechniqueChong-Kuan Chen
?
The document discusses automatic attack and defense techniques explored through DARPA's Cyber Grand Challenge (CGC) and DEFCON CTF competitions. It introduces CGC and covers topics like vulnerability discovery, fuzzing, symbolic/concolic execution, and software hardening. It describes CGC's qualification round in 2015 and final event in 2016, which was won by ForAllSecure/Mayhem. Various techniques used by competing teams are discussed, including AFL fuzzing, symbolic execution tools like S2E and Angr, and approaches that combined fuzzing and symbolic execution like Driller.
This document discusses coding style guidelines for PHP, CSS, JavaScript, and other front-end technologies. It recommends following established style guides like PSR-1 and PSR-2 for PHP coding style. For CSS and Sass, it suggests using PostCSS instead of compilers for readability and linting support. JavaScript recommendations include using Airbnb style guidelines for both ES5 and ES6, and leveraging tools like ESLint. Tools mentioned include EditorConfig, PHP Code Sniffer, PHP Coding Standards Fixer, Stylelint, and various PostCSS plugins.
(1) This document provides a quick tour of machine learning concepts including the components, types, and step-by-step process of machine learning.
(2) It discusses machine learning applications in areas like credit approval, education, recommender systems, and reinforcement learning.
(3) The tour outlines the key components of a machine learning problem including the target function, training data, learning algorithm, hypothesis set, and learned hypothesis. It also distinguishes between supervised, unsupervised, and semi-supervised learning problems.