반응형
반응형

[텃밭가꾸기] 2023-09-17, 배추 모종 심기


 
 
 
 
 
 
.

반응형
반응형

https://www.cnbc.com/2023/09/13/google-is-cutting-hundreds-of-jobs-in-its-recruiting-organization.html

 

Google is cutting hundreds of jobs in its recruiting organization

Google says it will face slower hiring the next several quarters and has a decreasing need for recruiters

www.cnbc.com

Google is cutting hundreds of jobs in its recruiting organization

Google workers walk outside of Google headquarters in Mountain View, Calif., Thursday, April 12, 2012. Google Inc. said Thursday that it earned $2.89 billion, or $8.75 per share, in the first quarter. That’s up from $1.8 billion, or $5.51 per share, a year earlier. (AP Photo/Paul Sakuma)
Paul Sakuma

Google is cutting hundreds of jobs in its global recruiting organization as part of a broader pullback in hiring over the next several quarters, CNBC has confirmed.

“We unfortunately need to make a significant reduction to the size of the recruiting organization,” Brian Ong, Google’s recruiting vice president, told employees in a Wednesday video meeting, a recording of which was obtained by CNBC.

 

“It’s not something that was an easy decision to make, and it definitely isn’t a conversation any of us wanted to have again this year,” Ong said. “Given the base of hiring that we’ve received the next several quarters, it’s the right thing to do overall.”

Employees involved in the recruiting group reductions will receive emails starting Wednesday, Ong said. 

In January, Alphabet-owned Google announced it was cutting 12,000 jobs, affecting roughly 6% of the full-time workforce. The layoffs occurred across the company, including in Google’s recruiting organization. While Google has been in cost-cutting mode since last year, Alphabet reported a 7% increase in second-quarter revenue, which was better than analysts expected.

Ong also said that employees hit in the latest layoffs will retain access to offices this week and online systems for longer. Employees had previously criticized the company for abruptly cutting off access to those who lost their jobs in January.

Courtenay Mencini, a Google spokesperson, confirmed the cuts in an email to CNBC.

 

“We continue to invest in top engineering and technical talent while also meaningfully slowing the pace of our overall hiring,” Mencini wrote. “In line with this, the volume of requests for our recruiters has gone down. In order to continue our important work to ensure we operate efficiently, we’ve made the hard decision to reduce the size of our recruiting team.”

Semafor was first to report on the announcement.

반응형
반응형

가을 바람

 

감미롭다 목덜미가

반응형

'아침편지' 카테고리의 다른 글

마음을 읽어내는 독심술  (0) 2023.09.19
'건강한 감정' 표현  (1) 2023.09.18
당신이 있기에 내가 있다  (0) 2023.09.15
얼어붙은 바다를 쪼개는 도끼처럼  (0) 2023.09.14
키부츠의 이스라엘 아이들  (0) 2023.09.13
반응형

크로스 플랫폼 사용자 인터페이스의 신속한 개발을 위한 오픈 소스 파이썬 라이브러리다.

키비 응용 프로그램을 사용하면 리눅스, 윈도우에 사용하는 GUI 프로그램뿐 아니라 안드로이드, IOS 용도로 개발할 수 있다.

 

https://kivy.org/

 

Kivy: Cross-platform Python Framework for NUI

Open source Python framework for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps.

kivy.org

https://kivy.org/doc/stable/gettingstarted/intro.html

 

Introduction — Kivy 2.2.1 documentation

Introduction Start Developing Kivy Apps Right Away! Creating Kivy apps is fun and rewarding. This guide should be the perfect starting point to get you on the right track for app development. You will require a basic knowledge of Python to follow this intr

kivy.org

https://wikidocs.net/book/8263

 

kivy 한글 공식페이지

문의: mr.everything.kr@gmail.com

wikidocs.net

# pip install kivy


from kivy.app import App
from kivy.uix.button import Button

class YourApp(App):
    def build(self):
        return Button(text="Hello, Kivy!")

if __name__ == '__main__':
    YourApp().run()
반응형
반응형

https://mobaxterm.mobatek.net/

MobaXterm은 원격 컴퓨팅을 위한 최고의 도구 상자 입니다 . 단일 Windows 애플리케이션에서는 프로그래머, 웹마스터, IT 관리자 및 보다 간단한 방식으로 원격 작업을 처리해야 하는 거의 모든 사용자를 위해 맞춤화된 수많은 기능을 제공합니다.

MobaXterm은 모든 중요한 원격 네트워크 도구 (SSH, X11, RDP, VNC, FTP, MOSH, ...)와 Unix 명령 (bash, ls, cat, sed, grep, awk, rsync, ...)을 Windows 데스크탑에 제공합니다. , 즉시 작동하는 단일 휴대용 exe 파일 로 제공됩니다. 지원되는 네트워크 프로토콜에 대한 추가 정보

원격 작업을 위한 올인원 네트워크 애플리케이션을 사용하면 많은 이점이 있습니다 . 예를 들어 SSH를 사용하여 원격 서버에 연결하면 그래픽 SFTP 브라우저가 자동으로 나타나 원격 파일을 직접 편집할 수 있습니다. 또한 원격 애플리케이션은 내장된 X 서버를 사용하여 Windows 데스크탑에 원활하게 표시됩니다 . 데모 보기

MobaXterm Home Edition을 무료로 다운로드하여 사용할 수 있습니다. 회사 내에서 사용하려면 MobaXterm Professional Edition 구독을 고려해야 합니다. 이를 통해 훨씬 더 많은 기능과 "Customizer" 소프트웨어에 액세스할 수 있습니다. 기능 비교

MobaXterm을 개발할 때 우리는 다양한 네트워크나 시스템을 통해 원격 서버에 효율적으로 액세스할 수 있도록 직관적인 사용자 인터페이스를 제안하는 단순한 목표에 중점을 두었습니다 . 스크린샷

MobaXterm은 Mobatek 에 의해 적극적으로 개발되고 자주 업데이트되고 있습니다 .

반응형
반응형

PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.

https://pypi.org/project/PyMuPDF/

>> pip install PyMuPDF

 

https://mupdf.com/

 

1.디렉토리 안의 pdf 파일을 읽어들여서 리스트 목록을 출력

2.파일명을 넘기면 파일명_이미지순서.png 파일을 생성. 

import fitz  # PyMuPDF

 
# 파이썬 컴파일 경로가 달라서 현재 폴더의 이미지를 호출하지 못할때 작업디렉토리를 변경한다. 
import os
from pathlib import Path
# src 상위 폴더를 실행폴더로 지정하려고 한다.
###real_path = Path(__file__).parent.parent
real_path = Path(__file__).parent
print(real_path)
#작업 디렉토리 변경
os.chdir(real_path) 

directory_base = str(real_path)+"./ONE/"  # 경로object를 문자열로 변경해서 합친다. 
 


def pdf_to_png(pdf_file, input_pdf_name, output_folder):
    # Open the PDF file
    pdf_document = fitz.open(pdf_file)
    
    for page_number in range(pdf_document.page_count):
        # Get the page
        page = pdf_document[page_number]
        
        # Convert the page to an image
        image = page.get_pixmap()
        
        # Save the image as a PNG file
        image.save(f"{output_folder}/{input_pdf_name}_{page_number + 1}.png", "png")

    # Close the PDF file
    pdf_document.close()

if __name__ == "__main__":
     
    # List all files in the directory
    file_list = [f for f in os.listdir(directory_base) if os.path.isfile(os.path.join(directory_base, f))]

    # Print the list of files
    for file in file_list:
        print(file)
        
        #input_pdf = "./TWO/"+ file_name +".pdf"  # Replace with your PDF file path
        input_pdf      = "./ONE/"+ file  # Replace with your PDF file path
        input_pdf_name = os.path.splitext(file)[0]
        print(input_pdf_name)
        output_folder  = "./ONE/data"  # Replace with your output folder
        
        pdf_to_png(input_pdf, input_pdf_name, output_folder)

 

반응형

'프로그래밍 > Python' 카테고리의 다른 글

[python] pyperclip  (0) 2023.09.18
[Python] kivy  (0) 2023.09.15
[python] PyMuPDF로 코딩 없이 PDF에서 이미지 추출  (0) 2023.09.14
[python] cowsay  (0) 2023.09.14
[PYTHON] Python tkinter 강좌  (0) 2023.08.25

+ Recent posts