-
🔭 I’m currently working on too many projects
-
🌱 I’m currently learning ...
- How to write articles
- Machine learning
- Team management
-
💬 Ask me about development by creating an issue on this repository
-
📫 How to reach me: Twitter, Github
-
⚡ Fun fact: I'd like to work in North America
🤜
Making a better world
Pinned Loading
-
-
-
zori-meteor-ng2
zori-meteor-ng2 PublicReal-time link sharer using Meteor as its backend and AngularJS 2 on the frontend.
CSS
-
Normalize
Normalize 1"mon string avé des accents".normalize("NFD").replace(/[\u0300-\u036f]/g, ''); // Remove accent
2"mon string avé des accents".normalize("NFD").replace(/([^a-zA-Z0-9 ]*)/g, ''); // Keep only letters, numbers and space
34"mon string avé des accents".normalize("NFD")
5.replace(/[\u0300-\u036f]/g, '')
-
:root tip
:root tip 1:root {
2font-size: calc(16px + (24 - 16) * (100vw - 400px)/(800 - 400));
3line-height: calc(1.3em + (1.5 - 1.3) * ((100vw - 21em)/(35 - 21)));
4}
-
Remove unnecessary architecture in b...
Remove unnecessary architecture in build phase (Xcode) 1APP_PATH="${TARGET_BUILD_DIR}/${WRAPPER_NAME}"
23# This script loops through the frameworks embedded in the application and
4# removes unused architectures.
5find "$APP_PATH" -name '*.framework' -type d | while read -r FRAMEWORK
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.