A curated list of submit-links to web design galleries.
##Paid:
- http://awwwards.com/submit/ (€40)
- http://cssdesignawards.com/submit.php ($30)
- http://thefwa.com/submit_site (£35.25)
- http://typewolf.com/submit ($15)
<%# A partial that can be placed anywhere to utilise the Real-time API (with WebRTC) %> | |
<div data-controller="webrtc" class="bg-gray-600 rounded-full text-white mb-4 "> | |
<audio data-webrtc-target="audio"></audio> | |
<button data-webrtc-target="toggle" data-action="click->webrtc#toggleAudio" class="relative flex items-center justify-center w-full font-medium min-w-[150px] min-h-[40px]"> | |
<div class="w-full text-center" data-button-text>Enable Audio Chat</div> | |
<div data-webrtc-target="spinner" class="hidden absolute"> | |
<svg class="animate-spin h-5 w-5" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> | |
<circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> | |
<path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path> |
require 'json' | |
require 'dry-schema' | |
require 'openai' | |
require 'ostruct' | |
module StructuredOutputs | |
# Schema class for defining JSON schemas | |
class Schema | |
MAX_OBJECT_PROPERTIES = 100 | |
MAX_NESTING_DEPTH = 5 |
A curated list of submit-links to web design galleries.
##Paid:
By @foldleft.bsky.social, see also Unfollow everyone on bsky.app.
https://twitter.com/YOUR_USER_NAME/following
// Unfollow everyone on twitter.com, by Jamie Mason (https://twitter.com/fold_left)
# place this in lib/fakeout.rb | |
require 'ffaker' | |
module Fakeout | |
class Builder | |
FAKEABLE = %w(User Product) | |
attr_accessor :report |
en: | |
errors: | |
messages: | |
wrong_content_type: "is the wrong content type" |