4nh

@4nh

Joined on Jul 24, 2023

  • Dưới đây ta sẽ tìm hiểu các hàm xử lý chuỗi phổ biến trong ngôn ngữ C và python. Mình sẽ viết các hàm với công dụng khác nhau nhe, nếu bạn cần cho ngôn ngữ khác mà của mình không có thì hãy tự mò cách đổi nha, thanks all! Hàm strlen() (string length) dùng để lấy kích thước chuỗi (là số lượng ký tự của chuỗi).Kích thước của chuỗi thường được dùng trong các vòng lặp lấy từng ký tự của chuỗi. Cú pháp của hàm là: strlen(str); Trong đó, str có thể là một biến chuỗi hoặc một hằng chuỗi thì cũng đều được chấp nhận. Chương trình dưới đây hiển thị nội dung của một chuỗi trong đó giữa các ký tự được đặt thêm một ký tự '*': #include<stdio.h>
     Like  Bookmark
  • these are steps for extracting your friend list from facebook: first: visit https://www.facebook.com/friends/list and scroll deep down to the bottom then head to the console and paste the below script: var exportObj = []; var accumulated = ""; for (var el of document.querySelectorAll('[data-visualcompletion="ignore-dynamic"]')) { var name = el.getAttribute("aria-label"); if (name != null && name != "null") {
     Like  Bookmark
  • This is a challenge from my club's training session I solved in order to achieve a present and it is also my first AI-CTF related challenge out of those jailbreaking LLMs, here is my write up for it. So, my teacher give us only a zip file called ml-visionchip and u can find it here So in the zip, we got sth like this: image So first, we open the challenge.ipynb and we have: image-1
     Like  Bookmark
  • mình lưu lại vài thứ cơ bản liên quan tới linux(trong quá trình học ), để khi dùng sẽ có chỗ xem Hầu hết các lệnh sẽ có cú pháp sau: command [options…] [arguments…] options alter the behavior of the command and arguments are items or values for the command to act upon apt là gói quản lý phần mềm (Advanced Packaging Tool).
     Like  Bookmark
  • Here are all the challenges I have done in order to improve my skills 1. Transformation - 20pts Description
     Like  Bookmark