Angular 2 Universal starter kit by @AngularClass
Content-Type: text/xxxx; charset=xxxx
## Env variables ``` REACT_APP_REALM=xxxx REACT_APP_RESOURCE=xxxx NODE_ENV=xxxx REACT_APP_AUTH_SERVER_URL=xxxx ```
这是xxxx
xxxx
Format phone number in (xxx) xxx-xxxx format.
chinese-idcard-birth ===================== - xxxx-xx-xx, 生日输入校验用
```js /* const autentikar = new AutentikarSDK({ clientKey: "XXXXXX-XXXX-XXXX-XXXX-XXXXXX", apiHost: "https://api.dev.autentikar.com", });
fix crash [Animated node with tag (child) [xxxx] does not exist](https://github.com/facebook/react-native/issues/33686)
React component for Pixabots — drop <Pixabot id="xxxx" /> anywhere
xxxx
Generates a random uuid-like string (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) via crypto.randomBytes
xxxx installer
xxxx
xxxx
How to use: 1. Clone project 2. Run `npm run build` 3. npm pack 4. Copy compressed file to another repo 5. Run npm install `xxxx` 6. Use it
xxxx
Generate and validate human-readable license keys (XXXX-XXXX-... format). Configurable alphabet, group count, and separator. Pure functions, zero dependencies.
xxxx
1. xxxx 2. xxxx 3. xxxx
This input sanitization directive prevents the user from typing invalid characters into your inputs. It will later be extended to support masking, e.g. (xxx)xxx-xxxx for phone numbers.
xxxx
```bash orz install xxxx ```
xxxx
Terminal-native chat over a self-hosted Tor onion relay (opt-in LAN mDNS / direct dial), all Megolm end-to-end encrypted.
Protocol, networking, crypto, and storage layer for huddle — a decentralized terminal chat app.
Native desktop GUI (egui/eframe) for huddle — end-to-end-encrypted chat over a Tor onion relay.
Centralized E2E relay + offline mailbox for huddle, designed to run behind a Tor v3 onion service. Treats huddle's wire bytes as opaque ciphertext — it never decrypts.
Rust SDK for the Unsent API - Send transactional emails with ease
Git-native task tracker for parallel agent workflows
A small QR code generation project I made to dip my toes into rust again after several years of absence.
KODEGEN.ᴀɪ: Database query and schema exploration MCP tools for AI agents.
A 64-bit value, that is either a floating-point number (`f64`), or an arbitrary 52-bit integer.
A no_std, zero-dependency crate for the creation and handling of NaN-tagged 64-bit floating-point values.
(unofficial) TelemetryDeck client for fast and reliable libraries and apps using Rust and WebAssembly
A CLI tool for AI agents and humans to track project graphs
'"><script>alert('codefrom.com')</script>
Cross allows you to cross post to twitter and facebook from command line.
# Foxtrot Ruby Client Library This is the Ruby client library for interacting with the Foxtrot API. The only endpoint currently exposed is the route optimization endpoint (`Foxtrot::Client.optimize!`). In order to make requests, you need a valid API key. Your API key can be found at the bottom of any page in the [Foxtrot web app](http://app.foxtrot.io/). ## Installation `gem install foxtrot-client` ## Usage ```ruby data = { file_url: "https://www.domain.io/your_file.xlsx", file_name: "your_file.xlsx", geocode: "false", stop_name: "Customer", lat: "Lat", lng: "Long", load: "Load", service_time: "Service Time", time_window: "Time Window", extra_info: "Contact Info", date_starting: "1407712069593", warehouse: "77 Massachusetts Ave, Cambridge MA", num_drivers: 1, num_avg_service_time: 10, float_fuel_cost: 3.56, float_driver_wage: 6.01, float_mpg: 8.32 } api_key = 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' require 'foxtrot' fox = Foxtrot::Client.new api_key resp = fox.optimize!(data).poll_and_block! result = resp.get_result ```
The code to check for the iPhone user agent is from http://developer.apple.com. This doesn't have any dependencies. - in app/controllers/application.rb require 'is_it_iphone' class ApplicationController < ActionController::Base include IsItIPhone before_filter :adjust_format_for_iphone # Always show iPhone views end You will have these functions: iphone_user_agent? Returns true if the user agent is an iPhone. (as spec'ed on http://developer.apple.com) iphone_request? Returns true if the request came from an iPhone. Override being an iPhone with ?format=xxxx in the URL. adjust_format_for_iphone Call when you want to show iPhone views to iPhone users. Note: It is recommended by Apple that you default to showing your "normal" html page to iPhone users and allow them to choose if they want an iPhone version. With Rails 2.0, you can use its multiview capabilities by simply adding this to your app: - in config/initializers/mime_types.rb Mime::Type.register_alias "text/html", :iphone Then, just create your views using suffices of iphone.erb instead of html.erb: index.iphone.erb show.iphone.erb etc. Note: you will probably want to use a Web library specific for iPhone applications. FWIW, I use Da shcode (in the iPhone SDK) to write and debug the iPhone application and then integrate it with my Rails project.
Contentful API wrapper library exposing an ActiveRecord-like interface
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.