Skip to content

Instantly share code, notes, and snippets.

View devoncarew's full-sized avatar

Devon Carew devoncarew

View GitHub Profile
google.iam.credentials.v1.iamcredentials
State count 4
SubstitutionsEntry count 3
google.firestore.v1
Operator count 3
FieldsEntry count 2
LabelsEntry count 3
google.iam.v3.iam
AnnotationsEntry count 2
google.cloud.tpu.v2.tpu

Supported MIME types

MIME type Default ext Additional exts
application/andrew-inset ez
application/applixware aw
application/atom+xml atom
import 'dart:core' hide Duration;
import 'dart:core' as core show Duration;
void main() {
final howLong = core.Duration(seconds: 1);
for (var i = 0; i < 10; i++) {
print('hello ${i + 1}; $howLong');
}
}
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// Generated from google/protobuf/descriptor.proto.
//
// Package 'google.protobuf'.
// ignore_for_file: constant_identifier_names
import 'dart:typed_data';
import 'package:fixnum/fixnum.dart';
import 'package:protolino/protolino.dart';
//
// Generated code. Do not modify.
// source: descriptor.proto
//
// @dart = 2.12
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names, library_prefixes
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
{
"servicePath": "",
"version": "v1",
"canonicalName": "Generative Language",
"description": "The Gemini API allows developers to build generative AI applications using Gemini models. Gemini is our most capable model, built from the ground up to be multimodal. It can generalize and seamlessly understand, operate across, and combine different types of information including language, images, audio, video, and code. You can use the Gemini API for use cases like reasoning across text and images, content generation, dialogue agents, summarization and classification systems, and more.",
"mtlsRootUrl": "https://generativelanguage.mtls.googleapis.com/",
"kind": "discovery#restDescription",
"name": "generativelanguage",
"parameters": {
"alt": {
@devoncarew
devoncarew / flutter_news.json
Last active November 28, 2024 08:34
Flutter News Bluesky / SkyFeed impl
"firehoseSeconds": 259200
},
{
"type": "remove",
"subject": "item",
"value": "reply",
"id": "aaagitrwcir7k"
},
{
"id": "aaagir76foxfc",
// Add two numbers x and y
// >>> add(2, 3)
// 5
// >>> add(5, 7)
// 12
int add(int x, int y) {
// generated from gemini
return x + y;
}
_fe_analyzer_shared : ** custom ** ( 109.6k lines)
_js_interop_checks : recommended ( 3.6k lines)
_macros : recommended ( 13.9k lines)
analysis_server : recommended ( 396.6k lines)
analysis_server_client : recommended ( 20.1k lines)
analysis_server_plugin : recommended ( 1.9k lines)
analyzer : recommended ( 608.4k lines)
analyzer_cli : recommended ( 3.6k lines)
analyzer_plugin : recommended ( 42.3k lines)
analyzer_utilities : recommended ( 4.8k lines)