Skip to content

Instantly share code, notes, and snippets.

@selee99
selee99 / FT_Summary.md
Created February 6, 2025 21:16
Daily Financial Times Summary
  1. EU Pushes Forward with Implementation of AI Act: The European Union is making progress towards implementing the AI Act, a comprehensive regulatory framework for artificial intelligence that aims to set global standards.

  2. U.S. Tech Companies Criticize AI Regulation: U.S. tech companies like Meta have raised concerns and criticized the AI Act, potentially leading to tensions between the EU and the U.S.

  3. ECB May Implement Flexible Monetary Policy: The European Central Bank is considering adopting a more flexible monetary policy in response to the economic effects of the Covid-19 pandemic.

  4. Global Market Volatility Continues: Global markets are experiencing volatility due to concerns over inflation, interest rate hikes, and geopolitical tensions.

  5. Chinese Real Estate Companies Face Debt Crisis: Chinese real estate companies are struggling with a debt crisis, leading to fears of a potential financial contagion in the country's property market.

@choco-bot
choco-bot / FilesSnapshot.xml
Created February 6, 2025 21:15
cloudsmith-cli v0.32.0 - Failed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\cloudsmith-cli\cloudsmith-cli.nupkg" checksum="EFE95D5408B540ABADF00787BF32B9A8" />
<file path="C:\ProgramData\chocolatey\lib\cloudsmith-cli\cloudsmith-cli.nuspec" checksum="94A64C9BBA894EDD5D73104AB0184837" />
<file path="C:\ProgramData\chocolatey\lib\cloudsmith-cli\tools\chocolateyinstall.ps1" checksum="61102466062DBD857892E8A408739D66" />
<file path="C:\ProgramData\chocolatey\lib\cloudsmith-cli\tools\chocolateyuninstall.ps1" checksum="6DC15E215A1D2FEC60FC5ECF6D33F302" />
</files>
</fileSnapshot>
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 6, 2025 21:15
Rimworld output log published using HugsLib
Log uploaded on Friday, February 7, 2025, 5:15:14 AM
Loaded mods:
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0)
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Core(Ludeon.RimWorld): (no assemblies)
Performance Fish(bs.performance): PerformanceFish(0.6.2)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
{"apiVersion":"operators.coreos.com/v1alpha1","kind":"CatalogSource","metadata":{"creationTimestamp":"2025-02-06T21:05:42Z","generation":1,"managedFields":[{"apiVersion":"operators.coreos.com/v1alpha1","fieldsType":"FieldsV1","fieldsV1":{"f:spec":{".":{},"f:displayName":{},"f:grpcPodConfig":{".":{},"f:securityContextConfig":{}},"f:icon":{".":{},"f:base64data":{},"f:mediatype":{}},"f:image":{},"f:secrets":{},"f:sourceType":{}}},"manager":"preflight","operation":"Update","time":"2025-02-06T21:05:42Z"},{"apiVersion":"operators.coreos.com/v1alpha1","fieldsType":"FieldsV1","fieldsV1":{"f:status":{".":{},"f:connectionState":{".":{},"f:address":{},"f:lastConnect":{},"f:lastObservedState":{}},"f:registryService":{".":{},"f:createdAt":{},"f:port":{},"f:protocol":{},"f:serviceName":{},"f:serviceNamespace":{}}}},"manager":"catalog","operation":"Update","subresource":"status","time":"2025-02-06T21:07:16Z"}],"name":"ack-opensearchservice-controller","namespace":"ack-opensearchservice-controller","resourceVersion":"48370",
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Data siswa</title>
</head>
<body>
<h1>Data Siswa</h1>
<table border=1>
<?php
namespace App\Http\Controllers;
use Illuminate\Support\Facades\DB;
Use Illuminate\Http\Request;
class SiswaController extends Controller
{
public function index()
{
php artisan make:controller SiswaController
@selee99
selee99 / FT_Summary.md
Created February 6, 2025 21:09
Daily Financial Times Summary
  1. Global markets rallied as investors reacted positively to US President Joe Biden's economic stimulus plan, pushing stock markets to record highs.

  2. The EU launched an investigation into Amazon's use of data from independent sellers on its e-commerce platform, as part of ongoing antitrust scrutiny into tech giants.

  3. UK unemployment rose to its highest level since 2016 in the three months to November, with the number of people out of work reaching 1.72 million.

  4. Banks are facing increased pressure to adopt more sustainable practices, as shareholders and regulators demand greater accountability on environmental and social issues.

  5. The International Monetary Fund warned of a growing risk of debt crises in developing countries, as the economic impact of the pandemic continues to strain government finances.

using (TXTextControl.ServerTextControl tx = new TXTextControl.ServerTextControl())
{
try
{
tx.Create();
// Set text content
tx.Text = "This is a test.\fNew page\fAnother page";
// Apply watermark
using System;
namespace Локальные_максимумы
{
internal class Program
{
static void Main(string[] args)
{
int[] numbers = new int[30];
int[] tempNumbers = new int[30];