- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 305 for books (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/config/dns/dns_path.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package dns import ( "path" "strings" "github.com/miekg/dns" ) // msgPath converts a domainname to an etcd path. If s looks like service.staging.skydns.local., // the resulting key will be /skydns/local/skydns/staging/service . func msgPath(s, prefix string) string { l := dns.SplitDomainName(s) for i, j := 0, len(l)-1; i < j; i, j = i+1, j-1 {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Aug 28 17:31:12 GMT 2025 - 1.9K bytes - Click Count (0) -
guava-gwt/src/com/google/common/net/Net.gwt.xml
for prod and one for tests. However, unlike our other packages, as of this writing it has test supersource but no prod supersource. GWT happens to use the prod .gwt.xml, so it looks for no supersource for tests, either. This causes it to fail to find AtomicLongMapTest. Our workaround is to tell GWT that util.concurrent and all other packagesCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Feb 21 16:12:41 GMT 2025 - 1.8K bytes - Click Count (0) -
docs/ko/docs/project-generation.md
- ๐ FastAPI์ ์ํด ์ฌ์ฉ๋๋, ๋ฐ์ดํฐ ๊ฒ์ฆ๊ณผ ์ค์ ๊ด๋ฆฌ๋ฅผ ์ํ [Pydantic](https://docs.pydantic.dev). - ๐พ SQL ๋ฐ์ดํฐ๋ฒ ์ด์ค๋ก์์ [PostgreSQL](https://www.postgresql.org). - ๐ ํ๋ก ํธ์๋๋ฅผ ์ํ [React](https://react.dev). - ๐ TypeScript, hooks, Vite ๋ฐ ๊ธฐํ ํ๋์ ์ธ ํ๋ก ํธ์๋ ์คํ์ ์ฌ์ฉ. - ๐จ ํ๋ก ํธ์๋ ์ปดํฌ๋ํธ๋ฅผ ์ํ [Tailwind CSS](https://tailwindcss.com) ๋ฐ [shadcn/ui](https://ui.shadcn.com). - ๐ค ์๋์ผ๋ก ์์ฑ๋ ํ๋ก ํธ์๋ ํด๋ผ์ด์ธํธ. - ๐งช End-to-End ํ ์คํธ๋ฅผ ์ํ [Playwright](https://playwright.dev).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 2.3K bytes - Click Count (0) -
misc/go_android_exec/exitcode_test.go
// We should get a no exit code error if err == nil || !wantErr.MatchString(err.Error()) { t.Errorf("want error matching %s, got %s", wantErr, err) } // And it should flush all output (even if it looks // like we may be getting an exit code) if got := out.String(); text != got { t.Errorf("want full output %q, got %q", text, got) } } wantErr = regexp.MustCompile("^no exit code") check("abc")
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed May 03 14:54:58 GMT 2023 - 2.1K bytes - Click Count (0) -
docs/en/docs/advanced/vibe.md
* **No code reviews**: There's no code to review. No PRs to approve. No comments to address. Embrace vibe coding fully, replace the theater of approving and merging vibe coded PRs that no one looks at with full proper vibes only. /// tip This is the ultimate **vibe-driven development** experience. You don't need to think about what your API does, just let the LLM handle it. ๐ง /// ## Try It { #try-it }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Apr 01 16:16:24 GMT 2026 - 2K bytes - Click Count (0) -
docs/zh/docs/project-generation.md
- ๐ [Pydantic](https://docs.pydantic.dev)๏ผFastAPI ไฝฟ็จ๏ผ็จไบๆฐๆฎ้ช่ฏไธ้ ็ฝฎ็ฎก็ใ - ๐พ [PostgreSQL](https://www.postgresql.org) ไฝไธบ SQL ๆฐๆฎๅบใ - ๐ [React](https://react.dev) ็จไบๅ็ซฏใ - ๐ ไฝฟ็จ TypeScriptใhooksใVite ไปฅๅ็ฐไปฃๅ็ซฏๆๆฏๆ ็ๅ ถไป้จๅใ - ๐จ [Tailwind CSS](https://tailwindcss.com) ไธ [shadcn/ui](https://ui.shadcn.com) ็จไบๅ็ซฏ็ปไปถใ - ๐ค ่ชๅจ็ๆ็ๅ็ซฏๅฎขๆท็ซฏใ - ๐งช [Playwright](https://playwright.dev) ็จไบ็ซฏๅฐ็ซฏๆต่ฏใ - ๐ฆ ๆฏๆๆ้ปๆจกๅผใ
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 1.8K bytes - Click Count (0) -
CONTRIBUTING.md
rare occasion we may reject it. **3. Review** - For a valid PR, reviewer (person familiar with the code/functionality) checks if the PR looks good or needs additional changes. - If all looks good, the reviewer will approve the PR. - If a change is needed, the contributor is requested to make the suggested change. - You make the change and submit it for the review again.
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Jan 11 04:47:59 GMT 2025 - 15.9K bytes - Click Count (0) -
callbacks/create.go
package callbacks import ( "fmt" "reflect" "strings" "gorm.io/gorm" "gorm.io/gorm/clause" "gorm.io/gorm/schema" "gorm.io/gorm/utils" ) // BeforeCreate before create hooks func BeforeCreate(db *gorm.DB) { if db.Error == nil && db.Statement.Schema != nil && !db.Statement.SkipHooks && (db.Statement.Schema.BeforeSave || db.Statement.Schema.BeforeCreate) { callMethod(db, func(value interface{}, tx *gorm.DB) (called bool) {
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Tue Jul 29 11:06:13 GMT 2025 - 13K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/RemoteRepository.java
* </ol> * <p>By understanding and properly configuring repositories, developers can control where Maven looks for dependencies, manage access to proprietary artifacts, and optimize the build process to ensure consistency and reliability across projects. * </p> * * * @since 4.0.0 * @see Repository * @see LocalRepository
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Aug 27 21:13:34 GMT 2024 - 3.3K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Repository.java
* </ol> * By understanding and properly configuring repositories, developers can control where Maven looks for dependencies, manage access to proprietary artifacts, and optimize the build process to ensure consistency and reliability across projects. * * @since 4.0.0 * @see RemoteRepository * @see LocalRepository */
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Aug 27 21:13:34 GMT 2024 - 3.2K bytes - Click Count (0)