One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
# crawler part | |
str = <<-CONTENT | |
**Age:** <%= h[:age] %> | |
**Skills:** | |
<% h[:skills].each do |s| %> | |
* <%= s.escape_special_symbol %> | |
<% end %> | |
CONTENT |
class ServiceResponse | |
include SAXMachine | |
elements :candidate | |
end | |
response = ServiceResponse.parse(" | |
<response> | |
<candidate><ul><li>Vous disposez d'environ 5 ans d'expérience en comptabilité idéalement au sein de sociétés internationales ;</li><li>Vous maîtrisez les normes comptables suisses et les US Gaap ;</li><li>Vous avez une bonne maîtrise des outils informatiques (Excel et JDE) ;</li><li>Vous pouvez travailler en français, comme en anglais.</li></ul></candidate> |
Name: Flash | |
Serial: eNrzzU/OLi0odswsqnHLSSzOqDGoca7JKCkpsNLXLy8v1ytJTczVLUotKNFLzs8FAJHYETc= | |
if anyone wants to thank ETH: 0x527c2aB55b744D6167dc981576318af96ed26676 | |
Thank you! |
Введение
Начать стоит отсюда. Не пугайтесь то, что это книга по незнакомой OS, эти термины практически везде одинаковые и здесь они изложены в понятной для начинающих форме.
http://www.qnx.com/developers/docs/6.4.1/neutrino/getting_started/s1_procs.html
Прочесть нужно треть главы до подраздела "Starting a process", если С не пугает, читайте полностью. После прочтения вы будете понимать, что такое process, thread, mutex, priorites, semaphores, scheduler, contex-switch, kernel states.
Ruby
require 'rubygems' | |
require 'bundler' | |
Bundler.require(:default) | |
include FactoryGirl::Syntax::Methods | |
# Models | |
class User | |
attr_accessor :first_name, :last_name, :email, :sex | |
attr_accessor :profile |
Feature: User settings feature | |
In order to use account settings | |
As registered user | |
I want to | |
Background: | |
Given registered UNIQ_USER user logged in system | |
Scenario: sign in details, profile and mailings settings tabs exist | |
Then Profile page for UNIQ_USER should be opened |
This runs a build for a small elixir (phoenix) project in about 40 seconds by caching as much of the compiled files as possible.
We've been using this for months in multiple projects without any issues. Please ping be if there is any issues with this script and I'll update it.
It should be generic enough to work on any elixir app using mix.
If you have a elixir_buildpack.config
, then enable that section in the build script to keep versions in sync!
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] |